# 팬 토큰의 USD 가격 가져오기

스마트 계약은 외부 데이터를 사용하여 더 실용적이고 다양한 시나리오에 적용할 수 있습니다.

외부의 실시간 데이터를 사용하면 스마트 계약이 실시간 이벤트 및 조건에 따라 실행될 수 있으므로 더 유용해집니다.

블록체인 세계에서 이는 Oracle을 통해 이루어집니다.

## Oracle이란 무엇인가요?

Oracle은 블록체인과 외부 세계를 연결하여 스마트 계약이 금융, 공급망 및 게임과 같은 응용 분야에 중요한 실시간 데이터를 사용할 수 있게 합니다.

Oracle은 블록체인의 현실 세계 통합에 필수적입니다.

## Chiliz 체인 개발자에게 의미하는 바는 무엇인가요?

실시간 데이터를 제공하는 Oracle에 접근할 수 있으면, 현실 세계와 지속적으로 업데이트되는 프로젝트를 구축할 수 있습니다.

## Pyth를 사용하여 구현하는 방법은?

Pyth Network는 주로 고정밀 금융 시장 데이터를 제공합니다.

Pyth의 가장 잘 알려진 Oracle은 가격 피드로, Solana, 여러 EVM 체인, Aptos, Sui, NEAR 및 여러 Cosmos 체인 등에서 많은 자산의 실시간 가격을 제공합니다.

특히, Pyth의 가격 피드는 [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) 등의 팬 토큰의 실시간 USD 가치를 제공합니다. 이 페이지에서 "fan tokens"를 검색해 보세요.

Pyth 문서에는 EVM 계약에서 실시간 데이터를 사용하는 방법에 대한 완전한 설명이 제공됩니다: <https://docs.pyth.network/price-feeds/use-real-time-data/evm>


---

# Agent Instructions: 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/ko/undefined-2/undefined-1/usd.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.
