> 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/espanol/jugar/prediction/prediction-leaderboard.md).

# Predicción - Tabla de clasificación

La **Tabla de Clasificación de Predicción** destaca a los principales participantes en PancakeSwap Prediction.\
Permite a los jugadores ver cómo se ubican frente a otros según diferentes métricas.

> **Nota**: Una billetera debe participar en al menos **10 rondas** para aparecer en la tabla de clasificación por defecto.\
> Las direcciones de billetera específicas aún pueden buscarse manualmente.

### Cómo Usar la Tabla de Clasificación

1. **Accede a la Tabla de Clasificación** directamente desde la página de Predicción.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28454%29.png" alt=""><figcaption></figcaption></figure>
2. **Filtrar por Token**
   * Elige el mercado (BNB, BTC, ETH) cuyos mejores jugadores deseas ver.
3. **Ordenar por Criterio de Clasificación**
   * **Rondas Jugadas**: Número total de rondas en las que ha participado un usuario.
   * **Ganancias Netas**: Total de tokens ganados en predicciones exitosas, después de deducir el 3% de tarifa.
   * **BNB Total**: Cantidad total de BNB usada para predicciones.
   * **Tasa de Victoria**: Proporción de rondas ganadas respecto al total de rondas participadas.
4. **Buscar por Dirección de Billetera**

   * Ingresa una dirección de billetera para mostrar su tarjeta de puntuación, incluso si no cumple el umbral de 10 rondas.

   <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/espanol/jugar/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.
