> For the complete documentation index, see [llms.txt](https://docs.neglect.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neglect.trade/products/trading-terminal/rewards.md).

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