> 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/start-and-build-factory.md).

# Start and build factory

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

There are four primary types of machines:

* ValorForge (total supply: 20,000): Produces Heroes and $ETHER
* MonstroForge (total supply: 20,000): Produces Monsters and $ETHER
* ProtoForge (total supply: 20,000): is positioned as a lightweight entry option, priced at 10 USDC, producing 2 $ETHER per day at level 1.
* CoreForge (total supply: 20,000): sits a tier above, priced at 20 USDC, with 4 $ETHER per day at level 1 and higher rarity potential.

{% hint style="info" %}
$ETHER can be converted into $GENESIS, which is the main token in the EtherForge economy.
{% endhint %}

| Machine Type | Price ($USDC) | Total Supply |
| :----------: | :-----------: | :----------: |
|  ValorForge  |       50      |    20,000    |
| MonstroForge |       50      |    20,000    |
|  ProtoForge  |       10      |    20,000    |
|   CoreForge  |       20      |    20,000    |

Heroes and Monsters are essential for the real-time PvP Battle mode. They exist as NFTs and can be freely traded on the marketplace.

Each machine functions as an automated production line, generating Heroes or Monsters and producing $ETHER, which can be converted into $GENESIS energy, the core resource of the EtherForge universe. Once all 80,000 machines are sold out, machines will become tradable on-chain assets.\ <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/start-and-build-factory.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.
