> For the complete documentation index, see [llms.txt](https://lenfi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lenfi.gitbook.io/docs/lenfi-v1-protocol/lenfi-p2p-aada-v1/how-to-use-the-platform/menu/market.md).

# Market

&#x20;<img src="https://lh6.googleusercontent.com/C9Vw3gNRBKKvHu4u2Dm0c2kddWTeCGNYaRBA16Cnarpg8NNkPIKqgZInDk9qTMsEL5rkJj1lL7epRB2kj7ctEr5XufIbdE6NCdGfaWF4b4k9ApXZmWljTC5Zw8JV3YVCuI20uJx6QNIwdhrzfCxoMPecFaC0-4QkydZg6GV23s3sHN-6NGVJay737bV_" alt="" data-size="original">

The **MARKET** page is where everyone can find the dApp’s interactive tools - **Liquidity Deposits** and **Liquidity Requests**.

Liquidity Requests allow borrowers to ask for loans (e.g., user A wants to borrow 10 AADA against 20 ADA collateral).&#x20;

Liquidity Deposits work identically but in reverse logic. In other words, lenders offer to lend their tokens at specific conditions (e.g., user B offers to lend 10 AADA but requires the borrower to lock in 20 ADA as collateral). Borrowers that agree to lenders’ offers can immediately withdraw the liquidity after providing collateral.

<br>

![](https://lh6.googleusercontent.com/22C7wnkjA6rqj4mFm6ynQuZ9FcMI0AiVZIjGEfdMatDuODAvXazqmc_KBrnZLcwFCBXKAd6kq92Gf0IYamek7UZrBu0hhBaW3nUdThQ6qmFdbmxFSucCofJPISALiEQTZL6wl8yGcYLnDho2OU2spSw)

**Loan** - Assets that the borrower wants to borrow or the lender is willing to lend.

**Collateral** (or Minimum Collateral for Liquidity Deposit) - Assets used or asked to be used to secure Lenders loan in case borrower fails to repay the loan. For Liquidity Deposits it shows the Minimum Collateral, since the Borrower can increase the collateral before taking the loan to protect his risk of liquidation even more.

**Interest** - Amount of assets that the borrower will have to pay for the loan.

**Term** - The amount of time the borrower will be able to hold loan after that lender will have ability to liquidate a loan and claim the borrower’s collateral.

**Health factor** - Higher rate means that the borrower is covering loans with bigger collateral. To help indicate good collateral ratio, status is shown below it (Healthy, Fair).gher rate means that the borrower is covering loan by bigger collateral. To help indicate good collateral ratio, status is shown below it (Healthy, Risky).

$$
Health factor = \frac{Collateral/(Loan+Interest)}{Liquidation Threshold}
$$

![](https://lh5.googleusercontent.com/r6DfjldQbx4WEL3yebdoe9UDcre7-pkRDhwbtjTLCedu9BjFfMhCkmC-f-t2ihbFFL-FhsEv_0-Rr6yjJmaG0rVG3efBkURSqu0HGCr_vaFMwar6bWVUEbu28gg9ragRN09A8XuKB1fZaBewMddcFJA)

Because you're now familiar with the "Markets" tab, you can construct your own loan request if you want to borrow other assets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lenfi.gitbook.io/docs/lenfi-v1-protocol/lenfi-p2p-aada-v1/how-to-use-the-platform/menu/market.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
