# Referral Program

To flourish and incentive our community, we design a referral protocol which can benefit for all participants. Everyone has change to earn rewards for inviting new players to play around our protocols. Referral rewards will be calculated based on the consumptions of your friends get for participating in various games.

### Referrer

| Sales                   | Rewards     |
| ----------------------- | ----------- |
| $0 \~ $10,000           | 3% \* sales |
| $10,000 \~ $100,000     | 5% \* sales |
| $100,000 \~ $500,000    | 6% \* sales |
| $500,000 \~ $$+\infty$$ | 7% \* sales |

### Examples

If a referer *Alice* invites 4 users, i.e. *A*, *B*, *C*, *D*.

* Day 1, *A* plays games using $2,000
* Day 2, *B* plays games using $30,000
* Day 3, *C* plays games using $70,000
* Day 4, *D* plays games using $400,000

*Alice*'s sales and corresponding rewards are listed as follows,

**Case 1: Alice claims rewards everyday.**

| Day   | Sales    | Rewards        |
| ----- | -------- | -------------- |
| Day 1 | $2,000   | 3% \* $2,000   |
| Day 2 | $30,000  | 5% \* $30,000  |
| Day 3 | $70,000  | 5% \* $70,000  |
| Day 4 | $400,000 | 6% \* $400,000 |

**That's, overall reward Alice can receive is 3% \* $2,000 + 5% \* $30,000 + 5% \* $70,000 + 6% \* $400,000 = $29,760**

**Case 2: Alice only claims rewards on Day 4,**

| Day   | Sales    | Rewards        |
| ----- | -------- | -------------- |
| Day 1 | $2,000   | -              |
| Day 2 | $32,000  | -              |
| Day 3 | $102,000 | -              |
| Day 4 | $502,000 | 7% \* $502,000 |

**That's, overall reward Alice can receive is 7% \* $502,000 = $35,140**

**Case 3: Alice claims rewards on Day 2 and Day 4**

| Day   | Sales    | Rewards        |
| ----- | -------- | -------------- |
| Day 1 | $2,000   | -              |
| Day 2 | $32,000  | 5% \* $32,000  |
| Day 3 | $70,000  | -              |
| Day 4 | $470,000 | 6% \* $470,000 |

**That's, overall reward Alice can receive is 5% \* $32,000 + 6% \* $470,000 = $29,800**

{% hint style="info" %}
The referral systems will be disabled according to community decision, which enhance and protect the early-bird rights. <mark style="color:red;">**Only whitelisted user has permission to be a referrer**</mark>**.**
{% endhint %}

{% hint style="info" %}
Only the consumption in USDT games are considered. The consumption in AltGame are ignored.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://treasuryland.gitbook.io/treasuryland/referral-program.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
