> For the complete documentation index, see [llms.txt](https://monkeyempire.gitbook.io/monkey-empire/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monkeyempire.gitbook.io/monkey-empire/whitepaper/nfts.md).

# NFTs

### Two types of NFTs

<figure><img src="/files/9JDsAzbYhEnP5EYZfsfb" alt=""><figcaption></figcaption></figure>

#### Cosmetic NFTs

**Cosmetic NFTs** will be minted by players **outside the game** or can be won in **special Gamemodes and events.**

#### Consumable NFTs

**Consumable NFTs** will be **produced** by **the research center** and earn in the **PVE environment**. They will give you a **powerful advantage**, like upgrading your troops.

### Ape Alert Collection (first cosmetics)&#x20;

<figure><img src="/files/c26DOFuehAlhNE90rhEI" alt=""><figcaption></figcaption></figure>

#### NFT Skins

Ape Alert is a collection of skins that will allow you to have more styles than other noobs... The skins will be NFT that you will be able to trade your Ape Alert skins via blockchain technology.

If you have had the chance to play an MMORTS you know that clans, also called guilds or alliances are important and are an integral part of the strategy game. Indeed, the MMO RTS is a game that is played as a team, be sociable and strategic and surround yourself with other players to go further together.

#### NFT Utility

The NFT will serve as your profile picture in game, on the leaderboard as well as on social networks.

It will allow you to differentiate yourself from other players on the world map to show that you are someone and that you are one of the first to join the Monkey Empire community.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://monkeyempire.gitbook.io/monkey-empire/whitepaper/nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
