# Custom Minters

Deploying a custom minter enables you to mint NFTs to your customers from your own NFT contract (the minter).

Here is a step-by-step guide to deploying a custom minter:

* Make sure you've created a channel. You can find a guide to doing that on the page below:

{% content-ref url="../cancan" %}
[cancan](https://docs.payswap.org/products/cancan)
{% endcontent-ref %}

* Go to the channel's main page and click on the **List Product** button

<figure><img src="https://3481829468-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbuuWgsRQF3QPmDvV7XJQ%2Fuploads%2Fgit-blob-2ead01fc8bcd1d9253ed35aa10bb6c671019bd3f%2Fmain_page.png?alt=media" alt=""><figcaption></figcaption></figure>

* Read each parameter's description and provide the appropriate value. Validate the form and after a few seconds, you should be seeing your NFT displayed with the rest of your previous NFTs. Reload the page in case your NFT does not show. Set the **Use** **Custom Minter** parameter to Yes like in the image below and input the address of your NFT's contract in the **Minter Address** field. Validate and confirm the transaction.

<figure><img src="https://3481829468-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbuuWgsRQF3QPmDvV7XJQ%2Fuploads%2Fgit-blob-be2b0d7e2fb73a8340c94982d5df7118802f0065%2Fnfts2.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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/products/ecollectibles/custom-minters.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.
