# Referral Program

<figure><img src="/files/HOChzlbvFzQmKNWdEVS8" alt=""><figcaption></figcaption></figure>

The game supports a referral system, allowing players to earn extra **GPoints** for inviting friends.

* In the **"Friends"** section, users can see their current referrals.
* By using the **"Invite a Friend"** button, players can send their referral link to friends via Telegram or other social networks.
* Both the player and the referred friend receive **5000 GPoints**.
* Players also earn **9%** from the referred friend's earnings and **3%** from the earnings of a referral invited by their friend.

The maximum number of referrals is **100**. If more people are invited, only the new referrals will receive **5000 GPoints**, but the player will no longer receive bonuses from them.

* Referral bonuses can be collected in the **"Friends"** section using the "Claim" button.

Bonuses accumulate daily and can be collected every 24 hours. If the **"Claim"** button is not pressed for several days, the bonuses will continue to accumulate.


---

# 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://docs.gpt360.io/g360go/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.
