> 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/italian/benvenuto-su-pancakeswap/info.md).

# Analisi (Pagina Info)

## Pagina Info

Visualizza il sito di analytics nativo di PancakeSwap qui: <https://pancakeswap.finance/info>

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

Tutti i dati delle metriche principali provengono dall'Indexer interno di PCS, che a sua volta raccoglie dati dagli eventi attivati quando il contratto viene chiamato.

Per la dimensione della data nell'indexer interno di PancakeSwap, utilizziamo l'ora internazionale standard (UTC) per le statistiche giornaliere. Pertanto, quando l'asse orizzontale sulla Dashboard mostra una data, rappresenta la data nell'ora internazionale standard (UTC).<br>

## Metriche Principali

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

**Volume (Volume di Trading):** Monitoriamo i dati giornalieri per ogni coppia di trading e i dati di trading giornalieri per ogni token. Il volume di trading giornaliero è determinato moltiplicando il volume di trading di ogni token per il giorno per il suo prezzo.

**Total Value Locked:** Ottieni tutti i pool dall'Indexer interno e leggi il reserve\_usd o total\_value\_locked\_usd da ogni pool.

**Prezzo:** Nell'Indexer interno di PCS, utilizziamo diversi pool di base per calcolare i prezzi relativi agli USD. Il pool principale è il pool di trading in stablecoin, dove utilizziamo il pool di trading con il volume più alto come pool di base e calcoliamo il prezzo USD della stablecoin in base al peso del volume di trading. Inoltre, il pool di trading del token base rispetto alla stablecoin della chain è considerato anch'esso un pool di base per fornire il prezzo in USD.

*I token che non sono nella whitelist o non sono abbinati a token nella whitelist sono esclusi da questi calcoli.*

<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/italian/benvenuto-su-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.
