> For the complete documentation index, see [llms.txt](https://whitepaper.mintofdestiny.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mintofdestiny.xyz/tokens/heroes/n00b.md).

# n00b

![n00b Role #12030](/files/dUxOEVBqDfGoA9lODeX9)

The n00b Role is the first Hero role in the game. You must earn this role by proving that you understand the basic mechanics of the game and are not a total plebe. With such a mythical race to attain such a coveted treasure that is Mint of Destiny, we must filter out those that do not have commitment.

### How To Earn n00b Role

First you must have already join the game in Discord ([/join](/discord-bot/join.md)). After you have joined into the game, you will now begin to earn Rupeez. Once you have earned enough Rupeez, you can attempt to [/fight](/discord-bot/fight.md) a [Minion](/tokens/villains/minion.md). If you are successful in defeating the [Minion](/tokens/villains/minion.md), you will be granted the n00b role, a n00b Hero NFT, and the NFT of the [Minion](/tokens/villains/minion.md) that you have defeated. There are only 5,000 n00b roles that can be minted. This means that only 5,000 people will be able to play the game and try to reach the seemingly impossible goal of minting the 1-of-1-of-1 Mint of Destiny!

### n00b Discord Role

Congratulations! If you've reached n00b status, you're well on your way to achieving greatness! There is a special Discord channel for those that have really begun their path to have the remote possibility of pushing the Big Green Button with the Mint of Destiny in clutch! Here you can work out strategies and help your fellow heroes, or feed them false propaganda to weasel your way ahead. There is only 1 Mint of Destiny and how you play the game is up to you!

### Details

|                           |                                      |
| ------------------------- | ------------------------------------ |
| Hero Level                | 1                                    |
| Villain to Defeat         | [Minion](/tokens/villains/minion.md) |
| Token Minting Cap         | 5,000                                |
| Minting Cost              | Free                                 |
| Can Be Burned for Rupeez? | Yes (+150 Rupeez)                    |


---

# 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://whitepaper.mintofdestiny.xyz/tokens/heroes/n00b.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.
