> For the complete documentation index, see [llms.txt](https://nftdeal.gitbook.io/eng-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftdeal.gitbook.io/eng-user-guide/lending-nfts.md).

# Lending NFTs

NFTDeal also features NFT lending, allowing owners to collateralize their NFTs and receive corresponding loan amounts. NFT lending is considered a promising trend in the NFT market, providing a solution to the liquidity issue of digital assets.

So how can you lend an NFT on NFTDeal?

&#x20;\- On the NFT selling screen, select the Lending option to open the NFT lending interface.

<figure><img src="/files/46P4LNES1q2SPjnsz1ke" alt=""><figcaption></figcaption></figure>

&#x20;-Choose Collateralized or Collateral-Free, enter the price, collateral assets (if selecting the Collateralized option), and maximum borrowing duration.

Then click the **" Post your lend".**

&#x20; \- Perform the NFT approval process.

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

&#x20; \- After approving the NFT, click the **"Lend"** button to initiate the NFT lending process.

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

&#x20; \- Once the transaction is confirmed on the blockchain, you have successfully lented out your NFT.

&#x20; \- To view all the NFTs you have lented, click on **"My Profile"** and select the **"Lending"** tab.


---

# 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://nftdeal.gitbook.io/eng-user-guide/lending-nfts.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.
