pendle_get_best_fixed_yields
Scan all Pendle-supported chains and rank markets by implied APY to find the best fixed-rate yields for PT buyers.
Instructions
Find the best fixed-rate (implied APY) opportunities across all Pendle chains.
Scans all Pendle-supported chains and ranks markets by their implied APY — the fixed rate you lock in when buying PT at a discount. This is the Pendle equivalent of spectra_get_best_fixed_yields.
Unlike pendle_list_markets (which shows a single chain), this scans all chains at once and focuses on the PT buyer's perspective: which markets offer the highest fixed rate?
Unlike pendle_scan_opportunities (capital-aware), this is a quick raw-APY ranking without price impact analysis. Use it for initial screening, then drill into specific markets with pendle_get_market_details or size with pendle_scan_opportunities.
Pendle chains: Ethereum, Optimism, BSC, Sonic, Base, Arbitrum, Mantle, Berachain, HyperEVM, Corn
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Limit to a specific chain. Omit to scan all Pendle chains. | |
| asset_filter | No | Filter by underlying asset (e.g., 'USDC', 'ETH', 'stETH'). Matches market name. | |
| min_tvl_usd | No | Minimum TVL in USD | |
| min_liquidity_usd | No | Minimum pool liquidity in USD | |
| min_days_to_maturity | No | Minimum days to maturity (default 7 — skip very short pools) | |
| top_n | No | Number of results (default 15) |