pendle_get_market_capacity
Analyze Pendle market capacity by computing price impact and APY degradation across capital sizes. Identify the sweet spot for maximum capital with acceptable impact and the exhaustion point where APY collapses.
Instructions
Analyze a Pendle market's capacity by computing price impact at increasing capital sizes.
Shows how price impact and effective APY degrade as capital grows, helping curators find the sweet spot (max capital with acceptable impact) and the exhaustion point (where APY collapses).
Uses Pendle's logit AMM model (conservative scalarRoot=50) which accounts for time-decay pricing. Near maturity, the AMM becomes more capital-efficient, so impact is lower than constant-product estimates.
This is the Pendle equivalent of spectra_get_pool_capacity.
Use pendle_get_market_details for full market information. Use pendle_scan_opportunities for capital-aware ranking across all markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain network | |
| market_address | Yes | The Pendle market/pool contract address | |
| steps | No | Number of capital tiers in the ladder (default 8, max 12) | |
| max_capital_usd | No | Upper bound of the capital ladder in USD (default $1,000,000) |