Summary
One-click leverage looping for borrowers. User picks a target leverage (e.g. 2.5x), Monarch builds the full position automatically.
Context
Real user request from an institutional user:
"I choose my effective leverage (ie 250%) and then you build the position. It's a pain in the ass to do this manually rn, so time consuming. Especially with a wallet that requires institutional approvals."
Flow
- User selects a Morpho market
- User inputs collateral amount and target effective leverage (e.g. 2.5x)
- Monarch calculates the loop: supply collateral → borrow → swap → supply more → repeat
- Execute in a single transaction via bundler / multicall
- Display final position: effective leverage, health factor, liquidation price
Requirements
Related
- #NEW — Auto-mint ERC-4626 vault shares as collateral (separate feature for markets where collateral is a vault token)
- Similar to Contango-style looping
- Morpho bundler supports multicall for batched operations
Summary
One-click leverage looping for borrowers. User picks a target leverage (e.g. 2.5x), Monarch builds the full position automatically.
Context
Real user request from an institutional user:
Flow
Requirements
Related