> 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/the-default-minter.md).

# Минтер по умолчанию

Развертывание механизма создания по умолчанию позволяет вам создавать 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** в No, как на изображении ниже, и введите название и символ вашего NFT. Подтвердите транзакцию.

<figure><img src="/files/ZNZp6o0khjmDf0KYurXS" 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:

```
GET https://docs.payswap.org/russkii/products/ecollectibles/the-default-minter.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.
