pendle_get_looping_strategy
Calculate leveraged fixed-yield strategy using Pendle PT as Morpho collateral to borrow, reinvest, and multiply yield exposure with risk analysis.
Instructions
Calculate a leveraged fixed-yield strategy using Pendle PT + Morpho looping.
Strategy: Buy Pendle PT → use as Morpho collateral → borrow underlying → buy more PT → repeat. Each loop multiplies yield exposure.
Returns projected yields at different leverage levels (1x to max safe leverage), effective APY, risk parameters, borrow rate sensitivity, and break-even analysis.
Automatically fetches the live Morpho borrow rate and LLTV when a matching market exists.
NOTE: Looping requires a Morpho market that accepts the specific Pendle PT as collateral. Morpho markets for Pendle PTs exist primarily on Ethereum mainnet and some on Arbitrum.
The Pendle equivalent of spectra_get_looping_strategy.
Use pendle_get_market_details for full market info. Use pendle_scan_opportunities(include_looping=true) for cross-market looping rankings. Use morpho_list_markets to find available Morpho markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain network | |
| market_address | Yes | The Pendle market address | |
| morpho_ltv | No | Override Morpho LTV ratio (e.g. 0.86). Auto-detected if omitted. | |
| borrow_rate | No | Override Morpho borrow rate in % APY. Fetched live if omitted. | |
| max_loops | No | Maximum loop iterations (default 5) |