> For the complete documentation index, see [llms.txt](https://mvpbsc.gitbook.io/mvp-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mvpbsc.gitbook.io/mvp-whitepaper/introduction/why-binance-smart-chain-bsc.md).

# Why Binance Smart Chain (BSC)?

#### Introduction to Binance Smart Chain

Binance Smart Chain (BSC) has emerged as one of the leading blockchain platforms within the cryptocurrency ecosystem, offering a wide range of features and benefits that make it an ideal choice for the MVP project.

Launched by Binance, one of the largest cryptocurrency exchanges globally, BSC is a high-performance blockchain that supports smart contracts and decentralized applications (DApps). It is designed to provide fast transaction speeds, low fees, and seamless interoperability with the Binance ecosystem, making it a preferred choice for developers and users alike.

#### Advantages of Binance Smart Chain for MVP

Scalability: BSC utilizes a dual-chain architecture, consisting of the Binance Chain (BC) and Binance Smart Chain (BSC), to achieve high throughput and scalability. This architecture allows BSC to process a large number of transactions quickly and efficiently, making it well-suited for applications that require high throughput, such as decentralized finance (DeFi) and non-fungible tokens (NFTs).

Low Transaction Fees: One of the key advantages of BSC is its low transaction fees, which are significantly lower compared to other blockchain platforms such as Ethereum. This makes BSC an attractive option for users and developers looking to minimize transaction costs, especially for microtransactions and small-value transfers.

Ecosystem Integration: BSC is deeply integrated with the broader Binance ecosystem, including the Binance exchange, Binance Launchpad, and Binance Wallet. This integration provides seamless access to liquidity, trading pairs, and other services offered by Binance, enhancing the user experience and facilitating ecosystem growth.

Developer-Friendly Environment: BSC supports Ethereum Virtual Machine (EVM) compatibility, allowing developers to easily port their existing Ethereum-based DApps and smart contracts to the BSC platform. This lowers the barriers to entry for developers and accelerates the development of new applications and projects on BSC.

Security and Reliability: BSC benefits from the security and reliability of the Binance ecosystem, which has a proven track record of safeguarding user funds and maintaining the integrity of its platforms. With robust security features and decentralized governance mechanisms, BSC provides a secure and trustworthy environment for MVP and its users.


---

# 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://mvpbsc.gitbook.io/mvp-whitepaper/introduction/why-binance-smart-chain-bsc.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.
