# Rewards

The Neglect Leaderboard ranks users based on referral activity and trading volume. Users earn trading fee rebates (**30% of platform fee**) from their referrals’ transactions, and top performers unlock lower fees themselves — making it both competitive and rewarding to grow the network. Referred users also benefit by getting **10% off platform fees**, giving everyone a reason to participate.

**How It Works**

The leaderboard ranks users based on the total **rewards earned from referrals**. The higher the rewards, the better the rank.

* The **#1 ranked user** receives the **lowest trading fee**.
* The **lowest-ranked user** (with valid referrals) receives the **highest trading fee**.
* Trading fees **scale linearly** between these two extremes.

#### **Trading Fee Calculation** <a href="#trading-fee-calculation" id="trading-fee-calculation"></a>

The trading fee is calculated using a **linear reduction method**, meaning:

* The **#1 ranked user** gets the lowest fee: **0.25% (0.0025)**
* The **last-place user** gets the highest fee: **1% (0.01)**
* Users in between **scale proportionally** between 0.25% and 1%.

The formula used:

$$
\text{Trading Fee} = 0.0025 + \left(\frac{\text{Rank} - 1}{\text{Total Users} - 1}\right) \times (0.01 - 0.0025)
$$

**How to Get Ranked**

1. **Refer new users** using your **referral link**.
2. Referred users must **trade** on the platform.
3. Earn **rewards** based on their trading volume.
4. Your **rank updates automatically** based on total rewards.
5. Lower your **trading fees** by ranking higher.

***

#### **Where to View Your Rank** <a href="#where-to-view-your-rank" id="where-to-view-your-rank"></a>

You can view your **real-time leaderboard rank** [here](https://neglect.trade/leaderboard).

***

#### **FAQs** <a href="#faqs" id="faqs"></a>

**How often does the leaderboard update?**

* The leaderboard updates **every 15 minutes** to reflect the latest referral activity.

**Where can I find my referral link?**

After connecting your wallet, you can find your **referral link** in:

* The **header section** of the page.
* At the **top of the leaderboard**, within your **personal referral stats**.

**Can I check someone else’s rank?**

* Yes! The public leaderboard displays the **top-ranked users**.

**Why is my trading fee high?**

* Your fee depends on your **rank**. Increase your **referral activity** to **reduce your fee**.

***

**Start Climbing the Leaderboard**

The more you refer, the more you earn – and the lower your trading fees! Get started by **sharing your referral link** and monitoring your **progress in real-time**.


---

# 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.neglect.trade/products/trading-terminal/rewards.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.
