> 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/jp/kaihatsu/joukyu/nft/okx-shukka.md).

# NFT を OKX に出品する

[OKX](https://www.okx.com/) は Chiliz エコシステム向けの主要な [NFT マーケットプレイス](https://web3.okx.com/nft) を提供しており、Chiliz Chain をネイティブにサポートしています。

## 前提条件

NFT を販売用に出品する前に、これまでのさまざまなステップを完了している必要があります。

* Chiliz Chain 上に deploy および verify された smart contract のアドレスを持っている必要があります。
* 出品しようとしている NFT を自分の wallet に保有している必要があります。

もちろん、Chiliz Chain での作業の基礎も整えておく必要があります。

* Chiliz Chain 用に設定された Web3。
* wallet にはオンチェーンのトランザクション手数料を支払うためのネイティブ CHZ を保有している必要があります。

## OKX で NFT を販売する方法

{% hint style="info" %}
これは OKX 自身の「[How to buy/sell NFTs on OKX](https://www.okx.com/en-eu/learn/how-to-buy-sell-nfts#3)」記事をもとに作成されています。
{% endhint %}

1. wallet を OKX に接続し、OKX の Portfolio ページを開いて、収集した NFT に移動します。\
   \&#xNAN;*wallet が Chiliz Chain を使用するように設定されていることを確認してください！*
2. 出品したい NFT をクリックすると、**Transfer**（転送）または **Sell**（販売）の 2 つのオプションが表示されます。NFT を出品するには **Sell** をクリックします。
3. NFT の価格を設定し、販売したい暗号通貨として CHZ を選択します。
4. NFT 販売の有効期限を設定します。デフォルトは 7 日間に設定されていますが、これはカスタマイズできます。
5. NFT を販売用に承認するには、ネットワーク/gas fee を賄うのに十分な CHZ の資金があることを確認してください。
6. 次の画面で「署名」してトランザクションを確定し、確認します。

おめでとうございます！NFT を販売用に出品できました。

NFT を販売用に出品したら、売れるのを待つか、**Cancel your listing**（出品をキャンセル）するか、**Lower the price**（価格を下げる）ことができます。出品をキャンセルするには、追加のネットワーク/gas fee を支払う必要があることに注意してください。

{% hint style="warning" %}
contract を deploy したばかりの場合、OKX がまだインデックス化していない可能性があります。

OKX のインデクサーがメタデータを取得するまでに数分かかる場合があります。
{% 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:

```
GET https://docs.chiliz.com/jp/kaihatsu/joukyu/nft/okx-shukka.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.
