> 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/home.md).

# Home

<figure><img src="https://lh4.googleusercontent.com/mFcloW1CeSANvj8_zN3fdXMkK6AkCkh9D45diJ1nf3cP-sfsjhmtH9A9lf6K6E6gmp9cPSe9RO1A0zkSxYPAGQmZIgjLrSZlLRhXDxVopNKJwnMm5M_CZfe8egbOMJN-bN7jUye1-uD-Ij818zzD_b5jY_LRDl7g8p8GN1ey6ScNyR8VPf0RXYyleKHg" alt=""><figcaption></figcaption></figure>

&#x20;**Lenfi P2P (Aada V1) Home** page consists of three base elements that help users get a quick grasp of the app’s current infographic.

TVL Overview shows the total amount of tokens locked in Lenfi P2P (Aada V1) smart contracts valued in ADA. In other words, all Cardano native assets’ value is calculated in ADA and added to the total TVL. TVL data consists of Collateral value (when the borrower creates a loan request or takes a lender request and sends collateral to a smart contract) and Lender request value (when the Lender creates a Lender request and it is shown on the Market page)

Borrowed tokens shows the tokens lent the most and their average APR. All data is shown in ADA.

The Recent transactions tab shows the list of 50 latest transactions on the page with it's date, action, and links to the cardanoscan.


---

# 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/home.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.
