longbridge-defi-yield
Original:🇺🇸 English
Translated
DeFi yield analysis framework — lending rates (AAVE / Compound), liquidity provision (LP) returns, staking yields, yield farming strategies, and risk-adjusted return comparison. Longbridge provides spot crypto prices (`.HAS` suffix) only; DeFi protocol data (APY/TVL) requires DefiLlama/CoinGecko via WebSearch. Triggers: "DeFi收益", "流动性挖矿", "质押收益", "借贷利率", "收益农耕", "LP收益", "AAVE", "Compound", "DeFi协议", "DeFi收益率", "流動性挖礦", "質押收益", "借貸利率", "收益農耕", "DeFi yield", "liquidity mining", "staking yield", "lending rate", "yield farming", "LP returns", "DeFi APY", "TVL", "DeFi protocol", "on-chain yield", "DeFi strategy".
11installs
Sourcelongbridge/skills
Added on
NPX Install
npx skill4agent add longbridge/skills longbridge-defi-yieldTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →longbridge-defi-yield
DeFi yield analysis framework — covers lending rates (AAVE / Compound), liquidity provision (LP) returns, staking yields, yield farming strategies, and risk-adjusted return comparison across DeFi protocols.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
Data scope notice: Longbridge provides real-time spot prices for major cryptocurrencies (suffix, e.g..HAS,BTCUSD.HAS). DeFi protocol metrics (APY, TVL, utilisation rates) are not available via the Longbridge CLI — they must be sourced via WebSearch (DefiLlama, CoinGecko, protocol dashboards).ETHUSD.HAS
When to use
Trigger when the user asks about:
- DeFi lending / borrowing rates — "AAVE 上 ETH 借贷利率", "Compound USDC supply APY"
- Liquidity mining / LP returns — "Uniswap LP 收益", "流动性挖矿策略"
- Staking yields — "ETH 质押收益率", "SOL staking APY"
- Yield farming strategies — "如何优化 DeFi 收益", "yield farming best strategy"
- Risk-adjusted DeFi comparison — "哪个协议收益最高且风险最低"
For crypto spot price only, prefer . For general crypto market data, prefer .
longbridge-quotelongbridge-coreWorkflow
- Identify asset and protocol from the prompt (e.g. ETH + AAVE, USDC + Compound).
- Fetch spot price from Longbridge for the underlying crypto asset (as price reference):
bash
longbridge quote ETHUSD.HAS --format json - Fetch DeFi protocol data via WebSearch from canonical sources:
- DefiLlama () for TVL, protocol APY, pool yields.
defillama.com - CoinGecko () for staking yields and token data.
coingecko.com - Protocol-native dashboards (app.aave.com, app.compound.finance) for live rates.
- DefiLlama (
- Compute risk-adjusted yield:
- Nominal APY vs. inflation-adjusted real yield.
- IL (impermanent loss) risk for LP positions.
- Smart contract risk / audit status (note qualitatively).
- Present comparison table across protocols/strategies, ranked by risk-adjusted return.
CLI
bash
# Spot price for underlying crypto (price reference only)
longbridge quote BTCUSD.HAS --format json
longbridge quote ETHUSD.HAS --format json
longbridge quote SOLUSD.HAS --format jsonRunto see supportedlongbridge quote --helpcrypto symbols..HAS
DeFi protocol data is not available via the Longbridge CLI. Use WebSearch to retrieve live APY/TVL from DefiLlama, CoinGecko, or protocol dashboards.
Output
Present a DeFi yield comparison table:
| Field | 简体 | 繁體 | English |
|---|---|---|---|
| Protocol | 协议 | 協議 | Protocol |
| Asset | 资产 | 資產 | Asset |
| Strategy type | 策略类型 | 策略類型 | Strategy type |
| Nominal APY | 名义年化收益 | 名義年化收益 | Nominal APY |
| Estimated risk | 风险等级 | 風險等級 | Risk level |
| TVL | 总锁仓量 | 總鎖倉量 | TVL |
| Notes | 备注 | 備註 | Notes |
Always include a risk disclaimer: "DeFi 投资存在智能合约风险、无常损失和流动性风险,不构成投资建议。" / "DeFi investing carries smart contract, impermanent loss, and liquidity risks. This is not investment advice."
Error handling
| Situation | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal(仅用于现货价格) | 請先安裝 longbridge-terminal(僅用於現貨價格) | Install longbridge-terminal (for spot prices only) |
| 提示该加密货币暂不支持,尝试标准格式 | 提示該加密貨幣暫不支援 | Crypto symbol not supported; check |
| DeFi APY data unavailable | 提示需通过 WebSearch 获取协议数据 | 提示需透過 WebSearch 取得協議數據 | DeFi APY requires WebSearch (DefiLlama/CoinGecko) |
| Other stderr | 原样展示,不重试 | 原樣展示,不重試 | Surface verbatim, do not retry |
MCP fallback
For spot crypto prices: with symbols. DeFi protocol data has no Longbridge MCP equivalent — WebSearch is required.
mcp__longbridge__quote.HASRelated skills
| User asks | Route to |
|---|---|
| Crypto spot price only | |
| Crypto market overview / news | |
| Options on crypto | |
| General market calendar | |
File layout
longbridge-defi-yield/
└── SKILL.mdPrompt-only — no . DeFi protocol data sourced via WebSearch. Spot crypto prices via .
scripts/longbridge quote <SYMBOL>.HAS --format json