pendle_quote_trade
Estimate Pendle PT trade outcome with expected output, price impact, effective APY, and minimum output after slippage.
Instructions
Estimate expected output, price impact, and effective APY for a Pendle PT trade.
Uses the Pendle logit AMM model to estimate trade outcomes. Shows:
Expected output amount and effective rate
Price impact at your trade size
Effective APY after accounting for entry cost
Minimum output with slippage tolerance
Side:
"buy": Spend underlying/SY to get PT (lock in fixed rate)
"sell": Sell PT for underlying/SY (exit fixed position)
The Pendle equivalent of spectra_quote_trade.
Use pendle_get_market_capacity for a multi-size impact curve. Use pendle_get_market_details for full market information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain network | |
| market_address | Yes | The Pendle market address | |
| amount | Yes | Amount of input token (underlying/SY for buy, PT for sell) | |
| side | Yes | "buy" = spend underlying to get PT; "sell" = sell PT for underlying | |
| slippage_pct | No | Slippage tolerance in % (default 0.5%) |