> 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/chiliz-chain-sogae.md).

# Chiliz Chain 소개

## **Chiliz Chain의 주요 목표**

Chiliz Chain은 스포츠와 엔터테인먼트에 특화된 안전한 온라인 커뮤니티 구축을 목표로 합니다.

저희의 핵심 목표는 스포츠 및 엔터테인먼트 산업에 집중한 Web3 생태계를 만드는 것입니다. 이 생태계에서 이해관계자들은 안전한 네트워크 효과 기반 커뮤니티 내에서 Web3 경험을 구축할 수 있습니다.

Chiliz Chain을 통해 글로벌 브랜드에 접근하고, 스포츠·엔터테인먼트 분야의 방대한 파트너 네트워크를 활용하여 특별한 무언가를 만들어 낼 수 있습니다.

## 주요 기능

### EVM 호환성

Chiliz Chain은 [BNB Smart Chain](https://www.bnbchain.org/en/bnb-smart-chain)([BSC](https://github.com/bnb-chain/bsc))의 포크이며, BSC 자체도 go-Ethereum의 포크입니다.

따라서 이 문서를 포함한 대부분의 EVM 메커니즘, 개념, 바이너리는 BSC 및 Ethereum에서 파생되거나 영감을 받은 것입니다.

EVM 호환 체인으로서 Chiliz Chain은 Ethereum 툴링과의 호환성을 유지하므로, 숙련된 개발자라면 Chiliz Chain 환경에서 쉽고 간편하게 개발할 수 있습니다.

### Proof of Staked Authority 합의

BSC의 포크로서 Chiliz Chain은 Proof of Staked Authority(PoSA) 합의 메커니즘을 사용합니다. PoSA는 Proof-of-Authority(PoA)와 Proof of Stake(PoS)를 결합한 하이브리드 알고리즘으로, 더 빠른 블록 생성 시간과 낮은 트랜잭션 비용을 제공하지만 탈중앙화 수준은 다소 낮습니다.

이로 인해 Chiliz Chain은 [BSC 합의 메커니즘](https://github.com/bnb-chain/bsc/blob/master/README.md#proof-of-staked-authority)인 Parlia로부터 다음 특성을 이어받습니다.

1. 블록은 제한된 수의 검증자 집합이 생성합니다.
2. 검증자들은 Ethereum의 Clique 합의 엔진과 유사하게 PoA 방식으로 순서에 따라 블록을 생성합니다.
3. 검증자 세트는 Chiliz Chain의 스테이킹 거버넌스에 따라 선출 및 교체됩니다.
4. Parlia 합의 엔진은 시스템 컨트랙트 집합과 상호작용하여 활성 슬래싱, 수익 분배, 검증자 세트 갱신 기능을 수행합니다.

PoSA는 탈중앙화를 장려하고 커뮤니티 거버넌스를 지지합니다. 또한 짧은 블록 생성 시간과 낮은 수수료를 지원합니다.

### 제한된 수의 검증자

EVM 호환성을 기반으로 Chiliz Chain은 메인 검증자 시스템을 도입합니다. 스테이킹 검증자 후보 중 가장 많이 본딩된 후보가 검증자로 선출되어 블록 생성을 시작합니다.

### 네이티브 토큰: CHZ

CHZ는 Chiliz Chain의 네이티브 토큰으로, Ethereum에서 ETH가 작동하는 방식과 동일하게 동작합니다.

즉, CHZ는 다음 용도로 사용할 수 있습니다.

1. 스마트 컨트랙트 배포 또는 호출 시 가스 비용 지불
2. Chiliz Chain과 Ethereum 간 토큰 자산 이전 등 크로스체인 작업 수행
3. 스테이킹 또는 위임을 통한 네트워크 보안 기여


---

# 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/chiliz-chain-sogae.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.
