> 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/identity-ladder/referral-growth-mechanism.md).

# Referral Growth Mechanism

*The Identity Ladder is deeply integrated with the referral system, encouraging users to expand the network through referrals.*

### 5-Level Tiered Reward System

| Level | Relationship        |        One-Time Reward |             Ongoing Reward |
| ----- | ------------------- | ---------------------: | -------------------------: |
| L1    | Direct referral     |  10% of hardware price |    8% of monthly MU output |
| L2    | Indirect referral 1 |   4% of hardware price |    3% of monthly MU output |
| L3    | Indirect referral 2 |   2% of hardware price |  1.5% of monthly MU output |
| L4    | Indirect referral 3 |   1% of hardware price |  0.5% of monthly MU output |
| L5    | Indirect referral 4 | 0.5% of hardware price | 0.25% of monthly MU output |
| Total | —                   |                  17.5% |                     13.25% |

### Team-Scale Mining Boost

When the number of successfully referred MINI or ORIGIN buyers reaches certain milestones, users can receive an additional mining rate boost.

VOX does not count toward team size.

| Total Team Size | Personal Mining Rate Boost |
| --------------- | -------------------------: |
| 1–10            |                         0% |
| 11–30           |                        +5% |
| 31–100          |                       +10% |
| 101–300         |                       +20% |
| 301–1,000       |                       +30% |
| 1,000+          |               +40%, capped |

### Anti-Cheating Rules and System Notes

To ensure fairness, MIURO applies several anti-cheating rules:

* One-time referral rewards are unlocked only after the referred user’s hardware has been running for 30 days.
* VOX does not count toward team size. Only MINI and ORIGIN are valid.
* Rewards below L5 are not counted and are automatically cut off.
* Purchases using the same IP address or the same payment method will be flagged as suspicious, and the rewards will be voided.
* Referral MU cannot be redeemed before TGE. After TGE, it will be processed according to the standard rules.

### Upgrade Path

#### Horizontal Upgrade: Hardware Upgrade

VOX → MINI → ORIGIN

Users can enjoy trade-in discounts and gradually unlock higher identity benefits.

#### Vertical Upgrade: Virtual Asset Upgrade

Cloud Node users can continuously upgrade from L1 to L5 to increase Hash Power and mining duration without replacing any hardware.


---

# 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/identity-ladder/referral-growth-mechanism.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.
