# Referral rewards

### Overview

In this season, the points rules are simplified for clarity and fairness.

### Referral Points Mechanism

**✅ Level 1 (Direct Invite)**

* You earn **10%** of the daily points your direct invitees earn.
* Example:\
  If your invitee earns 1,000 points today → you receive 100 points.

**✅ Level 2 (Indirect Invite)**

* You earn **5%** of the daily points earned by your second-level invitees (those invited by your direct invitees).
* Example:\
  If your second-level invitee earns 1,000 points today → you receive 50 points.

### Calculation Cycle

* Points are **calculated and updated daily (T+1)** based on the previous day’s total.
* Referral points are added automatically — no manual claim is required.

### Formula

```
Your Daily Points = Self Points + (Level1_Total × 10%) + (Level2_Total × 5%)
```

### Notes

* Referral points are based on **base points only** (before any team or event multipliers).
* Relationships are **permanent** once bound and cannot be modified.
* Self-trading between accounts is monitored and may result in forfeiture of referral points.

### Example

| User              | Relation                    | Base Points | Earned by You    |
| ----------------- | --------------------------- | ----------- | ---------------- |
| You               | —                           | 1,000       | —                |
| Tom               | Your Level 1                | 1,000       | 100              |
| Frank             | Tom’s Invite (Your Level 2) | 1,000       | 50               |
| **Total for You** |                             |             | **1,150 Points** |

**Summary:**

> You earn extra daily rewards from your network: **10% from direct invitees and 5% from indirect invitees.**


---

# 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://nofa.gitbook.io/1perp/season-0-points-farming/referral-rewards.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.
