> 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/pl/tworzenie/zaawansowane/praca-z-nft/wystawianie-nft-na-okx.md).

# Wystawianie NFT na OKX

[OKX](https://www.okx.com/) prowadzi główny [marketplace NFT](https://web3.okx.com/nft) dla ekosystemu Chiliz, oferując natywne wsparcie dla Chiliz Chain.

## Wymagania wstępne

Zanim wystawisz swoje NFT na sprzedaż, musisz przejść przez kilka wcześniejszych kroków:

* Musisz mieć adres smart contract na Chiliz Chain, deployowany i zweryfikowany.
* Musisz posiadać w swoim portfelu NFT, które zamierzasz wystawić.

Oczywiście musisz też mieć opanowane podstawy pracy na Chiliz Chain:

* Web3 skonfigurowane dla Chiliz Chain.
* Portfel musi posiadać natywne CHZ na opłacenie transakcji on-chain.

## Jak sprzedać NFT na OKX

{% hint style="info" %}
Jest to adaptacja artykułu OKX "[How to buy/sell NFTs on OKX](https://www.okx.com/en-eu/learn/how-to-buy-sell-nfts#3)".
{% endhint %}

1. Połącz swój portfel z OKX, otwórz stronę OKX Portfolio i przejdź do swoich zebranych NFT.\
   \&#xNAN;*Upewnij się, że Twój portfel jest ustawiony na korzystanie z Chiliz Chain!*
2. Po kliknięciu NFT, które chcesz wystawić na sprzedaż, zobaczysz dwie opcje: **Transfer** lub **Sell**. Kliknij **Sell**, aby wystawić swoje NFT.
3. Ustaw cenę dla swojego NFT i wybierz CHZ jako kryptowalutę, za którą chcesz je sprzedać.
4. Ustaw datę wygaśnięcia sprzedaży swojego NFT. Domyślnie jest to 7 dni, ale możesz to dostosować.
5. Aby zatwierdzić swoje NFT do sprzedaży, upewnij się, że masz wystarczające środki CHZ na pokrycie opłaty sieciowej/gas.
6. Sfinalizuj i potwierdź transakcję na następnym ekranie poprzez "podpisanie".

Gratulacje! Właśnie wystawiłeś swoje NFT na sprzedaż.

Po wystawieniu NFT na sprzedaż możesz albo poczekać, aż się sprzeda, **anulować wystawienie** (Cancel your listing) albo **obniżyć cenę** (Lower the price). Pamiętaj, że za anulowanie wystawienia będziesz musiał zapłacić dodatkowe opłaty sieciowe/gas.

{% hint style="warning" %}
Jeśli Twój kontrakt został niedawno deployowany, OKX może go jeszcze nie zindeksować.

Wczytanie metadanych przez indekser OKX może zająć kilka minut.
{% 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/pl/tworzenie/zaawansowane/praca-z-nft/wystawianie-nft-na-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.
