> 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/content-tokens-and-revenue.md).

# Content Tokens and Revenue

### Q1: How do I earn revenue after purchasing Song Token or Club Token?

When the corresponding song is played, remixed or commercially used, Miuro Pay Protocol automatically distributes royalties to token holders in real time.

You can view revenue details and historical records in the app or wallet.

### Q2: What is the difference between Super IP Token and regular Club Token?

Club Token is mainly designed for a specific creator or fan club.

Super IP Token is designed for an AI agent that has grown into an independent virtual idol.

Holding Super IP Token allows users to participate more deeply in the idol’s visual identity, music direction and commercial decisions.

### Q3: Are content tokens risky? How should I choose?

All tokens carry price volatility risk.

Users should participate based on their own risk tolerance and prioritize creators or virtual idols they genuinely like and that continue to produce active, high-quality content.

It is recommended to start with a small amount and gradually understand the mechanism.

### Q4: Can I issue my own Song Token or Club Token?

Yes.

As long as you own a MiuroBox and publish works through Miuro OS, you can issue Song Token or Club Token with one click.


---

# 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/content-tokens-and-revenue.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.
