defi_getYields
Find top DeFi yields across chains and protocols. Filter by chain, protocol, or asset to get APY, TVL, and pool details.
Instructions
Query DefiLlama for top yield opportunities. Filter by chain, protocol, or asset. Returns APY, TVL, and pool details. Examples:
Get all yields on Base: { chain: "base" }
Get Aave yields: { protocol: "aave-v3" }
Get USDC yields on Arbitrum: { chain: "arbitrum", asset: "USDC" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Filter by asset symbol (e.g., USDC, ETH, WETH) | |
| chain | No | Filter by chain (mainnet, base, optimism, arbitrum, polygon) | |
| limit | No | Maximum results to return (default: 20) | |
| minTvl | No | Minimum TVL in USD (default: 100000) | |
| protocol | No | Filter by protocol name (e.g., aave-v3, compound-v3, moonwell) |