Skip to content

ltvprotocol/ltv_v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,379 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leveraged Tokenized Vault v0

License: BUSL-1.1 Solidity Foundry

Overview

The LTV Protocol is a revolutionary Curatorless Leveraged Tokenized Vault that maintains a constant target Loan-To-Value (LTV) ratio without requiring a central curator. Built on the foundation of two interconnected EIP-4626 vaults, it enables users to deposit and withdraw funds while receiving tokenized shares representing their leveraged positions.

The protocol's core innovation lies in its auction-based stimulus system that incentivizes users to participate in rebalancing actions through rewards or fees. This mechanism ensures alignment with the target LTV while providing basic MEV protection against frontrunning.

Original paper

The original paper is available here:

LTV: Curatorless Leveraged Tokenized Vault with a Constant Target Loan-To-Value Ratio

Abstract:

The proposed system is a Curatorless Leveraged Tokenized Vault (LTV) with a Constant Target Loan-To-Value (LTV) ratio. This vault operates without a central curator and allows users to deposit and withdraw funds while receiving tokenized shares representing their holdings. The architec- ture is based on two interconnected EIP4626 vaults. To ensure alignment with the target LTV, an auction-based stimulus system is employed, which incentivizes users to participate in rebalancing actions through rewards or fees. This approach also integrates basic level of MEV protection to guard against frontrunning and maintain system integrity.

Supported Lending Protocols

The protocol currently supports integration with major DeFi lending protocols:

Aave V3

  • Lending Connector: AaveV3Connector
  • Oracle Connector: AaveV3OracleConnector

Morpho Blue

  • Lending Connector: MorphoConnector
  • Oracle Connector: MorphoOracleConnector

HodlMyBeer Lending with SpookyOracle (Testnet protocols)

  • Lending Connector: HodlLendingConnector
  • Oracle Connector: SpookyOracleConnector

Build and Test

forge build
forge test -vvv --no-match-path "test/integration/**"

License

This project is licensed under the Business Source License 1.1 (BUSL-1.1). See the LICENSE file for details.

Security Audit

The protocol has undergone a security audit by Oxorio:

Links

About

LTV: Curatorless Leveraged Tokenized Vault with a Constant Target Loan-To-Value Ratio.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors