# How to List an NFT

If you can't find a suitable collection offer, you can list your NFT with a loan request:

Navigate to the Single NFT page by clicking the NFT row in “My NFTs”

<figure><img src="/files/UFTTxcI8VTG1S75kukoR" alt=""><figcaption><p>Single NFT Page</p></figcaption></figure>

Set your terms in the Listing Modal. Specify the principal amount, APR, loan duration, offer expiration, and an optional origination fee.

<figure><img src="/files/gwJ8KrAaBky8aVOG1UmK" alt=""><figcaption><p>List NFT Modal</p></figcaption></figure>

Deposit NFT and Confirm Listing

Your listing is now showing in the “Listings” tab and any lender can fulfill the request

Just like in the CDP model, you can select several NFTs and list them all at once with the same terms. From the “My NFTs” tab, select the NFTs you want to list and click “List” in the action bar. This is especially useful for large NFT holders who need to act on several NFTs simultaneously.


---

# 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.jpegd.io/jpegd-dao/peer-2-peer-lending/for-borrowers/how-to-list-an-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.
