> For the complete documentation index, see [llms.txt](https://blackswanwtf.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blackswanwtf.gitbook.io/docs/earn/referrals.md).

# Referrals

Earn points from your referral network, three generations deep.

### Commission Structure

| Generation | Reward              |
| ---------- | ------------------- |
| Direct     | 15% of their points |
| Gen 2      | 5%                  |
| Gen 3      | 2%                  |

### How It Works

1. Get your referral code from the Invite tab in[ blackswan.wtf/app/earn](https://blackswan.wtf/app/earn)
2. Share your link: blackswan.wtf/ref/{YOUR\_CODE}
3. When someone signs up with your code, they become your Gen 1
4. When they refer someone, that person is your Gen 2
5. And so on to Gen 3

### Qualified Referrals

Referrals must complete verifications to count as qualified. Only qualified referrals generate commission points.

### Example

If your Gen 1 referral earns 1,000 points:

* You earn 150 points (15%)

If their referral (your Gen 2) earns 1,000 points:

* You earn 50 points (5%)
* Your Gen 1 earns 150 points (15%)

### Strategy

A smaller network of active participants generates more points than a large network of inactive ones.


---

# 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://blackswanwtf.gitbook.io/docs/earn/referrals.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.
