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

# Leaderboard and Analytics

STABLEPAD gives you two ways to read the whole protocol at once, a coin by coin Leaderboard and a protocol wide Analytics dashboard.

## Leaderboard

The Leaderboard ranks every coin on the platform, with a network badge on each row so you can tell Stable, Robinhood, and Arc coins apart. You can sort by several measures.

Last trade, the most recently active coins.

Market cap, the largest coins by dollar value.

Volume, the coins with the most trading through the selected window.

Fees Earned, the coins that have generated the most trading fees.

Newest, the freshest launches.

Each row shows the coin, a small chart, market cap, change, volume, and fees, so you can scan the market quickly and open any coin to trade.

## Analytics

The Analytics dashboard shows protocol volume and activity across coins and chains. Pick a window at the top, one day, seven days, thirty days, or three months, and the whole page updates.

Headline tiles summarize the window.

Volume, total USD volume traded.

Launches, the number of coins launched.

Trades, the number of trades.

Each tile also shows the change against the prior period, so you can see whether activity is rising or cooling.

Below the tiles, two charts break the window into buckets. Trading volume shows USD traded per bucket, and Token launches shows coins launched per bucket. Hover or tap any bar to highlight it and read a small tooltip with the exact date and value. The dashboard refreshes quietly on its own, so the numbers stay live without a manual reload.


---

# 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.stablepad.app/explore/leaderboard-and-analytics.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.
