> For the complete documentation index, see [llms.txt](https://xmaquina.gitbook.io/xmaquina/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xmaquina.gitbook.io/xmaquina/overview.md).

# Overview

- [The XMAQUINA Ecosystem Explained](https://xmaquina.gitbook.io/xmaquina/overview/the-xmaquina-ecosystem-explained.md): The only liquid asset offering public access to the private robotics market.
- [The DAO](https://xmaquina.gitbook.io/xmaquina/overview/the-xmaquina-ecosystem-explained/the-dao.md): A Decentralized Autonomous Organization for Decentralized Physical AI.
- [The DAO's Treasury](https://xmaquina.gitbook.io/xmaquina/overview/the-xmaquina-ecosystem-explained/the-daos-treasury.md): The composition of the DAO treasury
- [The Machine Economy Launchpad](https://xmaquina.gitbook.io/xmaquina/overview/the-xmaquina-ecosystem-explained/the-machine-economy-launchpad.md)
- [The DAO](https://xmaquina.gitbook.io/xmaquina/overview/the-dao.md): A Decentralized Autonomous Organization for Decentralized Physical AI.
- [Stakeholders](https://xmaquina.gitbook.io/xmaquina/overview/the-dao/stakeholders.md)
- [Execution Engine](https://xmaquina.gitbook.io/xmaquina/overview/the-dao/execution-engine.md): The team who executes what the DAO decides
- [Scoring Committee](https://xmaquina.gitbook.io/xmaquina/overview/the-dao/scoring-committee.md): The scoring committee is a group of Advisors tasked with assessing proposals.
- [DEUS Labs](https://xmaquina.gitbook.io/xmaquina/overview/the-dao/deus-labs.md): The innovation hub whose mission is to expand the XMAQUINA ecosystem
- [Tokenomics](https://xmaquina.gitbook.io/xmaquina/overview/tokenomics.md): The tokenomics of the DEUS token
- [Token Unlock Schedule](https://xmaquina.gitbook.io/xmaquina/overview/tokenomics/token-unlock-schedule.md)
- [Token Utility](https://xmaquina.gitbook.io/xmaquina/overview/tokenomics/token-utility.md)
- [veToken Model](https://xmaquina.gitbook.io/xmaquina/overview/tokenomics/vetoken-model.md): Proven in leading DAOs, built for XMAQUINA
- [DEUS & Treasury NAV](https://xmaquina.gitbook.io/xmaquina/overview/tokenomics/deus-and-treasury-nav.md): This section explores the relationship between the market capitalization of the DEUS token and the Net Asset Value (NAV) of the XMAQUINA DAO treasury.
- [Governance Overview](https://xmaquina.gitbook.io/xmaquina/overview/governance-overview.md): Evolving participation, growing decentralization
- [Governance V1: Pre-TGE](https://xmaquina.gitbook.io/xmaquina/overview/governance-overview/governance-v1-pre-tge.md)
- [Governance V2: Post-TGE](https://xmaquina.gitbook.io/xmaquina/overview/governance-overview/governance-v2-post-tge.md)
- [Governance V2: Post TGE](https://xmaquina.gitbook.io/xmaquina/overview/governance-overview/governance-v2-post-tge-1.md)
- [DAO Formation Ceremony](https://xmaquina.gitbook.io/xmaquina/overview/dao-formation-ceremony.md)


---

# 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://xmaquina.gitbook.io/xmaquina/overview.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.
