# Prediction - Leaderboard

The **Prediction Leaderboard** highlights the top participants in PancakeSwap Prediction.\
It allows players to see how they rank against others based on different metrics.

> **Note**: A wallet must participate in at least **10 rounds** to appear on the leaderboard by default.\
> Specific wallet addresses can still be searched manually.

### How to Use the Leaderboard

1. **Access the Leaderboard** directly from the Prediction page.

   <figure><img src="/files/L3onzaCSNIlQNLki1eEW" alt=""><figcaption></figcaption></figure>
2. **Filter by Token**
   * Choose the market (BNB, BTC, ETH) you want to view top players for.
3. **Sort by Ranking Criteria**
   * **Rounds Played**: Total number of rounds a user has participated in.
   * **Net Winnings**: Total tokens won from successful predictions, after the 3% fee is deducted.
   * **Total BNB**: Aggregate amount of BNB used for predictions.
   * **Win Rate**: Ratio of rounds won to total rounds participated.
4. **Search by Wallet Address**

   * Enter a wallet address to display its scorecard, even if it does not meet the 10-round threshold.

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

   <figure><img src="/files/nEInDOd3dUyas57uIIwM" alt="" width="384"><figcaption></figcaption></figure>

***


---

# 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.pancakeswap.finance/play/prediction/prediction-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.
