# Supply,Borrow (NFT)

NFT lending pool uses the same pool as the Whitehole's Money market ETH pool.<br>

## Supply (NFT)

1. Go to the “NFT Market → Market List” tab

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

2. Click 'Deposit NFT & Borrow' on the NFT collection you wish to borrow. Of course, you have to have NFTs.

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

3. Now you can see your NFTs. They are separated by collection. Click on an NFT and enter the amount you want to borrow, which is determined by the Floor Price. Once you click, the NFT will be deposited and the loan will be executed.

   <figure><img src="/files/becsBpBt33vGExlS8qeW" alt=""><figcaption></figcaption></figure>
4. If you want to check the status of NFT loans, go to NFT Market - Dashboard.

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

5. Clicking on "View Details" will take you to the loan status list page, and clicking on "Manage Loan" will allow you to view the loan status. You will be able to see if your beautiful NFTs has been loaned out.

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

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

5-1. With Borrow More, you can borrow more from each NFT loan.

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

5-2 Use Repay to pay off NFT loans. If you want to pay off a portion, use Repay. If you want to end the NFT loan and retrieve your NFT, click Repay All. Remember, if your Health Factor reaches 100% (NFT Floor Price < Liquidation Price), your NFT will be subject to liquidation and may be auctioned off by other users. So always manage your H.F carefully

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

5-3. When the loan ends, the NFT will be returned to your wallet. Want to check your NFT? Go to the "NFT Market → Market List" tab and click "Deposit NFT & Borrow" in each collection to view it.<br>

<figure><img src="/files/5aJmBoSt2hEH19kX2bSw" 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://docs.whitehole.finance/step-by-step-guides/supply-borrow-nft.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.
