spectra_get_best_fixed_yields
Scan all Spectra chains and retrieve top fixed-rate yield opportunities ranked by implied APY. Filter by asset, minimum TVL, liquidity, and number of results.
Instructions
Find the best fixed-rate yield opportunities across all Spectra chains. Scans all supported networks and returns the top opportunities ranked by implied APY. Filters by asset type if specified.
Important: This ranks by raw implied APY without considering your capital size or pool liquidity. These rankings will often disagree with spectra_scan_opportunities (which ranks by effective APY after entry cost). That disagreement is intentional -- raw APY reflects the pool's headline rate while effective APY reflects what you actually capture at your capital size. Neither ranking is "correct" -- they measure different things. Use both to develop conviction about which pools genuinely serve your strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_filter | No | Optional: filter by underlying asset symbol (e.g., 'USDC', 'ETH', 'GHO') | |
| min_tvl_usd | No | Minimum pool TVL in USD (default $10,000) | |
| min_liquidity_usd | No | Minimum pool liquidity in USD (default $5,000) | |
| top_n | No | Number of top results to return (default 10, max 50) | |
| compact | No | If true, return one-line-per-opportunity output (much shorter). Use for quick scanning; omit for full details. |