> For the complete documentation index, see [llms.txt](https://docs.moonpoly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes/talents.md).

# Talents

The talent system consists of improving and leveling up the characters' capabilities in the mission system.&#x20;

Each character has a standard talent system, and everyone is free to choose a branch and development trend that is more interesting, suitable, and beneficial for the game strategy.&#x20;

Each new talent spent in the talent system has a fixed $CMP coin price. The player can also discard the cost of skills using the $CMP coin. After a player reaches level 3, the talent system becomes available. And for each subsequent level, the player receives five complementary talents for each talent used.&#x20;

Depending on the power of the skills, players need to pay a variable price from 1 to 15 $CMP tokens. Black Holes. Every month Moonpoly will open black holes with weekly bosses offering essential rewards. Players can visit them weekly after reaching a certain level. To fight with bosses, you will need 5 NFT heroes.&#x20;

Every player has an option to take up to 3 Moonkers to face the challenge. After defeating weekly bosses, players receive a reward in $CMP.


---

# 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.moonpoly.io/gameplay-1/nft-moon-heroes/talents.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.
