> 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/ko/gaebal/goseup/paen-token-usd-gagyeok.md).

# Fan Token USD 가격 조회

스마트 컨트랙트는 독자적으로 존재할 필요가 없습니다. 실세계 데이터를 활용할 수 있습니다.

외부 실세계 데이터에 접근하면 스마트 컨트랙트가 실시간 이벤트와 조건에 기반하여 실행될 수 있어 더 다양한 시나리오에 적용 가능합니다.

블록체인 세계에서 이는 오라클이라 불리는 것을 통해 이루어집니다.

## 오라클이란?

오라클은 블록체인과 외부 세계를 연결하여 스마트 컨트랙트가 실세계 데이터에 접근할 수 있도록 합니다. 이는 금융, 공급망, 게임 등의 분야 애플리케이션에 필수적입니다.

오라클은 블록체인의 실세계 통합에 필수적인 요소입니다.

## Chiliz Chain 개발자에게 의미하는 바는?

프로젝트와 관련된 실시간 데이터를 제공하는 오라클에 접근할 수 있다면 실세계와 계속 동기화되는 무언가를 구축할 수 있습니다.

## Pyth를 이용한 조회 방법

Pyth Network는 주로 고품질 금융 시장 데이터를 제공합니다.\
Pyth의 가장 잘 알려진 오라클은 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™의 USD 실시간 가치에 접근할 수 있게 해줍니다.

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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/ko/gaebal/goseup/paen-token-usd-gagyeok.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.
