# Loans

The **Loans** tab displays the list of loans taken by the borrower. It contains a table with the following parameters:

**Loan** - The asset and asset amount the user has received as a loan.

**Collateral** - The asset and asset amount deposited to secure the loan. The **Collateral** is to be returned after the loan is repaid successfully.

**Interest** - The asset and asset amount due as an interest payment after returning the loan.

**Time remaining** - This parameter indicates the remaining time before the lender can liquidate the loan. To avoid liquidation, the borrower must repay the loan before expiration.

*User interface:*

|   Status  |                                                                                             Action                                                                                             |                                                         Description                                                        |
| :-------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: |
|   Repay   | ![](https://lh5.googleusercontent.com/1OXCjZTg5asc1pimjQ0oUShXgqefz1OmcEn9HjXqCJpNeHoCcKYX4Wwsj9mqU5UyuWoQ7WzEwVgqsHFbEqlw8mecyfOYHRKGZl7MyhhzD7f_xwW1Eeu4ldbuK4gGNXDdO8pm352pBd7nmzRPno5jCTo) |                   After fulfilling the **Loan request**, the **Borrower** can repay the underlying debt.                   |
| Requested | ![](https://lh5.googleusercontent.com/jBGXY6VG1y3ewO4eRcaf5aYTFD0c5YcX5at-9qJ1YE2_P0v82B9vQ3jUfduOupSVHNf0p2F4eiQtB6HEIwQRFG0RvzY2ti_7ZvjXUlVt0OV_mJrMkEn5bLV5Y5jOkCYzUnzxqjaYhccdgnbBZew5GtA) | The **Loan request** hasn’t been funded yet. The user has the option to can cancel it and redeem the deposited collateral. |


---

# 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://lenfi.gitbook.io/docs/lenfi-v1-protocol/lenfi-p2p-aada-v1/how-to-use-the-platform/menu/dashboard/loans.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.
