> 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/faq/project-and-solution.md).

# Project and Solution

### Q1: What is the difference between MIURO and Suno / Udio?

Suno and Udio are AI music generation tools. They mainly solve the question of “how to generate songs quickly”.

MIURO operates at the protocol layer. It solves the question of “how generated content can be truly owned, traced and automatically settled after it is created”.

We do not compete with generation tools. Instead, we provide the underlying economic infrastructure for the entire AI music ecosystem.

For more details, read:

MIURO vs Suno / Udio: The Endgame of AI Music Is Not Better Tools — It’s a Complete Music Economy

### Q2: Why does MIURO need MiuroBox hardware?

Hardware is the physical entry point into the MIURO network. It also serves as a node that provides real computing power, storage and bandwidth.

Without hardware, it is impossible to build a decentralized Rights Graph and Pay Protocol. It would also be impossible to support real task-based mining and sustainable cashflow.

### Q3: What is the difference between content tokens and the project token $MIURO?

Content tokens, including Song Token, Club Token and Super IP Token, are tied to specific works, clubs or virtual idols.

Holders can receive real royalty revenue and co-creation rights.

$MIURO is the protocol’s governance and value capture token. It is used for ecosystem incentives, node rewards and long-term value sharing.

### Q4: What is MIURO’s long-term vision?

MIURO’s long-term vision is to build an AI-native music economy protocol where every AI-generated song can become an ownable, tradable and sustainably revenue-generating asset.

The goal is to create a positive ecosystem where creators, fans and node operators all benefit together.

### Q5: Are my voice and creative data safe?

MINI and ORIGIN support local inference.

Voice samples and generated works are processed locally on the device by default and are not automatically uploaded to the cloud.

Unless you actively choose to publish your content, your data will not leave your device.

### Q6: What happens to my hardware and rewards if the MIURO project stops operating?

Miuro OS and the protocol layer are open source, so the community can continue operating them even if the project stops.

Mined MU is held in multi-signature custody by the Cayman Foundation and smart contracts will continue to execute automatically.

### Q7: How much does the platform charge in fees?

The App Store developer revenue share is 15–20%.

Content token trading may generate certain fees, subject to the final official announcement.

Node mining itself does not charge additional fees.


---

# 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/faq/project-and-solution.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.
