# Sequential Minting

{% 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 %}

Using this minting type NFTs are minted sequentially from the first one to the last one until the collection is sold out. This is **basic yet powerful**, and the most common way of minting.

It is **commonly combined with** [**placeholders**](/features/placeholder-delayed-reveal.md) to hide/delay the actual metadata.

<figure><img src="/files/APn5opbIfIowMIxyUyv1" alt=""><figcaption></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/sequential-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.
