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

# Season 1 Referral Program

### Campaign Details

* **Duration**: August 15 - August 29, 2025
* **Total Prize Pool**: $1,000 USD
* **How to Qualify**: Each referral = 1 new user who cross volume of $1 on Fliq.&#x20;
* **Individual Cap**: $150 maximum per person
* **Distribution**: Fair share based on your contribution
* Rewards will be distributed in 72 hours after the campaign end time on 29th AUgust 3:00PM UTC

### How to Get Your Referral Link

**Find your referral link in the Menu section or go to Portfolio → "Invite Friends" button**![](/files/TiIJqQDujB9aPigA7YFr)

### How Your Reward is Calculated

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

#### Step 1: Calculate Your Share

```
Your Share = (Your Referrals ÷ Total Referrals by Everyone) × $1,000
```

#### Step 2: Apply the $150 Cap

```
Your Final Reward = Minimum of (Your Share, $150)
```

### Real Examples

#### Scenario 1: Early Campaign (Few Participants)

* Total referrals across all users: 500
* Your referrals: 15
* **Calculation**: (15 ÷ 500) × $1,000 = $30
* **Your reward**: $30 ✅

#### Scenario 2: Popular Campaign (More Competition)

* Total referrals across all users: 1,500
* Your referrals: 100
* **Calculation**: (100 ÷ 1,500) × $1,000 = $67
* **Your reward**: $67 ✅

#### Scenario 3: High Performer (Hits the Cap)

* Total referrals across all users: 1,000
* Your referrals: 200
* **Calculation**: (200 ÷ 1,000) × $1,000 = $200
* **Your reward**: $150 (capped) ✅

### Key Points

* **Fair Distribution**: The more you refer relative to others, the bigger your slice of the $1,000 pool
* **Whale Protection**: $150 cap ensures no single person can dominate the rewards
* **Final Calculation**: Your exact reward is determined when the campaign ends on August 29
* **Leftover Funds**: Any unused money from the cap system gets distributed equally among all qualifying participants as a bonus


---

# 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://docs.fliq.one/season-1-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.
