> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/earn/referrals/using-a-friends-referral-link.md).

# Using a Friend's Referral Link

{% hint style="success" %}
Referees do not need to click on the referral link every time they open the Demex app to enjoy the kickback (discount on trading fees).
{% endhint %}

**Step 1**: Click on the referral link shared by your referrer.

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

**Step 2**: Connect your wallet.

<figure><img src="/files/4QwIP2lrEBIGLHwwU2CP" alt=""><figcaption></figcaption></figure>

You can view your kickback rate and other referral details on the Referral page. For instructions on how to generate your unique referral link, click [here](/earn/referrals/sharing-your-referral-link.md).

<figure><img src="/files/7CaocypKJPBGNhd79Ao8" alt=""><figcaption></figcaption></figure>

**Step 3**: Trade spot or futures on any market to enjoy the kickback (discount on your trades).&#x20;

Click [here](/welcome/about-demex.md) to begin your journey as a Demex user!

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


---

# 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://guide.dem.exchange/earn/referrals/using-a-friends-referral-link.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.
