> 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/korean/products/ecollectibles/custom-minters.md).

# 맞춤형 조폐국

사용자 정의 민터를 배포하면 고객에게 자체 NFT 계약(민터)에서 NFT를 발행할 수 있습니다.

사용자 정의 민터를 배포하는 단계별 안내서는 다음과 같습니다.

* 채널을 생성했는지 확인하십시오. 이를 수행하는 가이드는 아래 페이지에서 찾을 수 있습니다:

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

* 채널의 주요 페이지로 이동하여 **상품 목록** 버튼을 클릭합니다.

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

* 각 매개변수의 설명을 읽고 적절한 값을 제공하십시오. 양식을 유효하게 한 후, 몇 초 후에 다른 이전 NFT와 함께 여러분의 NFT가 표시되는 것을 볼 수 있어야 합니다. 여러분의 NFT가 표시되지 않는 경우 페이지를 다시로드하십시오. 이미지와 같이 **사용자 정의 민터 사용** 매개변수를 Yes로 설정하고 **민터 주소** 필드에 NFT 계약의 주소를 입력하십시오. 유효성을 검사하고 거래를 확인하십시오.

<figure><img src="/files/VN01sWXM2H0dPn6rKzro" 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/korean/products/ecollectibles/custom-minters.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.
