> For the complete documentation index, see [llms.txt](https://dunex.gitbook.io/dunex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dunex.gitbook.io/dunex/token-ecosystem/game-economy.md).

# Game Economy

{% hint style="info" %}
Various token rewards will be provided to game developers, users, and influencers who participate in the ecosystem activation of the DuneX protocol.
{% endhint %}

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

## $DuneX&#x20;

$DUNEX is Eternal Hearts' key currency token and a total of 10,000,000,000 can be issued.

The initially issued supply of $DUNEX(Game$Earn) is 3,000,000,000, and Game and Earn supply is issued when $ETHC earned by investing time and resources through game play is exchanged at a certain rate.

The maximum circulating supply cannot exceed 3,000,000,000.

All $DUNEX spent by players in EternalHearts will be burned from their spending wallets daily until the total maximum supply falls below 300,000,000.

### Earn

* $ETHC Exchange ($ETHC is an in-game currency.)
* Buy on the exchange

### Burn

* Level up in a specific section
* Level up to a high level master
* NFT Enhancement
* NFT synthesis
* ETC


---

# 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://dunex.gitbook.io/dunex/token-ecosystem/game-economy.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.
