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

# Lenfi P2P (Aada V1)

### V1 Peer-to-Peer lending:

Lenfi P2P (Aada V1) delivers an entirely decentralized way of lending and borrowing primitives through P2P interaction. The process allows users to create liquidity requests and lock up ADA or other CNTs approved by the community as collateral. In turn, lenders can choose requests from the list of overcollateralized loans and lend through a smart contract. Liquidity requests and deposits are fully customizable, meaning borrowers and lenders can choose the loan parameters. The latter include Loan token type and size, Collateral token type and size, Loan duration, Interest, and Loan request expiration.

<figure><img src="/files/9tXHqrbw3rgoIXV9BQ5o" alt=""><figcaption><p>P2P lending</p></figcaption></figure>

**NFT bond:**

Every borrower and lender receives a bond token as proof of loan. NFT Bonds are not tied to a wallet address and are freely transferable and tradeable. Ultimately, the beauty of the Aada NFT Bonds comes with their utility: Whoever owns the Bond becomes the loan issuer or receiver.&#x20;

With the Borrower’s Bond, the user must repay the loan, pay the accrued interest, and receive collateral, whereas, with the Lender’s NFT, the user can claim the lent tokens.

<figure><img src="/files/ebXFhltF4InPaCo4PYjp" alt=""><figcaption><p>NFT Bond Journey</p></figcaption></figure>


---

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