> 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/turkish/pancakeswapa-hos-geldiniz/info.md).

# Analitik (Bilgi Sayfası)

## Bilgi Sayfası

PancakeSwap'in yerleşik analitik sitesini buradan görüntüle: <https://pancakeswap.finance/info>

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

Tüm temel metrik verileri PCS dahili İndeksleyici'den alınır; bu indeksleyici de sözleşme çağrıldığında tetiklenen olaylardan verileri toplar.

PancakeSwap'in dahili indeksleyicisindeki tarih boyutu için günlük istatistiklerde uluslararası standart saat dilimini (UTC) kullanıyoruz. Bu nedenle Gösterge Paneli'nin yatay ekseninde bir tarih göründüğünde, bu tarihin uluslararası standart saat dilimini (UTC) temsil ettiğini unutma.<br>

## Temel Metrikler

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

**Hacim (İşlem Hacmi):** Her işlem çifti için günlük verileri ve her token için günlük işlem verilerini takip ediyoruz. Günlük işlem hacmi, gün içindeki her tokenın işlem hacminin fiyatıyla çarpılmasıyla hesaplanır.

**Toplam Kilitli Değer:** Dahili İndeksleyici'den tüm havuzları alır ve her havuzdan reserve\_usd veya total\_value\_locked\_usd değerini okur.

**Fiyat:** PCS Dahili İndeksleyici'de, USD ile ilgili fiyatları hesaplamak için birkaç temel havuz kullanıyoruz. Birincil havuz, temel havuz olarak en yüksek hacimli işlem havuzunu kullandığımız ve işlem hacmi ağırlığına göre sabit coinin USD fiyatını hesapladığımız sabit coin işlem havuzudur. Ayrıca, USD fiyatı sağlamak amacıyla zincirin sabit coinini temel token'ın işlem havuzu da temel havuz olarak değerlendirilir.

*Beyaz listeye alınmamış veya beyaz listedeki token'larla eşleştirilmemiş token'lar bu hesaplamaların dışında tutulur.*

<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/turkish/pancakeswapa-hos-geldiniz/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.
