yield-strategies
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeFi Yield Strategies
DeFi收益策略
APY Convention
APY规范
APY values are already percentages: means 2.32%.
apy = 2.32Do NOT multiply by 100. This is the most common mistake when working with yield data.
APY值本身已是百分比格式: 即代表2.32%。
apy = 2.32请勿乘以100,这是处理收益数据时最常见的错误。
Tool: defillama:get_yield_pools
defillama:get_yield_pools工具:defillama:get_yield_pools
defillama:get_yield_poolsFiltering Guide
筛选指南
| Want | Parameter | Example |
|---|---|---|
| Pools with specific token | | |
| Pools on specific chain | | |
| Pools from specific protocol | | |
| Pools from protocol category | | |
| Only stablecoin pools | | |
| Minimum APY threshold | | |
| Minimum TVL | | |
| Include borrow-side data | | |
| 需求 | 参数 | 示例 |
|---|---|---|
| 含指定代币的资金池 | | |
| 指定公链上的资金池 | | |
| 来自指定协议的资金池 | | |
| 属于指定协议类别的资金池 | | |
| 仅展示稳定币资金池 | | |
| 最低APY门槛 | | |
| 最低TVL门槛 | | |
| 包含借款端数据 | | |
Key Distinction
关键区别
- "ETH pools" = token filter:
token: "coingecko:ethereum" - "Pools on Ethereum" = chain filter:
chain: "ethereum"
- "ETH资金池" = token 筛选:
token: "coingecko:ethereum" - "以太坊链上的资金池" = chain 筛选:
chain: "ethereum"
Token Family Matching
代币家族匹配
The param expects canonical token keys (e.g., ) and uses for family resolution. finds pools containing ETH, wETH, stETH, cbETH, and all other variants in the ETH family -- not just native ETH.
tokencoingecko:ethereumdim.pool_set()coingecko:ethereumtokencoingecko:ethereumdim.pool_set()coingecko:ethereumSort Options
排序选项
sort_by"apy desc""tvl desc""apy_base desc""apy_reward desc"sort_by"apy desc""tvl desc""apy_base desc""apy_reward desc"Returned Columns
返回字段
Each result includes: , (sub-protocol slug), , , , , , , , , , ,
symbolprotocolparent_protocolcategorychainapyapy_baseapy_rewardapy_base_borrowapy_reward_borrowtvltotal_supplytotal_borrow每条结果包含:、(子协议标识)、、、、、、、、、、、
symbolprotocolparent_protocolcategorychainapyapy_baseapy_rewardapy_base_borrowapy_reward_borrowtvltotal_supplytotal_borrowHistorical Data & Volatility
历史数据与波动率
- Use param (
period,7d,30d,90d,180d) for daily APY/TVL time-series history365d - Use to add APY volatility stats (
include_volatility: true,apy_avg_30d,apy_median_30d,apy_std_30d) — current queries onlycv_30d - Use /
start_datefor custom date ranges (overridesend_date)period
- 使用参数(
period、7d、30d、90d、180d)获取按天统计的APY/TVL时间序列历史数据365d - 使用添加APY波动率统计指标(
include_volatility: true、apy_avg_30d、apy_median_30d、apy_std_30d)——仅适用于当前查询cv_30d - 使用/
start_date自定义日期范围(会覆盖end_date参数)period
Borrowing Costs
借款成本
For lending protocols, borrowing rate data is available:
- : Base borrowing cost (what you pay)
apy_base_borrow - : Reward offset on borrowing (incentives you earn)
apy_reward_borrow - Net borrow cost =
apy_base_borrow - apy_reward_borrow
Use to ensure borrow columns are populated.
include_borrow: true对于借贷协议,可获取借款利率数据:
- :基础借款成本(你需要支付的费用)
apy_base_borrow - :借款奖励抵扣(你获得的激励)
apy_reward_borrow - 净借款成本 =
apy_base_borrow - apy_reward_borrow
使用确保借款相关字段被返回。
include_borrow: trueCapacity Assessment
容量评估
When allocating capital, check pool TVL. Allocating more than 10% of a pool's TVL may cause significant rate impact or slippage. Larger pools absorb capital more easily.
配置资金时,请查看资金池TVL。投入超过资金池TVL 10%的资金可能会造成明显的利率影响或滑点。规模更大的资金池对大额资金的容纳性更好。
Examples
示例
Example 1:
User: "Best stablecoin lending yields"
Tool call:
defillama:get_yield_pools(stablecoin_only: true, category: "Lending", sort_by: "apy desc")Example 2:
User: "Top ETH yield pools with over $1M TVL"
Tool call:
defillama:get_yield_pools(token: "coingecko:ethereum", min_tvl: 1000000, sort_by: "apy desc")Example 3:
User: "Cheapest borrowing rates for stablecoins on Arbitrum"
Tool call:
defillama:get_yield_pools(stablecoin_only: true, chain: "arbitrum", category: "Lending", include_borrow: true, sort_by: "apy_base_borrow asc")Example 4:
User: "Where can I earn yield on USDC?"
Tool call:
defillama:get_yield_pools(token: "coingecko:usd-coin", sort_by: "apy desc", min_tvl: 100000)Example 5:
User: "Aave yields on Ethereum"
Tool call:
defillama:get_yield_pools(protocol: "aave", chain: "ethereum", sort_by: "apy desc")示例1:
用户:"最优稳定币借贷收益"
工具调用:
defillama:get_yield_pools(stablecoin_only: true, category: "Lending", sort_by: "apy desc")示例2:
用户:"TVL超过100万美元的顶级ETH收益池"
工具调用:
defillama:get_yield_pools(token: "coingecko:ethereum", min_tvl: 1000000, sort_by: "apy desc")示例3:
用户:"Arbitrum链上最低的稳定币借款利率"
工具调用:
defillama:get_yield_pools(stablecoin_only: true, chain: "arbitrum", category: "Lending", include_borrow: true, sort_by: "apy_base_borrow asc")示例4:
用户:"我在哪里可以赚取USDC收益?"
工具调用:
defillama:get_yield_pools(token: "coingecko:usd-coin", sort_by: "apy desc", min_tvl: 100000)示例5:
用户:"以太坊链上Aave的收益情况"
工具调用:
defillama:get_yield_pools(protocol: "aave", chain: "ethereum", sort_by: "apy desc")