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

# Referral System

Each user has a referral code and a referral link.

User can tell other people about Snaps and after the person signs up and starts to have an income in the app, the referrer will get a bonus percentage on their daily income

### The referral program is divided into two lines

First referral line:

* The user who invited new person receives +3% to their daily income from their referral's total daily earnings.
* First referral wave: When a new user registers on Snaps via your referral link or your referral code. He or she becomes your first line referral.
* A user who enters your referral code, or registers through your referral link receives an additional 5% discount on Mint NFT of any rank.

Second referral line:

* A user who has registered using your referral code or your referral link also decides to invite a new user using the same method. So, the new participant becomes a first line referral of the user who registered through your referral link or your referral code. From such a user you will earn daily +1% of his daily income.

{% hint style="danger" %}
In order for you to gain income from referrals, your referrals have to be active and earn at least 60 energy points per day.
{% endhint %}

### Bonuses for top referrers

Snaps has a system to reward users who are the most active in promoting Snaps.

{% hint style="info" %}
Warning! This mechanics are implemented according to the marketing strategy of the project! You can learn more about it [here](/white-paper/unique-marketing.md)
{% endhint %}

### Calculating the bonuses

<table><thead><tr><th>Refferal count</th><th>Additional daily reward</th><th data-hidden></th></tr></thead><tbody><tr><td>20</td><td>+1% daily reward</td><td></td></tr><tr><td>50</td><td>+2% daily reward</td><td></td></tr><tr><td>100</td><td>+3% daily reward</td><td></td></tr><tr><td>250</td><td>+4% daily reward</td><td></td></tr><tr><td>500</td><td>+5% daily reward</td><td></td></tr><tr><td>1000</td><td>+8% daily reward</td><td></td></tr></tbody></table>

{% hint style="danger" %}
This bonus percentage will be charged only if you have enough active referrals. If you have 10 referrals and 1 of them is inactive, you will not get the bonus for 10 referrals. Learn more about which referrals are considered to be active just above on this page.
{% endhint %}


---

# 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://snaps-docs.gitbook.io/white-paper/app-overview/referral-system.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.
