> For the complete documentation index, see [llms.txt](https://docs.openxswap.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openxswap.exchange/the-open-x-project/nft-market-multichain/listing-an-nft.md).

# Listing an NFT

These contracts create **an any-ERC20-for-any-ERC721 exchange**.&#x20;

We will use veVELO for VELO as an example. Allowing users to list veNFTs and fNFTs for any ERC20 allows users to create zero-slippage listings for otherwise volatile positions by listing the position for the same ERC20 or LP tokens etc. that are contained within the NFT itself.&#x20;

<figure><img src="/files/3Tdk0KoIBiReRzKMl8MS" alt=""><figcaption><p>We will use listing a veVELO veNFT as an example (note the 'List NFT' button)</p></figcaption></figure>

Upon clicking "List NFT," users will be met with the following prompt for the NFT's token id:

<figure><img src="/files/alMWh2AHUb14lEwtmKeC" alt=""><figcaption><p>The "token id" is needed when listing NFTs or veNFTs</p></figcaption></figure>

The user will then be asked to select the token (ERC20) that will be used in the transaction:

<figure><img src="/files/8VY4Csmvjk9ohyux9Uqg" alt=""><figcaption></figcaption></figure>

In this example, we will list a veNFT and accept VELO as the payment token:

<figure><img src="/files/DuwJNB3b5cPMhkcVhBgu" alt=""><figcaption><p>Select the token you wish to receive and list Sell.</p></figcaption></figure>

If you wish to make the listing private, select "Private Listing" and add the addresses you wish to whitelist for the transaction. No other addresses will be able to purchase the private listing.

<figure><img src="/files/6qr1GZr8faPIklaKRu3b" alt=""><figcaption></figcaption></figure>

Once the user has stipulated their offer, two transactions are needed to finalize the listing.&#x20;

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

To view your listing, return to the Collection or click the "My Listings" tab. To cancel your listing, select the listing in question, click the following icon, and execute the removal transaction.

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

\---

**NOTE:** Listing an NFT creates an open offer valid for **one month** by default. The timeline of a listing can be changed before submitting the transaction, but this is not currently offered via UI.&#x20;


---

# 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.openxswap.exchange/the-open-x-project/nft-market-multichain/listing-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.
