> For the complete documentation index, see [llms.txt](https://docs.miuro.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miuro.ai/token-economy/token-economy.md).

# Token Economy

MIURO adopts a three-token architecture: $MIURO, $SIG, and MU.

The goal is to integrate music generation, copyright flow, hardware nodes, creator incentives, and ecosystem value capture into a programmable and verifiable token system. This avoids the common problems seen in traditional projects, where token utility is unclear and incentives are misaligned.

### Why a Three-Token Architecture?

If only one token is used, functional conflicts often occur.

The same token may need to handle governance, daily circulation, and mining incentives at the same time. This can cause severe price volatility and negatively affect real usage.

MIURO separates token functions through a three-token model.

Each token focuses on one core role, creating a more stable and sustainable economic system.

### Three-Token Role Positioning

| Token  | Positioning                    | Core Functions                                               | Total Supply                | Key Features                                |
| ------ | ------------------------------ | ------------------------------------------------------------ | --------------------------- | ------------------------------------------- |
| $MIURO | Main protocol token            | Governance, long-term value capture and ecosystem incentives | Fixed supply of 1 billion   | Scarcity + governance rights                |
| $SIG   | Ecosystem circulation currency | B2B merchant settlement and real-time creator revenue        | Fixed supply of 100 million | High-frequency circulation + burn mechanism |
| MU     | Node mining credential         | Hardware node mining and Cloud Node synthesis                | Anchored at 280 million     | Pre-TGE format, convertible after TGE       |


---

# 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.miuro.ai/token-economy/token-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.
