# Lista Lending

<figure><img src="https://1802824789-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F60fXF9rALi6luWHVkkGg%2Fuploads%2FjgZMcSOh00X6w6xpkqjM%2Fimage.png?alt=media&#x26;token=92d2afa2-a75b-4a85-89d8-48eb45e405af" alt=""><figcaption></figcaption></figure>

Lista Lending is a fully decentralized and permissionless P2P lending protocol crafted for BNB Chain, breaking free from the constraints of traditional large-pool lending to cultivate a more inclusive and resilient ecosystem.

Lista Lending’s core revolves around a vault-based system, pooling liquidity and dynamically allocating it across different lending & collateral pairs, which we call markets, based on supply and demand.

## Key Concepts

### Collateral

Borrowers must deposit supported crypto assets as collateral into a market of their choosing to unlock a borrowing capacity proportional to the collateral’s value from the market.

### Borrowing

The borrower specifies the amount of assets they wish to borrow from the market and provide the required collateral. The ratio between the values of their loan and collateral is represented in loan-to-value ratio (LTV). When this ratio is too high - typically due to price fluctuations and/or accruing interest, a liquidation will be triggered and the borrower may lose a portion or all their collateral.

### Interest Rates

The borrower pays interest at an agreed-upon rate. Interest accumulates over time and should be paid at the time of repayment. Read more about our Interest Rate Model here: <https://docs.bsc.lista.org/introduction/lista-lending/interest-rate-model-irm>

### Repayment

The borrower can return the loan principal and interest at any time and retrieve the collateral after the transaction is confirmed.

### Liquidation Loan-To-Value (LLTV)

The Liquidation Loan-To-Value ratio, or LLTV ratio, is a preset threshold that varies from market to market to protect the lenders. When a loan's LTV approaches its corresponding LLTV, the collateral is considered insufficient and the borrower is at risk of being liquidated. This is when a liquidation will be triggered.

### Liquidation Mechanism

Whenever a liquidation is triggered, Lista’s smart contract will take over a portion of the position and try to swap it into the corresponding debt asset and cover the loan. When Lista’s smart contract can not complete the liquidation process and repay the loan, the position will be listed in Lista’s [Liquidation Zone](https://lista.org/lending/liquidation), available for everyone to purchase. Positions listed in Lista's Liquidation Zone will be at a discounted price to encourage taking over. Read more about our liquidation mechanism here: <https://docs.bsc.lista.org/introduction/lista-lending/liquidation>

### Lending

The Lender (supplier) deposits a certain amount of assets into Lista's vaults and the smart contract will pair these assets with the borrowers and receives a portion of their borrowing interest.

### Withdrawal

The lender can withdraw their deposited assets and interest at any time (subject to market liquidity).

The borrower can withdraw their collateral in part or in full only when the proposed withdrawal will not push the LTV higher than the LLTV.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bsc.lista.org/introduction/lista-lending.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
