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

# Tiers

The Exit Tech Referral Program rewards users for growing the ecosystem by referring liquidity providers and exitors. Tiers scale with the Total Value Locked (TVL) generated by your referrals, enabling you to earn a share of protocol fees while reducing your own fees.

### Tier System

The program is designed with three tiers, each offering increasing rewards and benefits based on your referred TVL:

<table><thead><tr><th>Tier</th><th width="173">Referred TVL</th><th>Fee Reduction</th><th>Fee Share</th></tr></thead><tbody><tr><td>Tier 1</td><td>$1-$9,999</td><td>2%</td><td>5%</td></tr><tr><td>Tier 2</td><td>$10,000-$49,999</td><td>5%</td><td>7.5%</td></tr><tr><td>Tier 3</td><td>$50,000+</td><td>10%</td><td>10%</td></tr></tbody></table>

Users start at Tier 1 and progress naturally as their referral activity increases. For example, a referred TVL of $60,000 automatically qualifies you for **Tier 3**, unlocking the highest rewards and fee reductions.&#x20;

In addition, Tier 3 users will receive **priority access** to upcoming markets like **veAERO**, **veVELO**, and other asset listings, as well as future special offers.

### **Referral Dashboard**

The Exit Tech's UI features a **Referral Dashboard**, providing code creators with a centralized hub to track and manage their referral activity:

* **Claim Rewards**: Referral earnings (protocol fee shares) can be claimed directly through the dashboard.
* **Track Performance**: Monitor referred TVL, protocol fees generated, and the total rewards earned over time.
* **Progress Overview**: View your current referral tier and track progress toward the next milestone.

The dashboard is designed for transparency, ensuring users have full visibility into their referral activity, earnings, and tier-based benefits.

### **Special Launch Promotion**

To kick off the Exit Tech Referral Program, we’re running an **exclusive early access** campaign as part of our marketing launch. Selected early participants will start with Tier 3 referral codes during this period.&#x20;

Following this exclusive launch period, the **public rollout** of the referral system will take place. After the first 4 weeks, all users will be able to create their own personalized referral codes directly from the Exit Tech UI and start earning rewards.

This phased approach ensures a strong start to the referral program while setting the stage for a broader rollout to the entire Exit Tech community.


---

# 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://exittech.gitbook.io/exit-tech/referral-program/tiers.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.
