# Manual Minting

To mint and send single tokens directly to a wallet address you want to use the manual mint and send feature of NMKR Studio. <br>

<figure><img src="/files/010x7kBLkqFR5ig3LXs2" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The manual mint of 1 NFT will cost 1 [Mint Coupon](https://docs.nmkr.io/nmkr-studio/account/mint-coupons).\
It will also cost only 1 Mint Coupon if you are going to send multiple [Fungible Tokens](https://docs.nmkr.io/nmkr-studio/token#fungible-token).\
The amount that can be sent in one Transaction is depending on the metadata size\
(up to 1 Million Tokens).\
\
To further reduce the cost of manual minting, please set the [Sendback in your project settings to MinUtxo](https://docs.nmkr.io/nmkr-studio/project/edit#sendback-to-customer). This will calculate the sendback for each transaction depending on the metadata size and token amount.
{% endhint %}

Go to the[ manage NFTs tab of your project](https://docs.nmkr.io/nmkr-studio/token/manage-tokens-tab) and click the "Send to Address" button in the actions bar on the right of the specific token that you want to send to an address.

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

Add the Wallet Address or [adahandle](https://adahandle.com/) of the receiver and click "Mint and send NFT".

<figure><img src="/files/We78iZIBlhq259BU6ZSd" alt=""><figcaption><p>Mint and send NFT</p></figcaption></figure>

In case you are sending Fungible Tokens, please also select the amount to send.

<figure><img src="/files/BOLKixc6ZFhJSBaIdgyE" alt=""><figcaption><p>Mint and send FT</p></figcaption></figure>

The token will now be minted and sent to the holders' wallet. You can monitor process in the [Mint and Send Jobs tab](https://docs.nmkr.io/nmkr-studio/project/mint-and-send-jobs).


---

# 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/manual-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.
