> 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/technical-specifications.md).

# Technical Specifications

## 1/ Machine Operating Characteristics

To maintain gameplay balance and enhance player interaction, every machine follows a system of cooldown cycles, wear-and-tear, and scheduled maintenance requirements.

### Breakdown and Repair Mechanism

After 3 days of operation, a machine will enter a minor breakdown state and stop resource mining. The default repair time is 2 hours, during which the machine cannot function.

Players can shorten this downtime by purchasing a Repair Toolkit priced at 10 $USDC, which can be used 30 times. This toolkit allows automatic repairs, eliminating downtime and ensuring the machine operates continuously at maximum efficiency.

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

## 2/ Halving Mechanism

The Halving Mechanism serves as a core pillar of EtherForge’s Reward Emission Control System, designed to regulate issuance and maintain the long-term sustainability of the $GENESIS token.

This system ensures that the total supply of $GENESIS released into the market decreases gradually over time, preserving its value and maintaining economic balance within the game.

### Operating Principles

* Each Halving Cycle (Epoch) occurs once every 90 days.
* After each cycle, the global reward pool is reduced by 50% compared to the previous cycle.
* This gradual reduction introduces a natural scarcity model, stabilizing token value and extending the economic lifespan of the EtherForge ecosystem.

| Reward Cycle | Reward Pool (per 90 days) |
| :----------: | :-----------------------: |
|  **Epoch 1** |            128M           |
|  **Epoch 2** |            64M            |
|  **Epoch 3** |            32M            |
|  **Epoch 4** |            16M            |
|  **Epoch 5** |             8M            |
|  **Epoch 6** |             2M            |

{% hint style="info" %}
Through this halving structure, EtherForge promotes a deflationary token economy, encouraging long-term engagement and strategic resource management among players.
{% endhint %}


---

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

```
GET https://docs.etherforge.io/etherforge-core-gameplay/etherforge-gameplay/technical-specifications.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.
