> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/evm-chains/binance-smart-chain-bnb.md).

# Binance Smart Chain (BNB)

***

### Launch Types

All three launch strategies are available on BSC:

* **Block 0** — every wallet executes in the deployment block for synchronized entry
* **Organic** — buys spread across multiple blocks for a more natural entry pattern
* **Manual** — full control over execution timing and per-wallet behavior

***

### Launch Configuration

#### Tax Token

<div align="left"><figure><img src="/files/T6AYYD1OxMgmDx2wdmvw" alt="" width="375"><figcaption></figcaption></figure></div>

Apply a fixed tax rate on every trade. Pick a preset (`None` / `1%` / `3%` / `5%` / `10%`) and split the collected tax across four channels:

* **Recipient** — sent to the deployer wallet
* **Dividend** — distributed to holders
* **Liquidity** — auto-added to the pool
* **Burn** — permanently removed from supply

> *The four rates must sum to 100% of the total tax. Distribution is configured at deploy and locked in.*

***

### Live Actions

Once live, each token supports:

* **Buy / Sell / Send / Burn** across all bundled wallets

***

### Wallets

EVM wallets work natively on BNB Smart Chain — generate, import, and assign them to launches the same way as on Solana. Filter by chain in My Wallets to focus on BNB balances and volume.

See [Wallets](/wallets/overview.md) for the full documentation.

***

### What's Coming

**Auto-Sell**, **Auto-Buy**, **Volume Bot**, **Cleanup**, and the rest of the Solana toolkit are rolling out progressively. Track updates in the Changelog.

> *Beta status means feature gaps and rapid iteration. Reach out via Telegram if you hit anything unexpected.*


---

# 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.proxima.tools/evm-chains/binance-smart-chain-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.
