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

# Referral Program

The NOT BET referral program is designed to allow users to earn additional income by inviting new participants into the ecosystem.

The program is divided into two directions:

* **player referral program**
* **holder referral program**

This allows users to earn both from the gaming activity of referred users and from their financial activity within the platform.

***

### How It Works

Each user receives a personal referral link.

After a new user registers through this link, the system automatically links them to the referring user.

Rewards are then credited depending on the type of activity performed by the referred user.

***

### Player Referral Program

Players receive rewards from the activity of referred players.

The reward is начисляется based on their **gaming crash / losses**.

#### First Line

**10% from first-line referrals’ crash**

These are users personally invited by you.

***

### Second Line

**5% from second-line referrals’ crash**

These are users invited by your first-line referrals.

***

### Simple Structure

```
You → Referral 1 → Referral 2
       10%          5%
```

***

### Example of Reward Calculation

If your first-line referral generates a gaming loss of **100 USDT**, you receive:

**10 USDT**

If a second-line referral generates a gaming loss of **100 USDT**, you receive:

**5 USDT**

***

### Holder Referral Program

For holders, an extended multi-level program is available.

Rewards are credited through two directions:

* from deposits
* from cycle profitability

***

### Rewards from Deposits

The reward is credited **instantly after the deposit is made**.

#### First Line

**1.5% of the deposit amount**

#### Second Line

**0.5% of the deposit amount**

***

### Example

If your first-line referral deposits **1,000 USDT**, you instantly receive:

**15 USDT**

If your second-line referral deposits **1,000 USDT**, you receive:

**5 USDT**

***

### Rewards from 72-Hour Cycle Profit

In addition, users receive a percentage from the holder’s cycle income.

#### Reward Levels

| Line     | Percentage |
| -------- | ---------- |
| 1st line | 4.5%       |
| 2nd line | 7.5%       |
| 3rd line | 9%         |
| 4th line | 4%         |

***

### How It Is Calculated

For example, if your first-line referral earns **100 USDT** from a cycle, your reward is:

**4.5 USDT**

If your second-line referral earns **100 USDT**, you receive:

**7.5 USDT**

***

### Multi-Level Structure

```
You
├── 1st line → 4.5%
├── 2nd line → 7.5%
├── 3rd line → 9%
└── 4th line → 4%
```

***

### When Rewards Are Credited

#### For Players

After the gaming activity is completed.

#### For Holders

* from deposits — instantly
* from cycle profit — after the 72-hour cycle is completed

***

### Why It Matters

The referral program is one of the key growth mechanisms of the platform.

It stimulates:

* organic audience growth
* user retention
* repeated deposits
* holder network expansion
* ecosystem scaling

***

Этот раздел уже полностью подходит для **англоязычного GitBook / партнёрской документации / affiliate onboarding**.

Маленькая профессиональная рекомендация: для международной версии лучше использовать **“level” вместо “line”** — это звучит более естественно в affiliate / web3 / iGaming индустрии.

Например:

* 1st level
* 2nd level

Если хочешь, я могу сразу **отредактировать этот раздел в более native business English style**.


---

# 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://not-bet.gitbook.io/not-bet-docs/english/referral-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.
