> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/jp/kaihatsu/joukyu/fan-token-usd-kakaku.md).

# Fan Token の $USD 価格を取得する

あなたの smart contract は、象牙の塔に閉じこもっている必要はありません。現実世界のデータを活用することで恩恵を受けられます。

外部の現実世界データへのアクセスが役立つのは、smart contract がリアルタイムのイベントや条件に基づいて実行できるようになり、より汎用的で幅広いシナリオに適用可能になるからです。

ブロックチェーンの世界では、これは Oracle と呼ばれる仕組みを通じて実現されます。

## Oracle とは何か？

Oracle はブロックチェーンと外部の世界を橋渡しし、smart contract が現実世界のデータにアクセスできるようにします。これは金融、サプライチェーン、ゲーミングといった分野のアプリケーションにとって極めて重要です。

Oracle はブロックチェーンを現実世界と統合するうえで不可欠です。

## Chiliz Chain の開発者にとってどういう意味があるのか？

プロジェクトに関連するリアルタイムデータを提供する Oracle へのアクセスを得られれば、現実世界に常に追従し続けるものを構築できます。

## Pyth を使ってどのように行うのか？

Pyth Network は主に高精度の金融市場データを提供します。\
Pyth の最もよく知られた oracle は Price Feeds で、Solana、多数の EVM チェーン、Aptos、Sui、NEAR、複数の Cosmos チェーンなど、いくつものブロックチェーンエコシステムにおいて多くの資産のリアルタイム価格を提供します。

特に、Pyth の Price Feeds では、[PSG](https://pyth.network/price-feeds/crypto-psg-usd)、[JUV](https://pyth.network/price-feeds/crypto-juv-usd)、[BAR](https://pyth.network/price-feeds/crypto-bar-usd)、[その他](https://pyth.network/price-feeds)（そのページで「fan tokens」を検索してください）といった Fan Tokens™ の米ドル建てのライブ価格にアクセスできます。

Pyth のドキュメントには、[EVM コントラクトでリアルタイムデータを使用する方法](https://docs.pyth.network/price-feeds/use-real-time-data/evm)についての完全な説明があります。


---

# 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:

```
GET https://docs.chiliz.com/jp/kaihatsu/joukyu/fan-token-usd-kakaku.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
