> For the complete documentation index, see [llms.txt](https://support.forsage.io/forsage-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.forsage.io/forsage-knowledge-base/education/whats-the-difference-between-bep-2-and-bep-20.md).

# What’s the difference between BEP-2 and BEP-20?

![](/files/xldzfzJzl9ZLhJCWu4yc)

Many users have questions about two blockchains from Binance and the most important of them: “What’s the difference between BEP-2 and BEP-20?”

For your convenience, we will highlight some key features of the 2 blockchains and cover a brief history on how they were launched.

> **On April 18, 2019, Binance exchange announced the launch of its own blockchain — Binance Chain (BC).**

BC was created as a marketplace for issuing tokens, using and exchanging cryptocurrency. The first product on BC became Binance DEX.

## BEP-2 is a token format on Binance Chain <a href="#id-28d0" id="id-28d0"></a>

After a while, it turned out that Binance Chain is not flexible in terms of internal structure and isn’t very suitable for deploying decentralized applications (dapps).

The Binance development team has come to the conclusion that it is easier to create a new one than to make changes to the old one.&#x20;

This is how Binance Smart Chain (BSC) was appeared in April 2019.

## BEP-20 is a token format on Binance Smart Chain <a href="#id-5d63" id="id-5d63"></a>

Binance Chain was created for the entire Binance ecosystem and especially for DEX. Binance Smart Chain is a more advanced version that is compatible with EVM and supports the operation of smart contracts.

To the users, it may seem that BC and BSC are the same blockchain, but in fact they are not.

* **Binance Chain** is a blockchain with a simplified structure, the task of which is to ensure fast trading under high network loads.
* &#x20;**Binance Smart Chain** is a modern, flexible, high — throughput blockchain with the ability to deploy smart contracts and complex decentralized applications on it.

**Subscribe to our news channel!**

{% embed url="<https://t.me/forsageio_official>" %}


---

# 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://support.forsage.io/forsage-knowledge-base/education/whats-the-difference-between-bep-2-and-bep-20.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.
