defi-yield-strategies
Allocate a portfolio across DeFi yield opportunities based on risk tolerance and size. Returns per-position allocation, APY, weekly yield estimate, chain, and trend.
Instructions
DeFi yield strategy planner. Given a portfolio size and risk tolerance, returns an optimized allocation across top DeFi yield opportunities. Risk tiers: low (stablecoins only, APY < 30%, TVL ≥ $50M), medium (TVL ≥ $10M, APY < 80%), high (TVL ≥ $1M, all assets). Output includes per-position allocation, APY, weekly yield estimate, chain, and 7-day APY trend. Covers 16K+ pools across 400+ DeFi protocols via DeFiLlama.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_usd | No | Portfolio size in USD to allocate (e.g. 10000). | |
| risk_tolerance | No | Risk tier: low (stablecoin-only, large TVL), medium (mixed assets, min $10M TVL), high (any asset, min $1M TVL). Default: medium. | |
| chains | No | Optional list of chains to include (e.g. ["Ethereum", "Base", "Arbitrum"]). Omit for all chains. | |
| max_positions | No | Maximum number of positions in the strategy. Default: 5. |