> 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/japanese/pancakeswapheyoukoso/info.md).

# 分析（情報ページ）

## Infoページ

PancakeSwapのネイティブアナリティクスサイトはこちらでご確認ください：<https://pancakeswap.finance/info>

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

すべてのコアメトリクスデータはPCS内部インデクサーから取得されており、内部インデクサーはコントラクトが呼び出された際にトリガーされるイベントからデータを収集しています。

PancakeSwapの内部インデクサーにおける日付の次元については、日次統計に国際標準時（UTC）を使用しています。そのため、ダッシュボードの横軸に表示される日付は国際標準時（UTC）での日付を表しています。<br>

## コアメトリクス

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

**Volume（取引量）：** 各取引ペアの日次データと各トークンの日次取引データを監視しています。日次取引量は、その日の各トークンの取引量にその価格を掛けることで算出されます。

**Total Value Locked：** 内部インデクサーからすべてのプールを取得し、各プールのreserve\_usdまたはtotal\_value\_locked\_usdを読み取ります。

**Price（価格）：** PCS内部インデクサーでは、USD関連の価格計算に複数のベースプールを使用しています。主なプールはステーブルコイン取引プールで、最も取引量が多いプールをベースプールとして使用し、取引量の加重に基づいてステーブルコインのUSD価格を算出します。また、チェーンのステーブルコインに対するベーストークンの取引プールもUSD価格を提供するベースプールとして考慮されます。

*ホワイトリストに登録されていないトークン、またはホワイトリストに登録されたトークンとペアになっていないトークンはこれらの計算から除外されます。*

<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/japanese/pancakeswapheyoukoso/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.
