# Leaderboards

The **Leaderboards** page shows the top players and fighters in WAX Duel.

**URL:** [waxduel.io/stf-capcom/leaderboards](https://waxduel.io/stf-capcom/leaderboards)

## Overview

The leaderboards track performance across all games and display six categories:

* **Players** - Individual player statistics
* **Fighters** - Individual NFT statistics
* **Training Count** - Number of NFTs actively training per account
* **Training Rate** - Hourly $TRAIN earning rate per account
* **$TRAIN** - Top $TRAIN token holders
* **$FIGHT** - Top $FIGHT token holders

## Players Leaderboard

The Players tab shows statistics for each WAX account that has played WAX Duel.

### Stats Displayed

| Column      | Description                            |
| ----------- | -------------------------------------- |
| Rank        | Position based on total wins           |
| Player      | WAX account name                       |
| Wins        | Total games won                        |
| Losses      | Total games lost                       |
| Win %       | Win percentage (wins / total games)    |
| FIGHT Won   | Total $FIGHT tokens won from victories |
| FIGHT Spent | Total $FIGHT tokens spent on game bets |

### Ranking

Players are ranked by total wins. The top 3 players receive special badge colors:

* **Gold** - 1st place
* **Silver** - 2nd place
* **Bronze** - 3rd place

## Fighters Leaderboard

The Fighters tab shows statistics for individual NFTs that have been used in battles.

### Stats Displayed

| Column  | Description                         |
| ------- | ----------------------------------- |
| Rank    | Position based on total kills       |
| Image   | NFT artwork                         |
| Fighter | Character name and Asset ID         |
| Owner   | Current owner's WAX account         |
| Kills   | Total enemies eliminated in battles |
| Deaths  | Times this fighter was knocked out  |
| Wins    | Games won while on a team           |
| Losses  | Games lost while on a team          |

### Ranking

Fighters are ranked by total kills. This highlights the most effective NFTs in combat.

## Training Count Leaderboard

**URL:** [waxduel.io/stf-capcom/leaderboards/training-count](https://waxduel.io/stf-capcom/leaderboards/training-count)

The Training Count tab shows accounts ranked by how many NFTs they have actively training.

### Stats Displayed

| Column        | Description                                |
| ------------- | ------------------------------------------ |
| Rank          | Position based on NFT count                |
| Account       | WAX account name (linked to fighters page) |
| NFTs Training | Number of NFTs currently training          |

### Ranking

Accounts are ranked by number of NFTs training (highest first). Contract accounts (\*.duel) are excluded from the leaderboard.

## Training Rate Leaderboard

**URL:** [waxduel.io/stf-capcom/leaderboards/training-rate](https://waxduel.io/stf-capcom/leaderboards/training-rate)

The Training Rate tab shows accounts ranked by their total hourly $TRAIN earning rate from all training NFTs.

### Stats Displayed

| Column      | Description                                         |
| ----------- | --------------------------------------------------- |
| Rank        | Position based on hourly rate                       |
| Account     | WAX account name (linked to fighters page)          |
| Hourly Rate | Total $TRAIN earned per hour from all training NFTs |
| NFTs        | Number of NFTs contributing to the rate             |

### Ranking

Accounts are ranked by total hourly $TRAIN rate (highest first). The hourly rate is calculated by summing the reward rates of all NFTs the account has training. Contract accounts (\*.duel) are excluded from the leaderboard.

## $TRAIN Holders Leaderboard

**URL:** [waxduel.io/stf-capcom/leaderboards/train](https://waxduel.io/stf-capcom/leaderboards/train)

The $TRAIN tab shows the top 100 accounts holding $TRAIN tokens.

### Stats Displayed

| Column  | Description                                |
| ------- | ------------------------------------------ |
| Rank    | Position based on token balance            |
| Account | WAX account name (linked to fighters page) |
| Balance | $TRAIN token balance                       |

### Ranking

Accounts are ranked by $TRAIN balance (highest first). Contract accounts (\*.duel) are excluded from the leaderboard.

## $FIGHT Holders Leaderboard

**URL:** [waxduel.io/stf-capcom/leaderboards/fight](https://waxduel.io/stf-capcom/leaderboards/fight)

The $FIGHT tab shows the top 100 accounts holding $FIGHT tokens.

### Stats Displayed

| Column  | Description                                |
| ------- | ------------------------------------------ |
| Rank    | Position based on token balance            |
| Account | WAX account name (linked to fighters page) |
| Balance | $FIGHT token balance                       |

### Ranking

Accounts are ranked by $FIGHT balance (highest first). Contract accounts (\*.duel) are excluded from the leaderboard.

## Navigation

* Click **Players** tab to view player rankings
* Click **Fighters** tab to view NFT rankings
* Click **Training Count** tab to view accounts by NFT training count
* Click **Training Rate** tab to view accounts by hourly $TRAIN rate
* Click **$TRAIN** tab to view $TRAIN token holder rankings
* Click **$FIGHT** tab to view $FIGHT token holder rankings
* Use the **Refresh** button to update data

## Mobile View

On mobile devices, the layout switches to cards. Key stats are always visible:

* Players: Rank, name, wins/losses, win %, FIGHT won
* Fighters: Rank, image, character name, kills, wins
* Training Count: Rank, account name, NFTs training count
* Training Rate: Rank, account name, hourly rate, NFT count
* $TRAIN / $FIGHT: Rank, account name, balance

## Data Updates

Leaderboard data automatically refreshes every 30 seconds while you're on the page.


---

# 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://duel-2.gitbook.io/duel-white-paper/reference/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.
