# BINANCE SMART CHAIN

### An Introduction to Binance Smart Chain (BSC)

You’ve probably heard of Binance Chain, the home of the BNB currency. It’s optimized for ultra-fast trading. To achieve this, it had to make certain trade-offs – one being that it wasn’t as flexible from a programmability standpoint as other blockchains.

Well, Binance Smart Chain is here to change that, a new blockchain with a full-fledged environment for developing high-performance decentralized applications. It was built for cross-chain compatibility with Binance Chain to ensure that users get the best of both worlds.

### Introduction <a href="#header-0" id="header-0"></a>

Binance Chain was launched by Binance in April 2019. Its primary focus is to facilitate fast, decentralized (or [*non-custodial*](https://academy.binance.com/en/glossary/custody)) trading. Perhaps unsurprisingly, the biggest decentralized application (or [DApp](https://academy.binance.com/en/glossary/decentralized-application)) on it is Binance [DEX](https://academy.binance.com/en/articles/what-is-a-decentralized-exchange-dex), one of the friendliest decentralized exchanges out there. You can use it via a web interface at [binance.org](https://binance.org/) or through its native integration with [Trust Wallet](https://academy.binance.com/en/articles/what-is-trust-wallet).

Due to limitations inherent to [blockchain](https://academy.binance.com/en/articles/what-is-blockchain-technology-a-comprehensive-guide-for-beginners) systems, however, the chain doesn’t have much flexibility – [smart contracts](https://academy.binance.com/en/articles/what-are-smart-contracts) in a system optimized for fast trading could significantly congest the network. Remember [CryptoKitties](https://academy.binance.com/en/articles/a-guide-to-crypto-collectibles-and-non-fungible-tokens-nfts#the-story-of-cryptokitties-and-ethereum)? At the height of its popularity, it brought the Ethereum blockchain to a standstill.

[Scalability](https://academy.binance.com/en/articles/blockchain-scalability-sidechains-and-payment-channels) remains one of the most challenging hurdles to blockchain development. And that’s where Binance Smart Chain comes in.

### What is Binance Smart Chain? <a href="#header-1" id="header-1"></a>

Binance Smart Chain (BSC) is best described as a blockchain that runs in parallel to the Binance Chain. Unlike Binance Chain, BSC boasts smart contract functionality and compatibility with the [Ethereum Virtual Machine (EVM)](https://academy.binance.com/en/articles/what-is-ethereum#how-does-ethereum-work). The design goal here was to leave the high throughput of Binance Chain intact while introducing smart contracts into its ecosystem.

In essence, both blockchains operate side-by-side. It’s worth noting that BSC isn’t a so-called [*layer two*](https://academy.binance.com/en/glossary/layer-2) or [*off-chain*](https://academy.binance.com/en/glossary/off-chain) scalability solution. It’s an independent blockchain that could run even if Binance Chain went offline. That said, both chains bear a strong resemblance from a design standpoint.

Because BSC is EVM-compatible, it launched with support for the rich universe of [Ethereum](https://academy.binance.com/en/articles/what-is-ethereum) tools and DApps. In theory, this makes it easy for developers to port their projects over from Ethereum. For users, it means that applications like [MetaMask](https://academy.binance.com/en/articles/how-to-use-metamask) can be easily configured to work with BSC. Seriously – it’s just a matter of tweaking a couple of settings. Check out [*Use MetaMask for Binance Smart Chain*](https://docs.binance.org/smart-chain/wallet/metamask.html) to get started.

### How does Binance Smart Chain work? <a href="#header-2" id="header-2"></a>

#### Consensus

Binance Smart Chain achieves \~3 second block times with a [Proof-of-Stake](https://academy.binance.com/en/articles/proof-of-stake-explained) [consensus algorithm](https://academy.binance.com/en/articles/what-is-a-blockchain-consensus-algorithm). Specifically, it uses something called *Proof of Staked Authority* (or *PoSA*), where participants stake [BNB](https://academy.binance.com/en/articles/what-is-bnb) to become validators. If they propose a valid [block](https://academy.binance.com/en/glossary/block), they’ll receive transaction fees from the transactions included in it.

Note that, unlike many protocols, there is no block subsidy of freshly-minted BNB, as BNB is not inflationary. On the contrary, the supply of BNB decreases over time, as the Binance team regularly conducts [coin burns](https://academy.binance.com/en/articles/what-is-a-coin-burn).

#### Cross-chain compatibility <a href="#cross-chain-compatibility" id="cross-chain-compatibility"></a>

Binance Smart Chain was envisioned as an independent but complementary system to the existing Binance Chain. *Dual-chain* architecture is used, with the idea being that users can seamlessly transfer assets from one blockchain to another. In this way, rapid trading can be enjoyed on Binance Chain, while powerful decentralized apps can be built on BSC. With this interoperability, users are exposed to a vast ecosystem that can cater to a myriad of use cases.

[BEP-2](https://academy.binance.com/en/glossary/bep-2) and BEP-8 tokens from Binance Chain can be swapped for BEP-20 tokens, the new standard introduced for Binance Smart Chain. Have you read [*An Introduction to ERC-20 Tokens*?](https://academy.binance.com/en/articles/an-introduction-to-erc-20-tokens) Then you’ll already be familiar with the format of BEP-20. It uses the same functions as its Ethereum counterpart.

To move tokens from one chain to another (i.e., BEP-2 to BEP-20 or vice versa), the simplest method is perhaps to use the Binance Chain Wallet, available on [Chrome](https://chrome.google.com/webstore/detail/binance-chain-wallet/fhbohimaelbohpjbbldcngcnapndodjp?hl=en) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/binance-chain/). Check out [Use *Binance Chain Extension Wallet*](https://docs.binance.org/smart-chain/wallet/binance.html) for a guide to this.

### Decentralized Finance on Binance Smart Chain <a href="#header-3" id="header-3"></a>

You may know that a number of digital assets – such as [BTC](https://academy.binance.com/en/articles/what-is-bitcoin), [LTC](https://research.binance.com/en/projects/litecoin), [ETH](https://research.binance.com/en/projects/ethereum), [EOS](https://research.binance.com/en/projects/eos), or [XRP](https://research.binance.com/en/projects/xrp) – already exist on Binance Chain as “Peggy coins.” These are tokens that are pegged to assets on their native chains. For instance, you might decide to lock up 10 BTC in order to receive 10 BTCB on Binance Chain. At any time, you can trade your 10 BTCB for 10 BTC, meaning that the price of BTCB should closely track that of native BTC.&#x20;

By doing this, you effectively port these assets onto Binance Chain. Interested in how this kind of thing can be achieved? Check out [*Tokenized Bitcoin on Ethereum Explained*](https://academy.binance.com/en/articles/tokenized-bitcoin-on-ethereum-explained).

Because of the flexibility afforded by Binance Smart Chain, assets from a number of different chains can be used in the growing [DeFi](https://academy.binance.com/en/articles/the-complete-beginners-guide-to-decentralized-finance-defi) space. For instance, applications like [PancakeSwap](https://academy.binance.com/en/articles/a-guide-to-pancakeswap) allow users to trustlessly exchange assets (much like [Uniswap](https://academy.binance.com/en/articles/what-is-uniswap-and-how-does-it-work)), engage in [yield farming](https://academy.binance.com/en/articles/what-is-yield-farming-in-decentralized-finance-defi), and vote on proposals. Similar projects include [BurgerSwap](https://research.binance.com/en/projects/burger-swap) and [BakerySwap](https://research.binance.com/en/projects/bakerytoken) (if you’re new to crypto, hi! We’re big fans of decentralized exchanges named after foods).

### Closing thoughts <a href="#header-4" id="header-4"></a>

Binance Smart Chain greatly extends the functionality of the original Binance Chain and joins a range of cutting-edge protocols designed to bridge the gap between various blockchains. Though still in its infancy, the promise of BNB staking alongside EVM compatibility makes the platform an ideal engine for developers building powerful decentralized applications.&#x20;

Questions about Binance Smart Chain? Head over to [Ask Academy](https://academy.binance.com/ask/questions), where the community will answer them. A deep dive into the technical side of things can be found in the [whitepaper](https://github.com/binance-chain/whitepaper/blob/master/WHITEPAPER.md).&#x20;

Source : Binance Academy


---

# 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://tagprotocol.gitbook.io/tagprotocol/technical-glossary/binance-smart-chain.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.
