# Mint Settings

In this section, you can modify the information related to the minting of your NFTs. Let's review the different options available to you:

### **Min Fee**

The mint fee is the fee that you, as the creator, establish to **receive for each minting of each NFT**. You can increase or decrease this amount as needed, without affecting the mintings that have already been completed. You can only set the value relative to the token of the collection deployment.

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

The mint fee will be added to the platform fee. The sum of both corresponds to the amount that the collector has to pay to mint an NFT from the collection. If the mint fee is lower than the platform fee, the mint fee will be converted into creator rewards and the collection will be displayed as "free". More [info](/create-and-deploy-nft-collection/protocol-fee.md).

### **Max Per Address / Max Per Wallet**

You can **limit the maximum number of NFTs from your collection that an address can hold**. By default, it is set to unlimited. This limit applies to both minting and transferring, so once set, no one can override that limit.

<figure><img src="/files/8LTNQJgSfNsH97Us3cuw" alt="" width="545"><figcaption></figcaption></figure>

This also affects airdrops and whitelists. In other words, when you perform an airdrop, the sum of the NFTs that an address already holds plus the ones you are sending cannot exceed this configuration.

{% hint style="info" %}
Setting a value of 0 returns a collection to a state without limits.
{% endhint %}

### **Minting Phases**

By **default**, when deploying a collection, it is set to the **Open** phase. This means that once deployed, the collection will be visible and anyone can mint. The available phases are:

* **Public (Open)**: Users can freely mint new NFTs.

<figure><img src="/files/4peFHL1QILDWVR9TCSZs" alt="" width="256"><figcaption></figcaption></figure>

* **Closed**: Users can't mint. Only the owner can send airdrops. Already minted NFTs are not affected.

<figure><img src="/files/RyqgRiebDBTOvWhdCszG" alt="" width="383"><figcaption></figcaption></figure>

* **Pre-Sale: (**[**whitelist**](/dashboard/whitelists.md)**)**. During this phase users are only able to mint if they are in the [whitelist](/dashboard/whitelists.md).

<figure><img src="/files/NYkWQDV15WA13DqCRzRw" alt="" width="385"><figcaption></figcaption></figure>

<figure><img src="/files/Hnz9kPIJOtIMwFmx6SJZ" alt="" width="392"><figcaption></figcaption></figure>

* **Drop date / End Date**

When choosing a Drop Date / End Date you'll be able to specify a date when the phase becomes Open / Close (unless whitelisted):

1. Drop Date. Users won't be able to mint until specified Drop Date. On the specified Drop Date phase will change to 'Public (Open)' and mints will be enabled.

<figure><img src="/files/sOGImLn7qN04mDMo9Eor" alt="" width="386"><figcaption></figcaption></figure>

1. Drop & End Date. Users will only be able to mint between Drop and End Date. On the specified End Date mints will be disabled and collection phase will become 'Closed'.

<figure><img src="/files/C65PGj5OEyqGfr1Wd88p" alt="" width="386"><figcaption></figcaption></figure>

{% hint style="warning" %}
When **whitelist is enabled**, whitelisted users will **always** be able to **mint NFTs unless** the collection is **Closed**.\
If you want to disable the possibility of minting for whitelisted users, either **deactivate the whitelist** or phase to **Closed**.
{% endhint %}

### **Reduce Collection Size**

Reducing the Collection Size **permanently reduces the total supply of the collection**. **This cannot be undone**. The total supply can never be increased, only decreased. If you would like to keep some NFTs for future use, you can reserve them instead.

### **Reserve / Unreserve Tokens**

You can reserve tokens for future use, like giving it to the team, airdrops or giveaways.

{% hint style="info" %}
Reserved tokens can't be minted by users or anyone until they are unreserved.
{% endhint %}

### **Metadata / PlaceHolder**

This option was set at deployment moment. By default the metadata of the NFTs is immutable. Nobody will be able to change it in the future. If you have selected "Deplayed Reveal" artwork is hidden. users can only see a placeholder. Metadata and artwork will not be public until you decide to reveal it.

### Overview

Below, we present images showcasing the various possibilities of the tool.

<figure><img src="/files/347yXzESe1utHuVxfIAQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4oGGD1GNUjC0sc15fFjX" 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.nfts2me.com/dashboard/mint-settings.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.
