> For the complete documentation index, see [llms.txt](https://docs.etherforge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.etherforge.io/etherforge-core-gameplay/etherforge-gameplay/usdether-to-usdgenesis-conversion-system.md).

# $ETHER to $GENESIS Conversion System

<div data-with-frame="true"><figure><img src="/files/iQk7MBsFe5Zur9u7NYYb" alt=""><figcaption></figcaption></figure></div>

In EtherForge, the reward system operates through two layers of value:

* **$ETHER:** A unit representing mining performance within the game *(off-chain metric)*.
* **$GENESIS:** The main token of the ecosystem, carrying real value and serving as the primary currency across the entire game economy.

## 1/ Conversion Mechanism

The **$ETHER** → **$GENESIS** conversion acts as a bridge that transforms the operational results of players’ ValorForge or MonstroForge factories into actual in-game assets.

### Conversion Principles

Each day, the system determines:

1. The total $GENESIS pool allocated for distribution within the current Epoch.
2. The total $ETHER mined across the network during the past 24 hours.

Based on these values, the conversion rate between $ETHER and $GENESIS is calculated using the system-wide reward distribution ratio.

$$
\textbf{$ETHER} ;=;
\frac{
\textbf{Total daily $GENESIS reward pool (current Epoch)}
}{
\textbf{Total $ETHER mined across all players in 24h}
}
$$

### Explanation

Total daily $GENESIS pool: The total number of reward tokens allocated to the entire network each day, depending on the current Epoch.

Total $ETHER mined (Generated on the Server): The total amount of $ETHER produced by all players in a 24-hour period.

{% hint style="info" %}
The system takes a snapshot every 24 hours to determine the precise daily exchange rate between $ETHER and $GENESIS.
{% endhint %}

### Example Calculation

|            Metric           |         Value         |
| :-------------------------: | :-------------------: |
| **Total daily reward pool** |   1,400,000 $GENESIS  |
|    **Total $ETHER mined**   |     200,000 $ETHER    |
|          **Result**         | 1 $ETHER = 7 $GENESIS |

So for that specific day, 1 **$ETHER** equals 7 **$GENESIS**.

## 2/ Reward Distribution per Epoch

<div data-with-frame="true"><figure><img src="/files/UYMMdf8l6dWH2ez2zv4H" alt=""><figcaption></figcaption></figure></div>

The reward mechanism follows a Halving schedule every 90 days. During each Epoch, the total $GENESIS reward pool gradually decreases, while the daily reward allocation remains evenly distributed across the entire 90-day cycle.

This system creates a deflationary economy, ensuring both long-term value stability and a sustainable reward flow for all active participants in the EtherForge ecosystem.

| Epoch (Cycle) | Total Reward Pool (90 Days) |    Average Daily Reward    |
| :-----------: | :-------------------------: | :------------------------: |
|  **Epoch 1**  |     128,000,000 $GENESIS    | 1,422,222 $GENESIS per day |
|  **Epoch 2**  |     64,000,000 $GENESIS     |  711,111 $GENESIS per day  |
|  **Epoch 3**  |     32,000,000 $GENESIS     |  355,556 $GENESIS per day  |
|  **Epoch 4**  |     16,000,000 $GENESIS     |  177,778 $GENESIS per day  |
|  **Epoch 5**  |      8,000,000 $GENESIS     |   88,889 $GENESIS per day  |
|  **Epoch 6**  |      2,000,000 $GENESIS     |   22,222 $GENESIS per day  |

> This halving-based distribution model ensures that rewards decrease gradually with each 90-day cycle, reinforcing long-term token scarcity and economic sustainability within the EtherForge ecosystem.


---

# 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.etherforge.io/etherforge-core-gameplay/etherforge-gameplay/usdether-to-usdgenesis-conversion-system.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.
