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

# BW Referral System

Bloackwise uses an on-chain referral system built with `veBW`. Users will be able to generate a referral to share with others in order to earn a 5 to 12% share of the fees each time a trade is made using the referral link. The rate depends on the tier reached by that referrer — the more volume you generate, the higher the tier. Users of the referral link will benefit too — they earn lottery tickets (tranches based on volume) that will give them access to a weekly lottery.

* *Referees*: Users who are trading through a referral link can accumulate tickets that will entitle them weekly participation in a lottery.
* *Referrers*: Anyone who creates a referral link on Blockwise has the ability to become a referrer. In order to receive a share of the fees generated by each of their swaps, the referrers can then share the link with users.

The referral system is open for everyone — users and protocols.

### **Referral system rewards specifications** <a href="#referral-system-rewards-specifications" id="referral-system-rewards-specifications"></a>

#### Referrers <a href="#referrers" id="referrers"></a>

* *Tier 1*: $0 < V < $30,000 → 5% of trading fees generated by referees
* *Tier 2*: $30,000 < V < $150,000 → 6,5%
* *Tier 3*: $150,000 < V < $1,000,000 → 8%
* *Tier 4*: $1,000,000 < V < $10,000,000 → 10%
* *Tier 5*: V > $10,000,000 → 12%

#### Referees <a href="#referees" id="referees"></a>

Swap at least $500 worth during an Epoch to get 1 ticket.

V = Volume generated during an Epoch


---

# 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://blockwise-1.gitbook.io/blockwise/bw-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.
