> For the complete documentation index, see [llms.txt](https://docs.novamp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novamp.io/getting-started/chain-guides/bnb.md).

# BNB Smart Chain

Binance's high-throughput EVM chain — dual-venue PancakeSwap v2 + v3, native BNB gas.

BNB Smart Chain (BSC) is Binance's high-throughput EVM chain. It uses native **BNB** for gas and trading, and went **live on Novamp 2026-07-20** as a dual-venue chain.

{% hint style="info" %}
💡 `🟡 BNB Chain` routes zero-fee tokens to **PancakeSwap v3** and fee-on-transfer tax tokens to **PancakeSwap v2**.
{% endhint %}

## Overview

|                      |                                                        |
| -------------------- | ------------------------------------------------------ |
| Chain badge          | `🟡 BNB Chain`                                         |
| Chain ID             | **56**                                                 |
| Slug                 | `bnb`                                                  |
| Native / quote asset | BNB (18 decimals)                                      |
| Explorer             | [bscscan.com](https://bscscan.com)                     |
| Venues               | **PancakeSwap v2 + v3**                                |
| Indexer              | `https://novamp-bnb-indexer-production.up.railway.app` |
| Status               | ✅ Available (live 2026-07-20)                          |

## How it works

BNB Chain supports both PancakeSwap versions, so Novamp routes each launch automatically:

| Token type                                      | Venue          | Contract                                  |
| ----------------------------------------------- | -------------- | ----------------------------------------- |
| **Zero-fee token**                              | PancakeSwap v3 | `NovampToken` seeded by the `V3Seeder`    |
| **Tax token** (fee-on-transfer, 0–10% buy/sell) | PancakeSwap v2 | `NovampTaxToken` seeded by the `V2Seeder` |

Either way the token trades on a real pool from birth, with the same guardrails (creator allocation + lock, anti-snipe presets, optional early-sell fee, liquidity lock/burn, optional atomic initial buy).

## How to use it

Connect an embedded or external EVM wallet, [switch to BNB Chain](/getting-started/switch-networks.md), and keep a little BNB for gas. Then discover and trade, or launch a zero-fee or tax token.

## Important details

| Topic        | What to know                                                                                                                                                                                                                                              |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Venues       | PancakeSwap **v2 + v3** (dual-venue)                                                                                                                                                                                                                      |
| Tax tokens   | Supported (0–10% buy/sell, lowerable-only) on v2                                                                                                                                                                                                          |
| Reservations | Accept **USDC** (`0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d`) and **USDT** (`0x55d398326f99059fF775485246999027B3197955`), each 1:1 against the USD tier. See [Reserving a name & ticker](/identity-protection/reserving-a-name-and-ticker.md)           |
| Contracts    | Full verified BNB Chain set in [Contracts & addresses](/protocol/contracts-and-addresses.md); infrastructure BscScan-verified, tokens (v2 and v3) auto-verify via matching bytecode. Core stack shares **deterministic `CREATE` addresses with Ethereum** |

## What happens next?

Once you're on BNB Chain with BNB for gas, browse [Discover](/traders/discover.md) or launch a zero-fee or tax token.

## Continue exploring

* ⛓️ [Supported Chains](/welcome-to-novamp/supported-chains.md) — compare all chains
* ⚪ [Ethereum](/getting-started/chain-guides/ethereum.md) — shares deterministic addresses with BNB Chain
* 💸 [Token Taxes](/creators/taxes.md) — how tax tokens work
* 🚀 [Launch a Token](/creators/launching-a-token.md) — deploy on BNB Chain


---

# 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.novamp.io/getting-started/chain-guides/bnb.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.
