User Flow

1. Deposit Assets into a Vault

Suppliers deposit a loan asset (e.g., USDT) into a vault of their choosing.

Each vault only has one loan asset (e.g., USDT) which can be deployed across multiple markets.

Once deposited, the vault allocates the loan asset across these markets to earn yield over time.

2. Vault Matches Supplier and Borrowers (P2P)

The smart contract will actively match suppliers with borrowers within its associated markets, removing the intermediary needed for lending. The vault’s loan asset (e.g., USDT) is lent out via a specific market, earning interest from that specific Market. This P2P model results in higher interest for suppliers and lower borrowing costs for borrowers.

3. Borrowing with Collateral

  1. Users who needs a specific asset should select a market to borrow from and deposit the required collateral. For example, in a USDT/BNB market, the borrower deposits BNB as collateral and borrows USDT.

  2. The market locks the collateral and issues the borrowed asset, USDT

  3. Each Market’s loan parameters (e.g., LLTV, collateral asset type, etc) are defined at deployment.

4. Auto Interest Rates Adjustments

  1. Interest rates in each market is automatically adjusted based on supply and demand (utilization rate).

  2. The markets available on Lista Lending use a multi-oracle system to fetch accurate price feeds, protecting against price manipulation and ensures fair loan valuations.

5. Repay or Get Liquidated

  1. Borrowers can repay loans anytime, plus the interest accrued.

  2. Once repaid, collateral is partially or fully unlocked and available for withdrawal.

  3. If the LTV ratio goes beyond the market's LLTV ratio, a liquidation will be triggered, selling the collateral to cover the loan, ensuring the vault remains solvent and suppliers are protected.

6. Withdraw Your Funds

  1. Suppliers can withdraw their deposits and stop earnning interest at any time, provided the vault has sufficient liquidity available for withdrawal.

  2. Borrowers can withdraw all their collateral after repaying the loan plus interest in full.

Last updated

Was this helpful?