# Referral System

The referral system contains five levels of commission.

| Level | Reward | Requirement        |
| ----- | ------ | ------------------ |
| L1    | 15%    | None               |
| L2    | 10%    | 2 active L1 users  |
| L3    | 5%     | 5 active L1 users  |
| L4    | 3%     | 10 active L1 users |
| L5    | 1%     | 20 active L1 users |

#### Active Referral Criteria

A referral is considered active if they:

* purchased at least one sneaker
* participate in GO Cycles

Rewards are calculated from referral income.


---

# 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://sneakers-go.gitbook.io/sneakers-go-docs/referral-system.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.
