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

# Affiliate Program

NoobClaw supports user-invites-user channel fission of new users, and shares platform-token and BNB revenue.

**1. How to bind**

* Your wallet address is your invite code; the link looks like `https://noobclaw.com/r/your-wallet-address`
* Send the invite link to friends; they bind by entering through the link, or by pasting the upline wallet/link on the "Invite" page in the client

**2. Trigger conditions**

* The only trigger point: when your **downline user tops up with TRC20 USDT, BNB, or RMB**, rewards are traced back along the invite chain
* Up to 6 levels are supported

**3. Every time a friend tops up, a commission rebate is triggered:**

* *For each recharge made by a friend, you get a commission of 70% (initial) of the net profit generated by the platform*, rebated along the 6-level invite chain. USDT commission is automatically distributed to your wallet daily at 02:00 UTC as USDT on BNB Chain; <mark style="color:$warning;">RMB commission is issued to your account as an amount, and you need to upload a receiving QR code to withdraw it</mark>.

**4. Six-level profit share**

| Level                  | What you get                                                                                                                                                                                                         |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| L1 (direct invite)     | <p>1. T<em>he net profit</em> (calculated in USDT/RMB) \* 70% \* <mark style="color:$warning;">at least 50% (up to 100%)</mark></p><p><mark style="color:$warning;">2.</mark> Equal-value NoobCoin reward \* 50%</p> |
| L2 / L3 / L4 / L5 / L6 | <p>1. T<em>he net profit</em> (calculated in USDT/RMB) \* 70% \* 10% (per level; <mark style="color:$warning;">if this level does not exist, it all goes to L1</mark>)<br>2. Equal-value NoobCoin reward \* 10%</p>  |

Example:

A tops up 100 USD → T*he net profit 40US*

If the invite relationship is L6/L5/L4/L3/L2/L1/A, then L1 gets 40\*70%\*50%=14 USDT, and L2–L6 each get 2.8 USDT

<mark style="color:$warning;">RMB works the same way;</mark>

**5. Rebate duration**

**Permanent.**

**6. Affiliate Program**

**NoobClaw supports Affiliate applications. You can apply for a higher partner rebate rate via the international version** [**https://noobclaw.com/#page-partner-apply**](https://noobclaw.com/#page-partner-apply) **or the Chinese version** [**https://noobclaw.com/cn/#page-partner-apply**](https://noobclaw.com/cn/#page-partner-apply)

<table><thead><tr><th width="339">Level</th><th>Rebate rate</th></tr></thead><tbody><tr><td>Regular user (default)</td><td>70%</td></tr><tr><td>Bronze <strong>Affiliate</strong></td><td>75%</td></tr><tr><td>Gold <strong>Affiliate</strong></td><td>85%</td></tr><tr><td>Platinum <strong>Affiliate</strong></td><td>90%</td></tr><tr><td>Diamond <strong>Affiliate</strong></td><td>95%</td></tr></tbody></table>

**7. Platform token airdrop**

* 🪂 $NoobCoin airdrop\
  For every $1 a friend tops up, you get a random 450\~2000 $NoobCoin. Airdropped along the 6-level invite chain, and you additionally get 50%+ of the same amount of tokens.

**The referral & commission mechanism may be adjusted over time, with the relevant rules notified accordingly. NoobClaw team reserves all rights of interpretation.**


---

# 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.noobclaw.com/english/affiliate-program.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.
