> 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/bienvenido-a-pancakeswap/info.md).

# Análisis (Página de información)

## Página de Información

Consulta el sitio de analytics nativo de PancakeSwap aquí: <https://pancakeswap.finance/info>

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

Todos los datos de métricas principales provienen del Indexer interno de PCS, que a su vez recopila datos de los eventos activados cuando se llama al contrato.

Para la dimensión de fecha en el indexer interno de PancakeSwap, utilizamos el tiempo estándar internacional (UTC) para las estadísticas diarias. Por lo tanto, cuando el eje horizontal en el Panel de Control muestra una fecha, representa la fecha en tiempo estándar internacional (UTC).<br>

## Métricas Principales

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXemXpjzW0IqGPjz6IISjhcIXzWWeeFyxXU7XLRumCxM6WQsr4IKMP_mwDhiMDGY9EUDtKZAKoeYsbYUXwRc2C2KBvoSRo_-tlxq09zOJ1ajIq00cXM6z_7-2RNv3rVWj_kBmLiY4Q?key=G7-HCtdmBA4wyp9ESrWifFqi" alt=""><figcaption></figcaption></figure>

**Volumen (Volumen de Trading):** Monitorizamos los datos diarios de cada par de trading y los datos diarios de trading de cada token. El volumen de trading diario se determina multiplicando el volumen de trading de cada token del día por su precio.

**Total Value Locked:** Obtiene todos los pools del Indexer interno y lee el reserve\_usd o total\_value\_locked\_usd de cada pool.

**Precio:** En el Indexer Interno de PCS, utilizamos varios pools base para calcular los precios relacionados con USD. El pool primario es el pool de trading de stablecoin, donde utilizamos el pool de trading con mayor volumen como pool base y calculamos el precio en USD de la stablecoin basándose en la ponderación del volumen de trading. Además, el pool de trading del token base a la stablecoin de la cadena también se considera un pool base para proporcionar el precio en USD.

*Los tokens que no están en la lista blanca o que no están emparejados con tokens de la lista blanca están excluidos de estos cálculos.*

<br>


---

# 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/bienvenido-a-pancakeswap/info.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.
