yield-farming-active
Return active DeFi yield farming pools sorted by 30-day average APY from DeFiLlama. Filter by chain, protocol, TVL, APY, or stablecoin-only for yield research.
Instructions
Returns active DeFi yield farming pools sorted by 30-day average APY. Sourced from DeFiLlama (free, no key). Each pool includes protocol, chain, symbol, TVL, current APY, 30-day mean APY, impermanent-loss risk, and stablecoin flag. Filter by chain, protocol, minimum TVL, minimum APY, or stablecoin-only pools. Use for portfolio yield research, pre-trade DeFi reconnaissance, or capital allocation decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Filter by blockchain (e.g. 'Ethereum', 'Base', 'Polygon', 'Arbitrum', 'Solana'). Case-insensitive. Omit for all chains. | |
| protocol | No | Filter by protocol name (e.g. 'aave-v3', 'uniswap-v3', 'curve', 'lido'). Case-insensitive substring match. | |
| min_tvl_usd | No | Minimum Total Value Locked in USD. Default 1000000 ($1M). Lower values include smaller pools with potentially higher (but riskier) yields. | |
| min_apy | No | Minimum APY percentage to include (based on 30-day mean). Default 0. E.g. 5 returns pools yielding ≥5% annualized. | |
| stablecoin_only | No | If true, returns only stablecoin pools (no impermanent loss from token price volatility). Default false. | |
| sort_by | No | Sort order: 'apy_30d' (30-day average APY, default and most stable), 'apy_current' (live APY, more volatile), 'tvl' (largest pools first). | |
| limit | No | Number of pools to return (1–50, default 20). |