The LTV protocol operates as an implementation of the ERC-4626 vault standard, managing a collective leveraged position within a lending protocol. It continuously rebalances to maintain a target loan-to-value (LTV) ratio in a permissionless manner using incentive-driven auctions. Each time a user deposits or withdraws assets, the vault recalculates the optimal collateral-to-borrow ratio using the equation:

and adjusts it through auctions. As a result, after every interaction, the system automatically aligns the vault with the target leverage. The complete model is detailed in our paper.
The LTV Protocol is live on Sepolia Testnet with a fully functional implementation of its dual EIP-4626 vault system, featuring automated leverage management via auctions rebalancing. You can explore the full contract architecture, including rebalancing logic, auctions, and collateral mechanics, in our GitHub repository.
These are the protocols the team is working with in the first vaults