> For the complete documentation index, see [llms.txt](https://docs.jpegd.io/jpegd-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jpegd.io/jpegd-dao/peer-2-peer-lending/for-borrowers/how-to-list-an-nft.md).

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