> 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/baeuggi/paen-token.md).

# Fan Token 소개

Chiliz Chain의 가장 특징적인 측면은 CAP-20 표준 기반의 Fan Tokens입니다.

## Fan Token 정의

Fan Tokens는 Chiliz Chain에 구축된 유한한 디지털 자산입니다. Socios.com 앱과 그 생태계의 기초입니다.

Fan Tokens는 Chiliz Chain 고유의 CAP-20 토큰입니다.\
코드 측면에서는 ERC-20 표준과 기술적으로 동일하지만, CAP-20 토큰은 일반적인 18자리 소수점 대신 소수점 0자리를 엄격히 사용합니다.

더 자세한 정보:

{% content-ref url="/pages/pwWqd10eCrykN2SB6igN" %}
[CAP-20](/ko/baeuggi/yongeo/cap-20.md)
{% endcontent-ref %}

## 현재 Fan Token 목록

FanX/Kayen의 협력으로 Chiliz Chain과 Spicy Testnet 모두에서 현재 Fan Tokens의 전체 주소 목록이 구축되었습니다.

{% embed url="<https://fanx.gitbook.io/fanx-docs/contract/tokens-in-fanx>" %}

이 페이지에는 다음과 같은 세부 사항이 포함됩니다.

* 토큰 티커
* 컨트랙트 주소
* 래핑된 컨트랙트 주소

## **Fan Token 마이그레이션**

### **2026년: 소수점 Fan Token으로의 마이그레이션**

{% content-ref url="/pages/h1dVj2PcAUQLBzZ4piUw" %}
[2026 소수점 Fan Token 마이그레이션](/ko/baeuggi/paen-token/2026-sosujeum-paen-token-maigeureisyeon.md)
{% endcontent-ref %}

### 2023년: Chiliz Legacy Chain에서 Chiliz Chain으로의 마이그레이션

{% hint style="info" %}
2023년 9월부터 모든 Fan Tokens™이 Chiliz Legacy Chain(CC1)에서 Chiliz Chain(CC2)으로 마이그레이션되었습니다.\
Chiliz Legacy Chain 자체는 2024년 1분기 말까지 지원이 종료될 예정입니다.
{% endhint %}

Fan Tokens는 처음에 Chiliz Legacy Chain에 있었으며, 새로운 Chiliz Chain이 출시되면서 점진적으로 이전되었습니다.

투명성과 파트너 편의성을 위해 아래에 각 Fan Token™의 구체적인 마이그레이션 날짜를 나타내는 상세 표를 제공했습니다. 마이그레이션이 진행되는 동안 정기적으로 업데이트되었습니다.

{% content-ref url="/pages/KS83sDKLd6pUzls03jzb" %}
[2023 Fan Token Chiliz Chain 마이그레이션](/ko/baeuggi/paen-token/2023-paen-token-maigeureisyeon.md)
{% endcontent-ref %}

마이그레이션은 완료되었습니다. 이 섹션은 참고 목적으로만 유지됩니다.


---

# 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/baeuggi/paen-token.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.
