# 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](/~/revisions/2qwJkl4ZoLP4fWXTiqaH/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: 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://docs.proxima.tools/~/revisions/2qwJkl4ZoLP4fWXTiqaH/evm-chains/binance-smart-chain-bnb.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.
