> 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/ko/gaebal/goseup/nft-jageob/okx-nft-deungnok.md).

# OKX에 NFT 등록

[OKX](https://www.okx.com/)는 Chiliz Chain을 기본 지원하며 Chiliz 생태계를 위한 주요 [NFT 마켓플레이스](https://web3.okx.com/nft)를 운영합니다.

## 사전 요구사항

NFT를 판매 목록에 등록하기 전에 이전 단계들을 완료해야 합니다:

* Chiliz Chain에 배포되고 검증된 스마트 컨트랙트 주소가 있어야 합니다.
* 등록하려는 NFT를 지갑에 보유하고 있어야 합니다.

물론 Chiliz Chain에서 작업하기 위한 기본 사항도 갖추어야 합니다:

* Chiliz Chain용으로 구성된 Web3 지갑.
* 온체인 트랜잭션 비용 지불을 위해 지갑에 네이티브 CHZ가 있어야 합니다.

## OKX에서 NFT 판매하는 방법

{% hint style="info" %}
이것은 OKX의 "[OKX에서 NFT 구매/판매 방법](https://www.okx.com/en-eu/learn/how-to-buy-sell-nfts#3)" 문서를 참고하여 작성했습니다.
{% endhint %}

1. OKX에 지갑을 연결하고, OKX 포트폴리오 페이지를 열어 수집한 NFT로 이동합니다.\
   \&#xNAN;*지갑이 Chiliz Chain을 사용하도록 설정되어 있는지 확인하세요!*
2. 판매하려는 NFT를 클릭하면 **Transfer** 또는 **Sell**의 두 가지 옵션이 표시됩니다. **Sell**을 클릭하여 NFT를 등록합니다.
3. NFT 가격을 설정하고, 판매할 암호화폐로 CHZ를 선택합니다.
4. NFT 판매 만료 날짜를 설정합니다. 기본값은 7일로 설정되어 있지만 사용자 지정할 수 있습니다.
5. NFT 판매를 승인하려면, 네트워크/가스 요금을 충당할 수 있는 CHZ 잔액이 충분한지 확인하세요.
6. "서명"을 통해 다음 화면에서 트랜잭션을 최종 확인합니다.

축하합니다! NFT 판매 등록이 완료되었습니다.

NFT를 판매 목록에 등록한 후에는 판매될 때까지 기다리거나, **목록 취소** 또는 **가격 인하**를 할 수 있습니다. 목록을 취소하려면 추가 네트워크/가스 요금이 필요하다는 점을 유의하세요.

{% hint style="warning" %}
컨트랙트가 최근에 배포된 경우, 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/ko/gaebal/goseup/nft-jageob/okx-nft-deungnok.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.
