search_vaults
Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more. Returns a paginated list with risk scores and APR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Filter by asset symbol (e.g. USDC, WETH) | |
| chain | No | Filter by chain name or slug (e.g. Ethereum, Base, Arbitrum, Solana) | |
| limit | No | Max results (default 10, max 50) | |
| query | No | Search by vault name, symbol, asset, protocol, or curator | |
| minTvl | No | Minimum TVL in USD | |
| sortBy | No | Sort field: tvl_usd, apr_net, name, last_synced_at | |
| protocol | No | Filter by protocol ID (e.g. morpho, aave, aave-v4, yearn, beefy, spark, compound, uniswap, nest, maple, kamino) | |
| riskTier | No | Filter by risk tier: Prime, Core, or Edge | |
| sortOrder | No | Sort order: asc or desc | |
| depositable | No | Filter by current ability to accept new deposits. When true, vaults whose depositability is not yet indexed are still included; when false, only vaults whose maxDeposit on-chain is zero (caps reached, paused, or supply queue saturated) are returned. |