> 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/production-and-development-cycle.md).

# Production and Development Cycle

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

Every EtherForge factory starts at Level 1, operating at its default refining and production speed. This is the foundation stage, where machines begin functioning and generate the first products in the bio-production chain.

## Machine Types

* **ValorForge → Produces Heroes**\
  **MonstroForge → Produces Monsters**

<table><thead><tr><th align="center" valign="middle">Level</th><th align="center">Upgrade Cost ($USDC)</th><th align="center">Production Output ($ETHER)</th></tr></thead><tbody><tr><td align="center" valign="middle"><strong>1</strong></td><td align="center">0</td><td align="center">10</td></tr><tr><td align="center" valign="middle"><strong>2</strong></td><td align="center">10</td><td align="center">50</td></tr><tr><td align="center" valign="middle"><strong>3</strong></td><td align="center">20</td><td align="center">200</td></tr><tr><td align="center" valign="middle"><strong>4</strong></td><td align="center">30</td><td align="center">350</td></tr><tr><td align="center" valign="middle"><strong>5</strong></td><td align="center">40</td><td align="center">500</td></tr></tbody></table>

* **ProtoForge (released on Jan 25th, 2026)**

<table data-full-width="true"><thead><tr><th align="center">Level</th><th align="center" valign="middle">Upgrade Cost ($USDC)</th><th align="center">Production Output ($ETHER)</th></tr></thead><tbody><tr><td align="center"><strong>1</strong></td><td align="center" valign="middle">0</td><td align="center">2</td></tr><tr><td align="center"><strong>2</strong></td><td align="center" valign="middle">2</td><td align="center">10</td></tr><tr><td align="center"><strong>3</strong></td><td align="center" valign="middle">4</td><td align="center">40</td></tr><tr><td align="center"><strong>4</strong></td><td align="center" valign="middle">6</td><td align="center">70</td></tr><tr><td align="center"><strong>5</strong></td><td align="center" valign="middle">8</td><td align="center">100</td></tr></tbody></table>

* **CoreForge (released on Jan 25th, 2026)**

| Level | Upgrade Cost ($USDC) | Production Output ($ETHER) |
| :---: | :------------------: | :------------------------: |
|   1   |           0          |              4             |
|   2   |           4          |             20             |
|   3   |           8          |             80             |
|   4   |          12          |             140            |
|   5   |          16          |             200            |

{% hint style="info" %}
*Higher levels yield greater **$ETHER** production efficiency and improve long-term **$GENESIS** generation once machines reach their final phase.*
{% endhint %}

## Refining Cycle

Once activated, a machine enters a 12-hour refining cycle. At the end of each cycle, it produces a Bio-Core Cocoon an unrefined energy vessel containing the essence of life.

Players must manually open the cocoon to initiate the lifeform inside, and the outcome depends on the type of machine owned:

* ValorForge creates a Hero
* MonstroForge creates a Monster
* ProtoForge and CoreForge have 50/50 chance to hatch a Hero or Monster

## Lifeform Rarity

The rarity of each lifeform: **Common, Rare, or Legendary** is determined randomly, ensuring every cocoon opening delivers both excitement and unique value.

## Machine Lifecycle

Each machines can refine only one egg cocoon throughout its entire lifetime. After that, the machine permanently switches to its $ETHER production role, continuously generating energy on a daily basis.

This design turns every machine into a limited production asset, ensuring the scarcity of creatures and maintaining economic balance within the world of EtherForge.

<br>


---

# 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/production-and-development-cycle.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.
