# Minting

### What is minting?

Minting is the process of writing the token onto the blockchain. During the minting process, the token will be added to the blockchain dedicated to the belonging policy by sending the token in a transaction to the receiver's wallet. Before the minting process, the tokens in your [project](https://docs.nmkr.io/nmkr-studio/project) are only created on the NMKR infrastructure and are not visible on the public Ledger of Cardano.

{% hint style="info" %}
Before a token can be sold on a secondary market, it has to be minted.\
\
The [NMKR Store](https://docs.nmkr.io/nmkr-store) will be capable of listing also unminted tokens.
{% endhint %}

### How can I mint a token in NMKR Studio

There are multiple ways to mint the tokens in NMKR Studio, they all can be associated to two categories.

#### Minting on Demand

Minting on demand means that your customers will trigger the minting process due to purchasing the token via [NMKR Pay](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay) or the [Pay-In Address](https://docs.nmkr.io/nmkr-studio/set-up-sales/pay-in-address) directly to their own wallet[.](/nmkr-studio/set-up-sales/pay-in-address.md) The minting fees will be covered by the sales price that is previously specified in the [price list](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist).

{% hint style="info" %}
Please read the [documentation about the pricing](https://docs.nmkr.io/nmkr-studio/pricing) if you want to learn more about that.
{% endhint %}

#### Self-executed Minting

The process of executing the mint on your own can be accomplished either with a [manual minting process](https://docs.nmkr.io/nmkr-studio/minting/manual-minting) or with the [airdropper](https://docs.nmkr.io/nmkr-studio/minting/airdropper). For both methods the receiver, the token that should be minted and the amount is given by you. The fees to mint this token will be covered from your [account balance of available mints (Mint Coupons)](https://docs.nmkr.io/nmkr-studio/account/mint-coupons).

{% hint style="info" %}
To mint a token in order to sell it in a secondary market, you want to mint the token on your own via [manual minting](https://docs.nmkr.io/nmkr-studio/minting/manual-minting) or the [airdropper](https://docs.nmkr.io/nmkr-studio/minting/airdropper/airdrop-with-random-distribution) to your own wallet.\
\
Every minted NFT will cost 1[ Mint Coupon](https://docs.nmkr.io/nmkr-studio/account/mint-coupons), about 4.5 ADA.\
Please read the d[ocumentation about the pricing](https://docs.nmkr.io/nmkr-studio/pricing) if you want to learn more about that.
{% endhint %}


---

# 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.nmkr.io/nmkr-studio/minting.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.
