# 바이낸스 스마트체인(BSC)

바이낸스 스마트체인([Binance Smart Chain](https://academy.binance.com/ko/articles/an-introduction-to-binance-smart-chain-bsc))은 탈중앙화되고 비용 효율적인 퍼블릭체인으로써, 이더리움 개발자가 쉽게 시작할 수 있고 스마트컨트랙트가 원활하게 호환됩니다.

네트워크는 PoSA(Proof-of-Staked-Authority)로 알려져 있는, 변형된 버전의 PoS(Proof of Stake) 컨센서스를 사용합니다.

**블록 익스플로러:** <https://bscscan.com/>

**공식 바이낸스 가이드**: <https://academy.binance.com/ko/articles/how-to-get-started-with-binance-smart-chain-bsc>


---

# 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.hunny.finance/korean/how-to-guides/binance-smart-chain-bsc.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.
