pendle_simulate_trade
Simulate a Pendle PT trade to preview portfolio impact, including blended APY and concentration changes, without executing any transaction.
Instructions
Simulate how a Pendle PT trade would change a wallet's portfolio.
Shows before/after comparison:
Existing Pendle positions on the target chain
New position from the simulated trade
Blended APY across all positions
Concentration analysis
Does NOT execute any transaction — purely informational.
The Pendle equivalent of spectra_simulate_trade.
Use pendle_quote_trade for a detailed trade quote first. Use pendle_get_portfolio to see full current portfolio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain network | |
| market_address | Yes | The Pendle market address to trade | |
| address | Yes | Wallet address to simulate for | |
| amount | Yes | Amount of input token (underlying/SY for buy, PT for sell) | |
| side | Yes | "buy" = acquire PT; "sell" = sell PT for underlying |