# Stats

The Stats page gives you a bird's-eye view of the entire platform's activity, as well as a full season leaderboard. Access it by clicking Stats in the top navigation bar.

## Platform Stats

At the top of the page, four metrics summarize the overall health and activity of the Otter Trade platform:&#x20;

* Total Players: the total number of registered players on the platform
* Total Matches: the total number of competitions that have been held
* Total Volume: the cumulative trading volume generated across all matches
* Total Prize Distributed: the total amount of USDT prizes paid out to winners since launch

## Season Leaderboard

Below the platform stats, the Season Total leaderboard ranks all players by their cumulative season points. Each row displays:&#x20;

* Player rank and username
* Current tier (e.g. Silver, Gold)
* Total season points
* Total prize won this season


---

# 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.otter.trade/getting-started/stats.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.
