defi_compareYields
Compare yields for a specific asset across protocols on a chain to find the best deposit rate.
Instructions
Compare yields for a specific asset across protocols on a chain. Useful for finding the best place to deposit a specific token. Example: Compare USDC yields on Base to find best lending rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset symbol to compare (e.g., USDC, ETH, WETH) | |
| chain | Yes | Chain to search (mainnet, base, optimism, arbitrum, polygon) | |
| minTvl | No | Minimum TVL in USD (default: 500000) |