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

# Referral Program

**Welcome to the Referral Program of**[ **zkLite Exchange**](https://zklite.io/)**, where you can earn extra rewards just by inviting your friends! 🚀🌍**

### **How to join?**

Getting started with **zkLite Exchange**'s Telegram Chatbot to create your referral link and share it with your friends. Update soon...

### Here's how it works: <a href="#heres-how-it-works" id="heres-how-it-works"></a>

* 1️⃣ Refer your friends to **zkLite Exchange** using your unique referral link. For every successful referral [**(A)**](#terms-and-conditions), you'll earn <mark style="color:blue;">**`2 USDT`**</mark>**,** and up to <mark style="color:blue;">**`100 USDT`**</mark> trading volume commission [**(B)**](#terms-and-conditions)! 💰 The more friends you invite, the more coins you get!
* 2️⃣ As a bonus, the top 3 users with the most successful referrals every month will share a <mark style="color:blue;">**`500 USDT`**</mark> prize [**(C)**](#terms-and-conditions)! 🏆 It's a friendly competition to see who can spread the word about **zkLite Exchange** the best!
* 3️⃣ By joining our Referral Program, you'll also be among the first to know about and participate in our upcoming operations on other L2 chains! 🎁

### Terms and conditions:

* [**(A)**](#terms-and-conditions) A successful referral is acknowledged when they have completed at least 3 trades, and the total traded volume must be at least <mark style="color:blue;">**`200 USD`**</mark> notional value.
* [**(B)**](#terms-and-conditions) You will receive a commission <mark style="color:blue;">**`0.1%`**</mark> from your friend's trading volume. For example, if your friend made 3 trades, and the volume is worth 5000 USD, you will receive: <mark style="color:blue;">**`2 + 5000 * 0.1% = 7 USDT`**</mark>
* [**(C)**](#terms-and-conditions) The prize will be paid on the last date of each month and announced on our website and social media.\
  **The split for the top 3 will be&#x20;**<mark style="color:blue;">**`250$ - 150$ - 100$`**</mark>**&#x20;corresponding to their position.**
* **Referral rewards will be accumulated, we take snapshots weekly on Sunday, and your rewards will be paid within the next week (7 days), and the minimum pay threshold is 1 USDT.**&#x20;
* **We carefully review each invited referee when they reach condition** [**(A)**](#terms-and-conditions)**, manipulating trading volume using fake market-maker bots is prohibited and will not be paid.**&#x20;
* **The duration of the Referral program is limited and could be ended anytime, so take your chance now!**


---

# 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://docs.zklite.io/referral-program.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.
