> For the complete documentation index, see [llms.txt](https://docs.heroesdefense.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heroesdefense.games/about-game/mint-heroes.md).

# Mint Heroes

### <mark style="color:green;">**How to Mint Heroes:**</mark>

Players need the Mint Token, used to mint heroes to the marketplace.

<div align="left"><figure><img src="/files/EyKtKnRosDoZ9oTjcj3S" alt="" width="188"><figcaption><p>Mint Tokens</p></figcaption></figure></div>

Through our collaboration with game developer Immutable, we will be able to bring our heroes to marketplaces such as Sphere, Tokentrove, and Atomic Hub. This will enable our heroes to become NFTs in the future. When a hero is minted, their strength will be enhanced, encouraging players to mint more often.

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

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

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

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

### <mark style="color:blue;">**Obtain:**</mark>

* Earn them by achieving ranks in the Arena.
* Purchase them directly from the in-game shop.

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

### <mark style="color:red;">**Note:**</mark>

* Each hero requires a different number of Mint Tokens to mint.
* Minted heroes will gain an additional skill called a Talent Skill.

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


---

# 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://docs.heroesdefense.games/about-game/mint-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.
