> For the complete documentation index, see [llms.txt](https://age-of-mars-1.gitbook.io/age-of-mars-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-red-empire/economy.md).

# Economy

Red Empire introduces a dynamic and intricate economic model designed to immerse players in a universe where strategy, development, and real-time decisions have far-reaching effects on the game's ecosystem. By integrating both MMT and USDT for transactions, Red Empire bridges the gap between traditional and blockchain gaming experiences, ensuring accessibility and convenience for all players.

**In-Game Assets and Units**

Players will engage with a variety of assets and units, each serving distinct purposes within the game's economy and warfare.

* **Transporter**: Essential for moving resources and extractors across the game environment.
* **Gravibike**: Specialized in reconnaissance and swift combat operations.
* **Walker**: A light combat unit characterized by its weak armor but high speed and rate of fire.
* **Tank**: A heavy, slow-moving combat unit with substantial armor, slow firing rate, and significant ammunition capacity.

**Structures**

* **Extractor**: A drilling rig for resource extraction.
* **Missile Base**: The central building with a resource storage facility. Capturing this building results in a loss for the player.
* **Combat Towers**: Defensive structures to protect bases and extractors.
* **Missile Launchers**: Towers with long-range capabilities and more powerful projectiles.
* **Hangar**: A facility for producing additional units.
* **Radar**: A system for tracking opponents and resources.

**Strategic Layers**

Red Empire's economic model is designed to incorporate multiple layers of strategy, offering players the opportunity to disrupt opponents' resource transportation or engage in last-minute space battles triggered automatically at the end of a timed session.


---

# 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://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-red-empire/economy.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.
