What problem does it solve?
Provides an agent-enabled interface to discover Pendle markets, preview accurate on-chain calldata, and manage PT/YT trades and liquidity without manual SDK or ABI handling, reducing execution risk and developer friction.
Core Features & Use Cases
- Market discovery & pricing: list active markets, return implied APY, liquidity, and historical data to choose suitable pools.
- Trade and liquidity operations: preview and execute buy-pt, sell-pt, buy-yt, sell-yt, add-liquidity, remove-liquidity, mint-py, and redeem-py with validated SDK-generated calldata.
- Safety and pre-flight validation: performs balance checks, enforces ERC-20 approvals, validates SDK calldata and router addresses, extracts expected outputs, reports price-impact warnings, and supports preview/dry-run/confirm flows.
- Use case: preview a buy-pt quote on Arbitrum to show expected_pt_out and price impact, obtain user confirmation, then submit approvals and the router transaction via onchainos.
Quick Start
Preview a buy-pt quote on Arbitrum for a Pendle market and then re-run with confirm to execute the trade.