# General

Game uses ERC-20 tokens:

* Governance DAO token $MYRD
* In-game token $SACRA

The $MYRD token is central to facilitating governance actions within the ecosystem, enabling holders to mint $SACRA at a one-to-one ratio and earn passive income. This mechanism is comprehensively detailed in the corresponding section.

$SACRA  token is used for all internal actions, which is represented in the Utility section.

To start the game, users should buy a hero NFT for a certain amount of $SACRA. Also users need to level up their heroes to get relevant rewards, which also costs a certain amount of $SACRA. Every hero is an accumulation of $SACRA.


---

# Agent Instructions: 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:

```
GET https://docs.sacra.cc/sacra-whitepaper/tokenomics/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
