# Points & Leaderboards

### 1) The Weekly Pool

Each week, **1,000,000 points** are split among all qualifying users.

#### Minimum to qualify

You must trade at least **$100,000 in eligible volume** within the week.

#### How your weekly points are calculated

Your **Trading Score** determines your share of the pool:

**Trading Score = (Your Weekly Eligible Volume) × (Your Multipliers)**

The higher your score relative to others, the larger your share of the 1,000,000 points.

***

### 2) Multipliers (boost your score)

Multipliers increase your Trading Score.

| Activity       |                                           Requirement |           Boost |
| -------------- | ----------------------------------------------------: | --------------: |
| Trade more     |                     Weekly volume over **$1,000,000** |        **1.1×** |
| Trade way more |                     Weekly volume over **$5,000,000** |        **1.3×** |
| Referrals      | Add **20% of your friends’ eligible volume** to yours | **+20% volume** |

#### Referral volume boost (how it applies)

We add **20% of referrals’ eligible volume** to your weekly eligible volume (before multipliers are applied).

***

### 3) Quest Rewards (instant bonuses)

Quests give **one-time point bonuses**. These do **not reset weekly** unless stated otherwise in a campaign.

#### Available quests

* **The Recruiter**: Invite **3 friends** who trade **$100k+ each**. **(+5,000 pts)**
* **The Specialist**: Trade **$1M** volume using any bot. **(+2,500 pts)**
* **Bot Collector**: Run **10+ bots**. **(+7,500 pts)**
* **The Master**: Run **Market Maker, Grid, DCA, and Delta Neutral**. **(+15,000 pts)**

***

### 4) Weekly reset

* **Weekly reset:** Every **Wednesday at 00:00 UTC**
* Leaderboard and weekly pool calculations restart at reset.

***

### 5) Rules & Anti-Cheat

#### Eligible volume

Only **eligible trading volume** counts toward points and the leaderboard.

We may exclude volume that is:

* Wash trading / self-matching patterns
* Circular trading designed to inflate points
* Trades executed without meaningful market risk (where detectable)

#### Wash trading detection

We actively track suspicious behavior.\
Accounts caught wash trading may be **banned** and **points burned**.

#### Leaderboard eligibility

To show up on the leaderboard, you must:

* Have an **active bot**, and
* Meet the **weekly minimum eligible volume**.

***

### 6) Important tracking details (bots & “too easy” multipliers)

You raised two valid concerns:

1. “Diversify: use 3+ bot types” can be gamed with tiny bots
2. “Run 10 bots simultaneously” is hard to prove historically

To keep rewards fair and measurable, we define bot-based requirements using **activity proofs**, not just toggles.

#### Bot type usage (Diversify)

If we run a “Diversify” multiplier or quest, it will require:

* Each bot type to contribute a **minimum eligible volume**, OR
* Each bot type to be active for a **minimum active trading time**, AND
* The activity must occur within the same weekly window (unless stated otherwise)

This prevents “$10 margin bots” from unlocking a multiplier without real usage.

#### “Run 10 bots” and “All 4 bots at once”

We measure “running” using **one of these verifiable approaches** (campaign decides which applies):

**Option A — Active Minutes (recommended)**

* A bot counts only if it is **actively trading** (placing orders / receiving fills)
* We count the number of bots active per minute (or per 5-min window)
* Quest completes if threshold is met for a minimum duration

**Option B — Overlap Windows**

* We detect overlapping active windows from bot status events (start/stop) + activity logs
* Quest completes if overlap is sustained (not a 5-second overlap)

**Option C — Snapshot Proof**

* We take periodic snapshots of active bots
* Quest completes if snapshots show the threshold across multiple checks

> Your dashboard will show the exact tracking method used for the current campaign so you know what to aim for.

***

### FAQ

#### I traded a lot—why didn’t I qualify?

You need **$100,000 eligible weekly volume** and at least **one active bot** during the week.

#### Do points update instantly?

Points update throughout the week, but weekly pool results finalize after the reset.

#### Can quests change?

Yes. We may rotate quests or run limited-time campaigns. The current live quests are always shown in-app.


---

# 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.hyperflash.xyz/points-and-leaderboards.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.
