# Leaderboard

The Leaderboard tracks every participant's standing in the **Trade & Hunt $5,000 Challenge**. Participants earn their position by generating valid trading volume and by submitting verified bug reports. At the end of the campaign, the $5,000 prize pool is distributed proportionally based on each user's final eligible score.

***

## Overview

Each participant's ranking is driven by a single **Total Score**, which combines two components:

| Component          | Description                                                        |
| ------------------ | ------------------------------------------------------------------ |
| **Volume**         | The user's valid trading volume in USD during the campaign.        |
| **Bug Multiplier** | A multiplier applied to the volume, based on verified bug reports. |
| **Total Score**    | The final ranking value: `Volume × Bug Multiplier`.                |

The formula is:

```
Total Score = Volume × Bug Multiplier
```

A participant who trades but submits no valid bugs keeps a base multiplier of **1** (their Total Score equals their trading volume). Verified bugs increase the multiplier, scaling up the entire score.

> Bug reports act as a **multiplier** on your volume score rather. This rewards participants who both trade actively and find real issues.

***

## Volume

Volume is the user's **valid trading volume in USD** generated during the campaign. It is used directly in the Total Score calculation - the higher your valid volume, the higher your base score before the multiplier is applied.

> Only valid volume counts. Self-trading and volume from suspicious wallets are excluded during verification (see **Anti-Cheating & Eligibility** below).

***

## Bug Multiplier

The bug multiplier is determined by your **highest-severity verified, non-duplicate bug report**. Each severity tier corresponds to a multiplier applied to your trading volume.

| Bug Severity                 | Multiplier |
| ---------------------------- | ---------- |
| Critical                     | 3×         |
| High                         | 2.5×       |
| Medium                       | 2×         |
| Low                          | 1.25×      |
| No bug / Duplicate / Invalid | 1×         |

> Your multiplier is set by the **most severe** valid bug you report. For example, if you submit one Critical bug and several Low bugs, your multiplier is **3×** — the value of the Critical report.

Duplicate and invalid reports do not raise your multiplier and remain at the base value of **1×**.

### Total Score Example

**Example user activity:**

* Valid trading volume: **$10,000**
* Bug reports: **1 High bug + 1 Medium bug**

The highest-severity verified bug is **High**, so the multiplier is **2.5×**.

```
Total Score = Volume × Bug Multiplier
Total Score = 10,000 × 2.5
Total Score = 25,000
```

***

## How to Submit a Bug Report

You can report a bug at any time during the campaign directly from the app.

{% stepper %}
{% step %}

## Step 1 — Open the Bug Report form

<figure><img src="/files/EsVJuIeoNyXzbASOyr7w" alt=""><figcaption></figcaption></figure>

Click the **bug icon** in the top navigation bar (next to the **Refresh** button and your account). This opens the **Bug report** window.<br>
{% endstep %}

{% step %}

## Step 2 — Fill in the details

| Field             | Requirement                                                                                                                          |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Name**          | A short, clear title for the bug. Maximum **100** characters.                                                                        |
| **Description**   | A detailed explanation of the bug — what happened, where, and how to reproduce it. Maximum **500** characters.                       |
| **Attach a file** | Optional. Upload a screenshot, recording, or document that demonstrates the bug. Strongly recommended, as it speeds up verification. |

<figure><img src="/files/Ay7PQi4sVwItv3jJ03IH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Step 3 — Submit

Once the required fields are filled in, the **Submit** button becomes active. Click it to send your report for review.

> **Tips for a valid report:**
>
> * Be specific and reproducible — vague reports are harder to verify and may be rejected.
> * Always attach evidence (screenshot or video) when possible.
> * Submit each bug separately. Do not bundle multiple issues into one report.
> * Check that the bug has not already been reported — only the first valid report of an issue earns a multiplier.
>   {% endstep %}
>   {% endstepper %}

***

## Reward Calculation

Rewards are distributed proportionally based on each user's share of the total eligible score.

```
User Reward = Prize Pool × (User Score / Total Eligible Score)
```

**Example:**

```
Prize Pool           = $5,000
User Score           = 25,000
Total Eligible Score = 500,000

User Reward = 5,000 × (25,000 / 500,000)
User Reward = $250.00
```

### No Reward Cap

There is **no maximum reward cap**. A single participant can win up to the entire prize pool if their share of the total eligible score is high enough.

> The more valid volume you generate and the more severe the bugs you find, the larger your share of the $5,000 pool — with no upper limit.

