> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/referral-program/how-does-the-referral-program-work.md).

# How Does the Referral Program Work

On sign up or renewal, if you haven't used a referral code, you'll be presented with an option to do so in the sign up workflow.  If you're a current subscriber, simply allow your current subscription to expire and you'll be able to renew with a referral code.

The following discounts and rebates are part of the program:

* The new user signing up, will get a discount based on the Tier and Duration they're signing up for.
* The user referring will receive a rebate based on their own Tier/Duration combination.
* Two additional layers of referrals will receive rebates based on their own Tier/Duration combination.

Referral Sign-Up Discounts

| Subscription Level | Duration | Discount |
| ------------------ | -------- | -------- |
| PRO                | 1 Week   | 5%       |
|                    | 2 Weeks  | 10%      |
|                    | 1 Month  | 15%      |
|                    | 3 Months | 20%      |
| BASIC              | 1 Week   | 5%       |
|                    | 2 Weeks  | 5%       |
|                    | 1 Month  | 10%      |
|                    | 3 Months | 15%      |

PRO Subscriber Referral Rebates

| Direct/Level 1/Level 2 | Code Owner Subscription | Rebate |
| ---------------------- | ----------------------- | ------ |
| Direct                 | 1 Week                  | 10%    |
|                        | 2 Weeks                 | 12.5%  |
|                        | 1 Month                 | 15%    |
|                        | 3 Months                | 20%    |
| Level 1                | 1 Week                  | 5%     |
|                        | 2 Weeks                 | 6.25%  |
|                        | 1 Month                 | 7.5%   |
|                        | 3 Months                | 10%    |
| Level 2                | 1 Week                  | 2%     |
|                        | 2 Weeks                 | 3.5%   |
|                        | 1 Month                 | 5%     |
|                        | 3 Months                | 7.5%   |
| Default                | Lapsed subscription     | 0.5%   |

BASIC Subscriber Referral Rebates

| Direct/Level 1/Level 2 | Code Owner Subscription | Rebate |
| ---------------------- | ----------------------- | ------ |
| Direct                 | 1 Week                  | 5%     |
|                        | 2 Weeks                 | 5%     |
|                        | 1 Month                 | 7.5%   |
|                        | 3 Months                | 10%    |
| Level 1                | 1 Week                  | 3%     |
|                        | 2 Weeks                 | 3%     |
|                        | 1 Month                 | 5%     |
|                        | 3 Months                | 7.5%   |
| Level 2                | 1 Week                  | 1%     |
|                        | 2 Weeks                 | 1.5%   |
|                        | 1 Month                 | 3%     |
|                        | 3 Months                | 5%     |
| Default                | Lapsed Subscription     | 0.5%   |


---

# 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:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/referral-program/how-does-the-referral-program-work.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.
