> For the complete documentation index, see [llms.txt](https://docs.cosmicfomo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmicfomo.com/game-mechanics/types-of-structures/factory.md).

# Factory

This structure adds passive game features by producing an equal amount of Minerals and Gems throughout the day, which are automatically added to the base inventory and distributed evenly among Guild members at specific times. Increasing the level of this structure increases the number of daily bonuses received.

<table><thead><tr><th width="125">Factory Level</th><th width="88">Energy</th><th>MDAO</th><th>Power</th><th>Guild level</th><th>Level Up Time</th><th>Daily Bonus</th></tr></thead><tbody><tr><td>1</td><td>80</td><td>500</td><td>1</td><td>3</td><td>4:00:00</td><td>6 minerals</td></tr><tr><td>2</td><td>120</td><td></td><td></td><td>4</td><td>8:00:00</td><td>12 minerals</td></tr><tr><td>3</td><td>160</td><td></td><td></td><td>5</td><td>16:00:00</td><td>24 minerals</td></tr><tr><td>4</td><td>200</td><td></td><td></td><td>6</td><td>24:00:00</td><td>40 minerals</td></tr><tr><td>5</td><td>240</td><td></td><td>1</td><td>7</td><td>32:00:00</td><td>60 minerals</td></tr><tr><td>6</td><td>280</td><td>2000</td><td>1</td><td>8</td><td>40:00:00</td><td>6 gems 1 lvl</td></tr><tr><td>7</td><td>320</td><td></td><td></td><td>9</td><td>48:00:00</td><td>8  gems 1 lvl</td></tr><tr><td>8</td><td>360</td><td></td><td></td><td>10</td><td>60:00:00</td><td>10 gems 1 lvl</td></tr><tr><td>9</td><td>400</td><td></td><td></td><td>11</td><td>72:00:00</td><td>14 gems 1 lvl</td></tr><tr><td>10</td><td>500</td><td>4000</td><td>1</td><td>12</td><td>96:00:00</td><td>20 gems 1 lvl</td></tr></tbody></table>

*\*Disclaimer: The data presented herein is strictly for informational purposes, does not constitute financial advice, and is subject to change at any time at the discretion of the development team.*


---

# 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.cosmicfomo.com/game-mechanics/types-of-structures/factory.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.
