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

# Leaderboards

<figure><img src="/files/Ny01ZqQhVUMOhf5kAXkH" alt="" width="375"><figcaption></figcaption></figure>

#### 1. **Total Points Leaderboard**

This leaderboard counts all points from every activity, including Coin Flip, Dicing, tasks, and referrals. It's perfect for players who love variety and want to see their total contributions.

#### 2. **Available Points Leaderboard**

Tracks your **net points** by deducting points spent in-game from your total earnings. It reflects your smart gameplay and engagement.

#### 3. **Coin Flip Points Leaderboard**

For Coin Flip fans! This leaderboard tracks points earned solely from Coin Flips, perfect for proving your mastery in the original game.

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

***

WEEKLY LEADERBOARDS

We’re excited to introduce **three new Weekly Leaderboards** for WOW3 Coin Flip, giving you even more ways to earn rewards and showcase your skills. These leaderboards will reset every Monday at 12:00 AM UTC, and winners will receive exclusive rewards, including **TON prizes** and **NFT badges**.

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

#### **1. Weekly Referral Leaderboard**

* **Overview**: Earn points for referring new users to WOW3 Coin Flip. The top 50 referrers each week will be ranked based on confirmed referrals.
* **Rewards**:
  * 40 TON prize pool distributed among the top 50 users.
  * Exclusive NFT badges based on performance:
    * **Referral Legend** (Top 5)
    * **Referral Elite** (Ranks 6-20)
    * **Referral Star** (Ranks 21-50)

**How to claim?** \
All TON rewards can be claimed by users at the end of every week. Users must accumulate a minimum of **2 TON** before they are eligible to withdraw their rewards. After each leaderboard reset, the WOW3 team will take approximately **6-7 days** to scrutinize the entries, and the rewards will be sent directly to the user’s wallet. badges will be attached to your game profile at the end of each week (more details on badges and attached rewards coming soon..)

#### **2. Coin Flip Points Weekly Leaderboard**

* **Overview**: Tracks the total **Flip Points** accumulated from playing Coin Flip games each week. The top 10 players with the highest Flip Points will be rewarded.
* **Rewards**:
  * Exclusive NFT badge: **"Weekly Flip Star Badge"** for all top 10 winners.

#### **3. Longest Streak Weekly Leaderboard**

* **Overview**: Tracks the **longest winning and losing streaks** in WOW3 Coin Flip. Five users with the longest winning streaks and five with the longest losing streaks will be rewarded.
* **Rewards**:
  * **Flip Master Badge** for the top 5 longest winning streaks.
  * **Hopeful Underdog Badge** for the top 5 longest losing streaks.

Start playing and claim your spot at the top!


---

# 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.wow3.app/wow3-coin-flip/leaderboards.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.
