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

# Referral System

Users can generate a **Referral Link** that can be sent to other users. When these users trade, 10% of their generated fees will be redirected to the referrer. This amount is the one that normally goes to the DAO for [buybacks](/adrena/about-adrena/fees/buybacks-paused.md).

In order to generate a Referral Link, you must first create a[ trader profile](/adrena/about-adrena/trader-profile.md).&#x20;

<figure><img src="/files/EqcHMAGL17EOkZSU1koR" alt=""><figcaption></figcaption></figure>

Once that is done you'll have access to the referrer page and be able to generate your link

<figure><img src="/files/6cmnG3J6k312o7NOqJE2" alt=""><figcaption></figcaption></figure>

Once you get people using the link, you can visit the referrer page to claim accumulated rewards.


---

# 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://adrena.gitbook.io/adrena/about-adrena/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.
