> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/fr/developper/notions-avancees/travailler-avec-les-nfts/lister-votre-nft-sur-okx.md).

# Lister votre NFT sur OKX

[OKX](https://www.okx.com/) héberge un [marketplace NFT](https://web3.okx.com/nft) primaire pour l'écosystème Chiliz, offrant un support natif pour Chiliz Chain.

## Prérequis

Avant de pouvoir lister votre NFT en vente, vous devez avoir accompli les différentes étapes précédentes :

* Vous devez disposer de l'adresse du smart contract sur Chiliz Chain, déployé et vérifié.
* Vous devez détenir le NFT que vous avez l'intention de lister dans votre portefeuille.

Vous devez bien sûr également avoir les bases pour travailler sur Chiliz Chain :

* Un portefeuille Web3 configuré pour Chiliz Chain.
* Le portefeuille doit détenir des CHZ natifs pour payer les transactions on-chain.

## Comment vendre un NFT sur OKX

{% hint style="info" %}
Ceci est adapté de l'article "[How to buy/sell NFTs on OKX](https://www.okx.com/en-eu/learn/how-to-buy-sell-nfts#3)" d'OKX.
{% endhint %}

1. Connectez votre portefeuille à OKX, ouvrez votre page Portfolio OKX et accédez à vos NFTs collectés.\
   \&#xNAN;*Assurez-vous que votre portefeuille est configuré pour utiliser Chiliz Chain !*
2. Une fois que vous avez cliqué sur le NFT que vous souhaitez mettre en vente, vous verrez deux options : **Transfer** ou **Sell**. Cliquez sur **Sell** pour lister votre NFT.
3. Fixez un prix pour votre NFT et choisissez CHZ comme cryptomonnaie pour laquelle vous souhaitez le vendre.
4. Définissez une date d'expiration pour votre vente NFT. Par défaut, c'est fixé à 7 jours, mais vous pouvez le personnaliser.
5. Pour approuver votre NFT pour la vente, assurez-vous d'avoir suffisamment de CHZ pour couvrir les frais réseau/gas.
6. Finalisez et confirmez votre transaction sur l'écran suivant en "signant".

Félicitations ! Vous venez de lister votre NFT en vente.

Une fois votre NFT listé en vente, vous pouvez soit attendre qu'il se vende, **Annuler votre listing**, ou **Baisser le prix**. Notez que vous devrez payer des frais réseau/gas supplémentaires pour annuler votre listing.

{% hint style="warning" %}
Si votre contrat a été récemment déployé, OKX n'a peut-être pas encore indexé vos NFTs.

Il peut falloir quelques minutes pour que l'indexeur OKX récupère les métadonnées.
{% endhint %}


---

# 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.chiliz.com/fr/developper/notions-avancees/travailler-avec-les-nfts/lister-votre-nft-sur-okx.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.
