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

# Referrals

Botlyz offers a simple referral program: you share your link, and when someone joins Botlyz through it, you receive **20% of the integration fees** generated by their activity, paid in **USDC**. This page explains how to find your link, how someone becomes your referral, how the reward is calculated and how to claim it.

> **Important**: the Botlyz referral program is tied to the **Lighter integration fee (0.10%)**. It is not a share of your referrals' gains, nor a promise of income. You receive nothing until your referrals generate integration fees.

## Where to find your referral link

Your link is in the application, in the **"Referrals"** tab.

* Open Botlyz and go to the **Referrals** tab.
* There you will find your **personal link**, in the form `botlyz.com/?ref=CODE`, where `CODE` is your unique code.
* Share this link with the people you want to invite.

> **Important**: do not confuse the **Botlyz** referral link (`botlyz.com/?ref=CODE`) with the **Lighter** referral link (`https://app.lighter.xyz/?referral=BOTLYZ`). These are two different things. For the Botlyz referral program described here, always use your `botlyz.com/?ref=CODE` link.

If you have an **ambassador** account, this tab is shown under the name **"Ambassador"**. The behavior described on this page stays the same.

## How someone becomes your referral

Someone becomes your referral when they connect for the **first time** with their wallet through **your** referral link.

* ✅ **First connection**: attribution happens on the very first connection of the person's wallet through your link.
* ✅ **Permanent**: once attribution is made, it is locked and does not change.
* **Not retroactive**: someone already connected to Botlyz before using your link cannot become your referral.
* **No self-referral**: you cannot refer yourself.

In short, only a **new** wallet, arriving for the first time through your link, is linked to you.

## The reward: 20% of integration fees in USDC

When one of your referrals trades through Botlyz, they generate the **Lighter integration fee of 0.10%** described on the [Fees](/docs/english/frais.md) page. Your reward is a share of that fee.

* **20%** of the integration fees generated by your referrals go to you.
* The reward is expressed and paid in **USDC**.
* **1 level only**: you are rewarded for the integration fees of your direct referrals only. There are no additional levels (your referrals' referrals do not count).

### When your balance updates

Rewards are calculated **once a day**.

* The integration fees generated by your referrals appear in your referral balance **within 24 hours**.
* It is not updated every second: a trade made today may only appear in your balance the next day.

## Claiming your rewards

Your accumulated rewards can be claimed from the **Referrals** tab, under certain conditions.

* **Minimum amount**: the minimum claim is **1 USDC**. As long as your claimable balance is below this amount, claiming is not available.
* **30-day window**: each reward has a **30-day claim window**. Remember to claim within this period.
* **On-chain payout**: the claim is made **on-chain** to a **Lighter account**. Make sure you have a valid Lighter account to receive your USDC.

> **Important**: since the claim is on-chain to a Lighter account, double-check the destination account before claiming. A confirmed on-chain operation cannot be reversed.

## Frequently asked questions

**When am I paid?**

Your rewards accumulate in your referral balance as your referrals generate integration fees, with a recalculation once a day (they appear within 24 hours). You are paid when you **claim** your balance from the Referrals tab, provided you reach at least **1 USDC** and claim within the **30-day window**. The payout is made on-chain to a Lighter account.

**What does the 20% correspond to?**

The 20% applies to the **Lighter integration fee (0.10%)** generated by your referrals' activity, not to their gains. In other words, you receive one fifth of the integration fee produced by your referrals' orders. See the [Fees](/docs/english/frais.md) page to understand this fee.

**What happens after 30 days?**

Each reward has a 30-day claim window. Claim your rewards within this period from the Referrals tab. Once the window has passed, an unclaimed reward may no longer be available: claim regularly to avoid this situation.

**Can I refer myself or refer someone already registered?**

No. Self-referral is not possible, and attribution is never retroactive: only the **first** connection of a **new** wallet through your link creates a referral.

**Where is my referral link?**

In the application, **Referrals** tab (or **Ambassador** for ambassador accounts). Your link is in the form `botlyz.com/?ref=CODE`.


---

# 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://botlyz.gitbook.io/docs/english/parrainage.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.
