pendle_scan_opportunities
Scan all Pendle chains for yield opportunities sized to your capital. Computes effective APY after entry cost, pool capacity, and Morpho looping to show actual earnings.
Instructions
Scan all Pendle chains for the best yield opportunities, sized to your capital.
This is the Pendle equivalent of spectra_scan_opportunities. Unlike pendle_get_best_fixed_yields (raw APY ranking), this tool computes:
Entry price impact at YOUR capital size using Pendle's logit AMM model
Effective APY after amortizing entry cost over days to maturity
Pool capacity (max capital before impact exceeds threshold)
Morpho looping availability for Pendle PTs on Morpho-capable chains
External Merkl campaign incentives
The ranking reflects what you can actually EARN, not just what the protocol advertises.
For cross-protocol scanning (Spectra + Pendle together), use mv_scan_curator_opportunities. For Spectra-only scanning, use spectra_scan_opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capital_usd | Yes | How much capital (in USD) to deploy | |
| 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') | |
| min_tvl_usd | No | Minimum TVL in USD (default $10,000) | |
| min_liquidity_usd | No | Minimum pool liquidity (default $5,000) | |
| max_price_impact_pct | No | Filter out markets where entry impact exceeds this % (default 5) | |
| top_n | No | Number of results (default 15) | |
| include_looping | No | Check Morpho looping for Pendle PTs on Morpho-capable chains (default true) | |
| compact | No | One-line-per-opportunity output |