> 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.md).

# Heroes

### What Are Heroes?

First off, you are the Hero. The Hero tokens will be your avatar in the game to show your competion how fierce your are and scream "Be afraid of me!" Heroes are the NFTs that you can win from fighting [Villains](/tokens/villains.md). These NFTs are what grant you your roles within Discord. Special channels have been made where only those with the role can access and gloat to each other how awesome they are. In addition, the developers will give special attention to various roles. This may include alpha on in-game releases, whitelists for future games, or free airdrops!

When you join the Discord, you will initially be given the role of Lurker. This is a non-tokenized role. It's granted to everyone that has joined our Discord, but is not playing the game. Once you fight your first Minion and win, you will then be awarded the entry-level role of n00b.

{% hint style="info" %} <mark style="color:red;">**IMPORTANT**</mark>: You can only earn 1 level of each Hero role per wallet / discord name from fighting. Once you fight a Minion and win a n00b NFT, you can no longer win additional n00b or Minion NFTs. So if you sell it, the only want to get it back is to buy it back on a secondary market.
{% endhint %}

There are four roles within The Mint of Destiny:

* <mark style="color:purple;">**Lurker**</mark> - A watcher on the sidelines. Non-token role of someone that just started.
* <mark style="color:purple;">**n00b**</mark> (Hero Role: not so scary)
* <mark style="color:purple;">**Hardcore**</mark> (Hero Role: pretty darn scary)
* <mark style="color:purple;">**Legendary**</mark> (Hero Role: do not make eye contact or you'll burst into flames, scary!)


---

# 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.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.
