What problem does it solve? AI agents frequently misunderstand Pendle's token mechanics, hallucinate contract addresses, and use outdated integration patterns, which can lead to failed transactions or lost funds when interacting with the Pendle yield tokenization protocol. ## Core Features & Use Cases - PT/YT Trading: Buy PT to lock in fixed yield or buy YT for leveraged yield exposure through the Pendle Router with proper slippage protection and binary search parameters. - SY Wrapping and Minting: Wrap yield-bearing tokens into SY (ERC-5115), mint PT+YT, and redeem positions before or after maturity. - Liquidity and Oracle Operations: Add or remove single-token liquidity, read implied APY from market state, and query TWAP oracle rates for collateral pricing. - Use Case: A developer building a fixed-yield strategy can use the provided viem templates to preview PT output via PendleRouterStatic, execute swapExactTokenForPt with 1% slippage, and redeem PT 1:1 at maturity. ## Quick Start Ask the agent to read the implied APY from a Pendle market and buy PT with 1 WETH using the pendle-client template with your RPC_URL and PRIVATE_KEY set.