> 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/quick-start/1.-i-am-a-creator.md).

# 1. I Am a Creator

### Recommended Device

MINI is recommended as the first choice.

VOX is suitable when the budget is limited.

### Detailed Onboarding Steps

#### Step 1: Purchase and Activate MiuroBox

Go to shop.miuro.ai and choose your device. MINI is recommended for creators.

After receiving the device, scan the QR code on the bottom of the box to download the MIURO App.

Follow the instructions in the app to complete device binding, KYC if required, and activation.

#### Step 2: Generate Your First Work

Open the Miuro App and tap “Quick Create”.

Enter the song theme, moo,d and style. Text or voice input is supported.

For example: “Create a rainy night jazz song.”

A complete song can be generated within 30 seconds, including lyrics, melo,dy and vocals.

#### Step 3: Train Your Personalized Voice Model (Coming Soon)

This step is recommended.

Record around 30 seconds of a cappella singing in the app.

The system will train your voice model, allowing future-generated songs to be performed with your own voice.

The model supports continuous optimization, making the voice sound increasingly similar to you over time.

#### Step 4: Complete On-Chain Ownership Verification and Distribution

Once you are satisfied with the work, tap “One-Click Release”.

The system will automatically record ownership information on Rights Graph.

You can choose to publish the work to platforms such as Spotify, Apple Music ,and Tidal.

#### Step 5: Issue Content Tokens (Coming Soon)

On the work page, tap “Issue Token”.

You can choose to issue a Song Token, which represents a single-song asset, or a Club Token, which represents a fan club.

After setting the revenue-sharing ratio, fans can purchase the token and share future royalties.

#### Step 6: Continuously Earn Revenue

When the song is played, remixed ,or commercially used, Miuro Pay Protocol automatically settles royalties in real time.

You can view detailed revenue records in the app and withdraw earnings to your wallet.

### Creator Tips

* Publish at least 2 works per week to continuously accumulate Rights Graph assets.
* Actively interact with fans to increase the value of your Club Token.
* Use the Remix function to collaborate with other creators and share royalty pools.


---

# 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/quick-start/1.-i-am-a-creator.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.
