# Two-Way Minting

Most NFT projects around use a rather traditional way of minting which is that you have a mint button on their website that you can click in order to get a randomly-generated NFT (i.e. their attributes are randomized) at a pre-defined price.&#x20;

Due to the unique nature of how our NFTs work - as explained in [Stats and Properties](/whitepaper/game-mechanics/stats-and-properties.md) the Rider's attributes themselves are NFTs too - we are able to introduce a new and much fairer way of minting.

The way *our* minting works is that we provide you with two options to choose from when minting your Rider:

* The classical way described above, which we call **Rider Mint**. You pay 1 AVAX and get a Rider with randomized attributes, meaning you can get any level from the lowest (18) to the highest (90), with the probability following a normal distribution (see sub-chapter).
* An additional, safe and cheap way of minting. With the **Tourist Mint** you need to pay only 0.3 AVAX and get a lowest level (18) Rider. This means you pay less and there's no additional risk involved (you know what you get), but you don't have the chance on a better NFT either.&#x20;

![](/files/HOcmwWj6UDh8cm2z9SDR)

*Note that in both ways you mint a total of seven NFTs (1 Rider NFT + 6 Gear NFTs).*&#x20;


---

# 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://avalanche-riders-nft.gitbook.io/whitepaper/fairness-and-reallocation/two-way-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.
