# Minting Types

**Sequential**, **Random** or **Specify minting** allow you to choose the minting behaviour on your collection. Over that, you can use a **Placeholder** to hide the actual metadata until you decide to reveal and fix on the blockchain.

We currently offer three different types of minting when the user acquire an NFT.

{% hint style="info" %}
Minting Types are compatible with Placeholder. For instance, you can use Sequential Minting along with Placeholder to temporarily hide the metadata, and reveal at a later time.
{% endhint %}

* [**SEQUENTIAL MINTING**](/features/minting-types/sequential-minting.md). It describe itself. Check the section for more information.
* [**SPECIFY MINTING**](/features/minting-types/specify-minting.md). Let your users decide their tokens.
* [**RANDOM MINTING**](/features/minting-types/random-minting.md). Truly on-chain secure random minting.

<figure><img src="/files/epspIlQBZsjoHOGPfj3t" alt=""><figcaption><p>Minting Page</p></figcaption></figure>

Check more at <https://nfts2me.com/#why-choose-us>


---

# 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/features/minting-types.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.