***

## Anti-Cheating & Eligibility

All activity is verified before rewards are distributed. The following will **not** count toward your score, and may result in full disqualification:

* **Self-trading** — volume between wallets owned by the same user does not count.
* **Suspicious wallets** — volume from wallets flagged as suspicious may be excluded.
* **Duplicate bug reports** — only the first valid report of an issue earns a multiplier.

### Multi-Accounting Will Be Filtered Out

> **Important:** Any participant detected using multiple accounts or wallets to farm volume, inflate scores, or claim a larger share of the pool will be **filtered out and disqualified entirely**. This includes coordinated wallets, linked accounts, and any attempt to split activity across identities controlled by the same person.

The team continuously monitors for these patterns. All connected or related accounts associated with multi-accounting are removed from the eligible pool before final reward calculation — meaning a multi-accounter forfeits **all** of their rewards, not just the duplicated portion.

The team reserves the right to review any suspicious activity and make final decisions on eligibility.

***

## Campaign Duration & Payout

* **Campaign length:** The challenge runs for **1 month**.
* **Verification:** After the campaign ends, the team conducts a final verification of all eligible activity — including valid trading volume, suspicious wallet activity, self-trading, multi-accounting, duplicate bug reports, and bug severity.
* **Payout:** Final rewards are calculated and distributed within **7 days** after the campaign ends. The **Reward payout in** countdown on the banner shows the time remaining.

***

## Leaderboard Page Reference

A quick reference to the interface elements on the Leaderboard page.

**Header banner ("Turn Activity Into Reward"):**

| Element              | Description                                                                      |
| -------------------- | -------------------------------------------------------------------------------- |
| **How it works**     | Opens a guide explaining the scoring system and how rewards are calculated.      |
| **Support**          | Opens the support channel for questions or help with the challenge.              |
| **Reward pool**      | Displays the current total size of the prize pool available for distribution.    |
| **Reward payout in** | A live countdown timer showing the time remaining until rewards are distributed. |

**Leaderboard table columns:**

| Column          | Description                                                                |
| --------------- | -------------------------------------------------------------------------- |
| **#**           | Rank. Top positions are highlighted (gold, silver, bronze badges).         |
| **User**        | The participant's username/handle.                                         |
| **Volume**      | Total valid trading volume in USD.                                         |
| **Multiplier**  | The bug multiplier applied to the user's volume (x1, x1.25, x2, x2.5, x3). |
| **Total score** | The final ranking value: `Volume × Multiplier`.                            |
| **Reward**      | The estimated reward the user is currently set to receive from the pool.   |

**Sorting controls:** toggle the order direction (*Bottom to top* / *Top to bottom*) and choose the field to sort by (e.g., *Rank*).

***

## FAQ

<details>

<summary>How is my leaderboard rank determined?</summary>

Your rank is based on your **Total Score**, which equals your trading Volume multiplied by your Bug Multiplier. The higher your Total Score, the higher your position.

</details>

<details>

<summary>How is Total Score calculated?</summary>

`Total Score = Volume × Bug Multiplier`. Your valid trading volume in USD is multiplied directly by your bug multiplier (1×, 1.25×, 2×, 2.5×, or 3×).

</details>

<details>

<summary>If I find multiple bugs, do the multipliers stack?</summary>

No. Your multiplier is set by your **single highest-severity** verified bug. Reporting more bugs of the same or lower severity does not increase the multiplier further, but submitting a more severe bug will raise it.

</details>

<details>

<summary>Where do I submit a bug?</summary>

Click the **bug icon** in the top navigation bar to open the Bug report form, fill in the Name (max 100 characters) and Description (max 500 characters), optionally attach a file, and click **Submit**.

</details>

<details>

<summary>Is there a maximum amount one person can win?</summary>

No. There is no per-user reward cap. A single participant can win up to the entire prize pool based on their share of the total eligible score.

</details>

<details>

<summary>What happens if I get caught using multiple accounts?</summary>

You will be fully disqualified. All accounts and wallets linked to multi-accounting are removed from the eligible pool before rewards are calculated — you forfeit everything, not just the duplicated activity.

</details>

<details>

<summary>When will rewards be paid out?</summary>

Within 7 days after the 14-day campaign ends, following final verification. The remaining time is shown in the **Reward payout in** countdown on the leaderboard banner.

</details>


---

# 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://tsunammi.gitbook.io/tsunammi/other/leaderboard.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.
