# Referrals

You can create a referral code by clicking on the "Referral" tab. \
Type any combination of lowercase letters, numbers and underscores up to 16 characters and click on the "Create Link" button. The code will automatically work for all the chains Tigris is deployed on.\
Once you've created your code, it should look something like this: <https://app.tigris.trade/?ref=telco>. \
\
Referral codes are divided into 4 tiers:

<table><thead><tr><th width="96.33333333333331">Tiers</th><th width="165">Earnings required</th><th width="123">Discount</th><th width="174">Lev trading rebate</th><th>Options rebate</th></tr></thead><tbody><tr><td>Tier 0</td><td>0</td><td>10% of fees</td><td>5% of fees</td><td>0.225% of collateral</td></tr><tr><td>Tier 1</td><td>$1,000</td><td>10% </td><td>10% </td><td>0.45% </td></tr><tr><td>Tier 2</td><td>$5,000</td><td>10%</td><td>12.5% </td><td>0.5625% </td></tr><tr><td>Tier 3</td><td>Whitelist only</td><td>10%</td><td>15% </td><td>0.675%</td></tr></tbody></table>

Anyone can start earning rebates by creating as many Tier 0 codes as they want. \
The fees necessary to unlock the other tiers are added up by all the various codes created by a single wallet on the same chain. You can see the performance of your links in the "Referral" tab.

Tiers 1 and 2 can be automatically unlocked by generating the required fees or by being whitelisted by the team.\
Tier 3 is reserved for projects and can only be unlocked by being manually whitelisted by the team.

If you think your social media account fulfills the criteria for a higher tier or your project is looking for a [partnership](https://docs.tigris.trade/protocol/for-developers#tigris-is-built-to-be-built-upon), please reach out on [Discord](https://discord.gg/tigris), [Twitter](<https://twitter.com/TigrisTrades >), or send an e-mail to <team@tigris.trade>.

Rebates don't need to be claimed. Every time a trader opens a position using a referral code, the payout is sent out instantly.

You can share your referral links freely. \
When a user clicks on your link, your referral code is stored with the user's wallet address. You will continue to earn fees even if the user uses another device later on, as the referral code is stored in the contract the first time the user makes a trade.


---

# Agent Instructions: 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://docs.kaze.fi/tigris/referrals.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.
