# NFT Bonds

Both parties (borrower and lender) receive an NFT Bond when either party creates a liquidity request, supplies a request, or deposits liquidity. NFT Bonds are classified as either **B for Borrower or L for Lender.**

* The **B NFT Bond** is for borrowers who have created a liquidity request or their request has been funded or they have taken liquidity deposit from the Lender;
* The **L NFT Bond** is for users who have funded a liquidity request or created a liquidity deposit.

NFT Bonds are used to secure Liquidity requests or Deposits. A loan cannot be repaid without the underlying NFT Bond.

The **Borrower** must provide the NFT Bond + loan amount to withdraw the collateral.

The **Lender** must provide an NFT Bond to withdraw the lent-out assets plus the pending interest.

<figure><img src="/files/3fQ916jmsJzYFwX3TGPI" alt=""><figcaption><p>NFT Bond use cases</p></figcaption></figure>

All NFT Bonds are transferable and redeemable from any other wallet, meaning users can buy or sell them. To make the process seamless, Lenfi will implement an NFT Bond Marketplace with the help of one of the top marketplaces where users can sell their loans or become liquidators.

<figure><img src="/files/ZAa6nqicCFAuikUFJ5dV" alt=""><figcaption></figcaption></figure>


---

# 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/nft-bonds.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.
