> 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/tokenomics.md).

# Tokenomics

* Ticker: DEUS
* Total Supply: 1,000,000,000 (1 billion)
* Max Supply: Capped at 1 billion
* Token Status: Non-transferable
* Circulating Supply at TGE: 26.94% (including 9.9% held in the DAO’s treasury, which can only be unlocked through a governance vote)

The DEUS supply is allocated across eight categories, as outlined in the chart and table below.

<figure><img src="/files/ZNQhy8cXHrSDocCyycuD" alt=""><figcaption><p>DEUS Token Distribution</p></figcaption></figure>

## Allocations

* **Genesis Auction:** 30%\
  Allocation for the community auction, enabling multi-token swaps during auction waves for DEUS and seeding the DAO’s treasury. Any unsold tokens from the auction will be reallocated to “DAO Treasury”.
* **DAO Treasury:** 30%\
  Tokens reserved for the DAO’s treasury, unlocking according to a predetermined schedule. This schedule may be adjusted through future governance decisions.
* **Liquidity & Adoption:** 3.5%\
  Allocated for CEX listings, market-making, and marketing initiatives to drive early adoption and community growth.
* **Strategic Contributor Fundraise:** 8%\
  Strategic contributors who participated in the pre-seed round to support the early development of the DAO and its infrastructure.
* **Advisors:** 1%\
  Allocated to advisors who review funding proposals, develop investment theses, provide vote recommendations, and propose exit strategies before presenting projects for voting.
* **Core Contributors:** 12.5%\
  XMAQUINA’s founding members and core developers who initiated the project as a protocol and guided its transition into a DAO transferring ownership of the developed infrastructure and IP.
* **Foundation:** 7.5%\
  Allocated to the DAO’s foundation to engage service providers involved in DAO operations, including implementing DAO initiatives, development, marketing, growth, and hiring.
* **DEUS Development Lab:** 7.5%\
  The in-house innovation hub for developing robotics, ethical AI, and decentralized technologies. Open to DAO members, it transforms R\&D into market ready products, enabling the DAO to create impactful ventures that may evolve into spin-outs.

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


---

# 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/tokenomics.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.
