# NFTs in the app

The application remains free for each user. However, in order to support project costs, we will implement the sale of a low-value NFTs, which unlocks all the features of the application:&#x20;

* No advertisements&#x20;
* Game start time notifications&#x20;
* NFT in profile picture&#x20;
* Access to ranks (maximum gold)&#x20;
* Withdrawal of winnings
* Earnings of tokens and chests&#x20;
* Access to previous games&#x20;
* Unlimited answers&#x20;

**Important : Holders of GENESIS, ORIGIN and EVOLUTION have everything unlocked.**


---

# 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://metamindgames.gitbook.io/metamindgames/the-application/nfts-in-the-app.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.
