> 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/differences-from-ethereum.md).

# Ethereum과의 차이점

Ethereum에서 오셨다면, 알고 계신 대부분의 내용이 그대로 적용됩니다. Chiliz Chain은 EVM 호환이므로 Solidity로 작성한 컨트랙트를 수정 없이 배포할 수 있고, 표준 툴링(Hardhat, Foundry, viem, ethers, MetaMask, OpenZeppelin)이 바로 작동합니다.

{% hint style="info" %}
핵심은 이것입니다. **Chiliz Chain은** [**BNB Smart Chain**](https://www.bnbchain.org/en/bnb-smart-chain) **(BSC)의 포크이며, BSC 자체는 Ethereum의 EVM은 가져왔지만 합의는 가져오지 않았습니다.**

따라서 Chiliz Chain은 컨트랙트 수준에서는 Ethereum과 동일하지만, 합의 및 경제적 수준에서는 BSC와 유사합니다.
{% endhint %}

## 한눈에 보기

| 속성            | Ethereum                   | Chiliz Chain                     |
| ------------- | -------------------------- | -------------------------------- |
| 합의            | Proof of Stake (Gasper)    | Proof of Staked Authority (PoSA) |
| 블록 생성 검증자     | 수십만 명, 무허가                 | 13명, 선출 (2026년 기준)               |
| 블록 타임         | \~12초                      | \~3초                             |
| 완결성           | 결정적, \~13분 (2 에포크)         | 확률적 (\~15\~100 블록, 트랜잭션 가치에 따라)  |
| 가스 토큰         | ETH                        | CHZ                              |
| 수수료 모델        | EIP-1559 (기본 수수료 + 우선순위 팁) | EIP-1559 (기본 수수료 + 우선순위 팁)       |
| Mainnet 체인 ID | 1                          | 88888                            |
| Testnet 체인 ID | (다양함)                      | 88882 (Spicy)                    |
| EVM 버전        | Prague                     | Prague                           |
| Solidity      | 최신                         | 0.8.30까지                         |
| 최대 컨트랙트 크기    | 24 KB                      | 24 KB                            |
| 네이티브 토큰 표준    | ERC-20                     | CAP-20 (Fan Token)               |

## 합의, 블록 타임, 완결성

Ethereum은 매우 큰 검증자 집합을 갖춘 무허가 Proof of Stake를 사용합니다. Chiliz Chain은 **Proof of Staked Authority (PoSA)** 를 사용하는데, 이는 Proof of Authority와 Proof of Stake를 결합한 하이브리드로, 작고 선출된 블록 생성 검증자 집합(현재 13명)을 갖습니다. 이들은 에포크마다 선출되며 시간이 지나면서 바뀝니다. 현재 검증자는 [스테이킹 dApp](https://app.chilizchain.com/staking)에 나열되어 있습니다.

Chiliz Chain의 에포크는 다음과 같습니다.

* Chiliz Mainnet: 28,800 블록, 약 1일.
* Spicy Testnet: 7,200 블록, 약 6시간.

Chiliz Chain의 완결성은 확률적입니다. 블록이 깊이 묻힐수록 재구성(reorg) 가능성은 낮아집니다. Mainnet에서 초다수(2/3) 확인은 중앙값 14 블록(\~42초, 최악의 경우 최대 \~35 블록)에 도달하며, 전체 검증자 집합 확인은 중앙값 47 블록(\~141초)에 도달합니다.

실용적인 지침으로, 걸린 가치가 클수록 더 많은 확인을 기다리세요.

| 트랜잭션 가치 | 권장 확인 수 | 대략적인 시간 |
| ------- | ------- | ------- |
| 낮음      | 15 블록   | \~45초   |
| 표준      | 40 블록   | \~2분    |
| 높음      | 100 블록  | \~5분    |

자세한 내용은 [합의 메커니즘](/ko/baeuggi/yongeo/habui-mekeonijeum.md)과 [검증자 소개](/ko/baeuggi/geomjeungja.md)에서 확인하세요.

## 가스와 수수료

Chiliz Chain은 [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559)를 구현하므로, 수수료 추정과 우선순위 수수료가 Ethereum 개발자들이 기대하는 방식대로 동작합니다.

실용적인 차이점은 두 가지입니다.

* 가스 토큰은 ETH가 아니라 CHZ입니다. 배포자 지갑에는 CHZ가 충전되어 있어야 합니다.
* 기본 수수료는 2500 gwei입니다.

현재 네트워크 수수료 최솟값은 다음과 같습니다.

* EIP-1559 트랜잭션: 우선순위 수수료를 최소 1 gwei로, 가스당 최대 수수료를 최소 2501 gwei(기본 2500 + 우선순위 1)로 설정하세요.
* 레거시 트랜잭션: 가스 가격을 최소 2501 gwei로 설정하세요.

트랜잭션 수수료는 일반적으로 $0.01를 훨씬 밑돕니다. 실시간 수치는 [scan.chiliz.com 가스 트래커](https://scan.chiliz.com/gas-tracker)를 참고하세요.

## Fan Token과 CAP-20

Chiliz Chain의 네이티브 토큰은 Fan Token이며, CAP-20 표준으로 발행됩니다.

CAP-20은 기능적으로 Ethereum의 [ERC-20](https://ethereum.org/developers/docs/standards/tokens/erc-20/)과 동등합니다. [2026 소수점 Fan Token 마이그레이션](/ko/baeuggi/paen-token/2026-sosujeum-paen-token-maigeureisyeon.md) 이후, CAP-20 토큰은 표준 ERC-20 토큰처럼 18 소수 자릿수를 사용합니다.

[Fan Token 소개](/ko/baeuggi/paen-token.md)와 [CAP-20 용어집 항목](/ko/baeuggi/yongeo/cap-20.md)을 참고하세요.

## 상호운용성

Chiliz Chain은 [LayerZero OFT](https://layerzero.network/blog/explaining-the-oft-standard) 브리징을 통해 Ethereum 및 다른 체인들과 상호운용됩니다. [옴니체인 토큰 사용하기](/ko/gaebal/goseup/omnicheun-token.md)를 참고하세요.

## Ethereum과 동일한 점

다음은 다시 배울 필요가 없습니다.

* Solidity 컨트랙트는 수정 없이 배포됩니다(EVM 버전 Prague, Solidity 0.8.30까지로 컴파일).
* Hardhat, Foundry, Remix, viem, ethers, web3.js는 모두 [Chiliz RPC 엔드포인트](/ko/gaebal/gibon/chiliz-chain-yeongyeol/rpc-yeongyeol.md)를 가리키기만 하면 작동합니다.
* MetaMask 및 기타 EVM 지갑은 네트워크를 추가한 후 작동합니다.
* OpenZeppelin 컨트랙트와 표준 ERC 인터페이스는 그대로 작동합니다.
* 24 KB 최대 컨트랙트 크기([EIP-170](https://eips.ethereum.org/EIPS/eip-170))가 Ethereum과 똑같이 적용됩니다.

## Ethereum에서 컨트랙트를 마이그레이션할 때 주의할 점

대부분의 컨트랙트는 수정 없이 이식됩니다.

다음의 Chiliz 고유 동작에 주의하세요.

* 가스 토큰은 CHZ입니다.\
  스크립트나 컨트랙트가 가스 또는 값으로 ETH를 가정하는 곳에서는 대신 CHZ를 사용하세요.
* Fan Token 소수 자릿수.\
  Fan Token은 2026 소수점 마이그레이션 전까지 0 소수 자릿수를 사용했으며, 이제 18을 사용합니다. 컨트랙트가 Fan Token과 상호작용한다면 소수 자릿수 값을 하드코딩하지 말고 `token.decimals()`를 동적으로 읽으세요. 레거시 0 소수 자릿수 컨트랙트가 여전히 온체인에서 발견될 수 있기 때문입니다.\
  [스마트 컨트랙트 작성하기](/ko/gaebal/gibon/seumateu-keonteulaekteu-jaksseong.md)와 [2026 마이그레이션 페이지](/ko/baeuggi/paen-token/2026-sosujeum-paen-token-maigeureisyeon.md)를 참고하세요.
* **더 작은 검증자 집합.**\
  작은 블록 생성 검증자 집합(현재 13명)으로 인해, 탈중앙화 및 reorg 가정이 Ethereum과 다릅니다. 고가치 작업의 경우 완결성을 위해 몇 블록을 기다리세요.
* **시스템 컨트랙트.**\
  Chiliz Chain은 고정 주소에 시스템 컨트랙트(예: 검증자 집합 및 스테이킹 컨트랙트)를 포함합니다. 이들은 일반적으로 애플리케이션 컨트랙트를 방해하지 않지만, 탐색기에서 낮은 시스템 주소로 향하는 트랜잭션을 볼 수 있습니다.\
  [스마트 컨트랙트 주소](/ko/ppareun-sijak/seumateu-keonteulaekteu-jusso.md)를 참고하세요.

## 마이그레이션 체크리스트

* 툴링을 [Chiliz RPC 엔드포인트](/ko/gaebal/gibon/chiliz-chain-yeongyeol/rpc-yeongyeol.md)와 체인 ID 88888(Mainnet) 또는 88882(Spicy Testnet)를 가리키도록 설정하세요.
* 배포자 지갑에 CHZ를 충전하세요.
* EVM 버전 Prague, Solidity 0.8.30까지로 컴파일하세요.
* Fan Token과 상호작용한다면 18 소수 자릿수를 처리하고 `decimals()`를 동적으로 읽으세요.
* 배포된 컨트랙트를 24 KB 한도 내로 유지하세요.


---

# 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/differences-from-ethereum.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.
