# Minting an NFT

Once a Guardian has acquired their desired number (and size) of tickets, they are guaranteed the ability to mint an equal number (and size) of NFTs. This will happen inside of the Nemus application once the drop is released and minting is announced.

At that time, a Guardian will be able to navigate to the map for the drop and multi-select the NFTs they would like to mint from the map interface.

{% hint style="info" %}
Please note that the amount of tickets per purchase and also per wallet will be limited based on demand to ensure everyone has a chance to participate in the drop.
{% endhint %}


---

# 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.nemus.earth/nemus-docs/nemus-drops/drop-one-the-genesis-drop/participating-in-the-drop/minting-an-nft.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.
