> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/russkii/products/ecollectibles/listing-pre-minted-nfts.md).

# Листинг предварительно отчеканенных NFT

Вот пошаговое руководство по размещению уже созданных NFT на продажу:

* Убедитесь, что вы создали канал. Руководство по этому можно найти на странице ниже:

{% content-ref url="/pages/Q2oGbPzx3Z7X3S9O1dEp" %}
[CanCan](/russkii/products/cancan.md)
{% endcontent-ref %}

* Перейдите на главную страницу канала и нажмите кнопку **List Product** (Список продуктов)

<figure><img src="/files/Srul8n3Wv1I4qQPF9Vpu" alt=""><figcaption></figcaption></figure>

* Прочтите описание каждого параметра и укажите соответствующее значение. После валидации формы через несколько секунд вы должны увидеть свой NFT отображенным среди остальных ваших предыдущих NFT. Перезагрузите страницу, если ваш NFT не отображается. Установите параметр **Use Custom Minter** в Yes, как на изображении ниже, и введите адрес вашего контракта NFT в поле **Minter Address**, а также идентификатор NFT, который вы хотите разместить на продажу. Подтвердите транзакцию.

<figure><img src="/files/ism92LUkwIKjKVa4ocsu" alt=""><figcaption></figcaption></figure>


---

# 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.payswap.org/russkii/products/ecollectibles/listing-pre-minted-nfts.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.
