pendle_get_yield_curve
Retrieves Pendle yield curves for an underlying asset across chains, displaying implied APY at each maturity to identify term premium anomalies and compare cross-chain fixed-income rates.
Instructions
Show the yield curve (term structure) for a given underlying asset across Pendle chains.
Fetches all active Pendle markets matching the underlying (e.g., "USDC", "ETH", "stETH"), sorts by maturity, and displays implied APY at each point on the curve.
This is the fixed-income view: "What rate can I lock for 30 days vs 90 days vs 180 days?" Helps curators spot term premium anomalies, compare cross-chain rates, and choose maturities.
The Pendle equivalent of spectra_get_yield_curve.
Use pendle_get_market_details to drill into a specific maturity. Use pendle_get_market_capacity to check depth at your capital size. Use mv_compare_yield for Spectra vs Pendle comparison on the same underlying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| underlying | Yes | Underlying asset symbol (e.g., 'USDC', 'ETH', 'stETH', 'weETH') | |
| chain | No | Restrict to a single chain. Omit to scan all Pendle chains. | |
| min_tvl_usd | No | Minimum TVL in USD (default 0) | |
| min_liquidity_usd | No | Minimum pool liquidity in USD (default 0) | |
| compact | No | One-line-per-maturity output |