# Listing your NFT on OKX

[OKX](https://www.okx.com/) hosts a primary [NFT marketplace](https://web3.okx.com/nft) for the Chiliz ecosystem, offering native support for Chiliz Chain.

## Prerequisites

Before you can list your NFT for sale, you must have gone through the various previous steps:

* Your must have the smart contract address on Chiliz Chain, deployed and verified.
* You must hold the NFT you intend to list in your wallet.

Of course you must also have the basics of working on Chiliz Chain:

* A Web3 configured for Chiliz Chain.
* The wallet must hold native CHZ to pay for on-chain transactions.

## How to sell an NFT on OKX

{% hint style="info" %}
This is adapted from OKX's own "[How to buy/sell NFTs on OKX](https://www.okx.com/en-eu/learn/how-to-buy-sell-nfts#3)" article.
{% endhint %}

1. Connect your wallet to OKX, open your OKX Portfolio page, and head to your collected NFTs.\
   \&#xNAN;*Make sure that your wallet is set to use Chiliz Chain!*
2. Once you’ve clicked on the NFT you would like to list for sale, you’ll see two options to either **Transfer** or **Sell**. Click **Sell** to list your NFT.
3. Set a price for your NFT and choose CHZ as the cryptocurrency you want to sell it for.
4. Set an expiration date for your NFT sale. The default is set to 7 days, but you can customize this.
5. To approve your NFT for sale, ensure that you have sufficient CHZ funds to cover the network/gas fee.
6. Finalize and confirm your transaction on the next screen by “signing”.

Congratulations! You’ve just listed your NFT for sale.

Once you’ve listed your NFT for sale, you can either wait for it to sell, **Cancel your listing**, or **Lower the price**. Note that you will need to pay additional network/gas fees to cancel your listing.

{% hint style="warning" %}
If your contract was recently deployed, OKX may not have indexed it yet.

It may take a few minutes for the OKX indexer to pick up the metadata.
{% endhint %}


---

# 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.chiliz.com/develop/advanced/work-with-nfts/listing-your-nft-on-okx.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.
