# Random Minting

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

#### How does random minting work?

Our random minting doesn't rely on any server, it is a **truly on-chain secure random minting**. In our v1 contracts, we were forced to use a two-step solution, but with our new v2 contracts, collectors can **mint NFTs with random minting in just ONE STEP**. This saves gas, time, and hassle compared to the previous version, making it a significant improvement. Also, instead of selecting random minting you can always use the placeholder and reveal after a collection is sold out.

<figure><img src="/files/X07q7rscfhx2vxW5FObz" alt=""><figcaption><p>First Step</p></figcaption></figure>

<figure><img src="/files/VO1l0vY973IjUxgjpjIi" alt=""><figcaption><p>Second step</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/random-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.
