> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/wan-le/prediction/prediction-leaderboard.md).

# 预测 - 排行榜

**预测排行榜**突出展示了 PancakeSwap 预测中的顶尖参与者。\
它让玩家可以看到自己根据不同指标在所有人中的排名。

> **注意**：默认情况下，一个钱包必须参与至少 **10 个回合**才能出现在排行榜上。\
> 特定的钱包地址仍可手动搜索。

### 如何使用排行榜

1. **直接从预测页面访问排行榜**。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28454%29.png" alt=""><figcaption></figcaption></figure>
2. **按代币筛选**
   * 选择你想查看顶尖玩家的市场（BNB、BTC、ETH）。
3. **按排名标准排序**
   * **参与回合数**：用户参与过的回合总数。
   * **净奖金**：扣除 3% 手续费后，从成功预测中赢取的代币总额。
   * **总 BNB**：用于预测的 BNB 总量。
   * **胜率**：获胜回合数与参与回合总数的比率。
4. **按钱包地址搜索**

   * 输入一个钱包地址以显示其成绩卡，即使它未达到 10 个回合的门槛。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28455%29.png" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28456%29.png" alt="" width="384"><figcaption></figcaption></figure>

***


---

# 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.pancakeswap.finance/chinese/wan-le/prediction/prediction-leaderboard.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.
