Create Your Own BNB Smart Chain Token

Deploy your own BEP-20 token on BNB Smart Chain straight from your browser. Connect your wallet, choose the name, symbol, supply and decimals, toggle the features you need, and launch — no Solidity, no coding.

Create on another chain
Connect your wallet
Connect a wallet to deploy your token. The connected address becomes the token owner.
Token details
0–18. Most tokens use 18.
On-chain raw amount: 1000000000000000
Features
Transfer & trade tax
You will be the owner and receive the entire supply.
Service fee: 0.015 BNB (plus network gas).

Understanding the BEP-20 standard

On BNB Smart Chain, a token built to the BEP-20 standard is a smart contract that tracks the balances and transfers of your asset. Once deployed it works in every wallet, explorer and exchange that supports BNB Smart Chain; the deployment and all transfers are paid in BNB, the network's gas asset.

Optional token features

  • Mintable — the owner can create additional supply later. Leave it off for a fixed, capped supply.
  • Burnable — holders can permanently destroy their own tokens to reduce the circulating supply.
  • Pausable — the owner can freeze all transfers in an emergency and resume them later.
  • Blacklist — the owner can block specific addresses from sending or receiving the token.
  • Transfer & trade tax — charge a percentage fee on every transfer, and a separate rate on DEX buys/sells, routed to a tax wallet (up to 25%, owner-adjustable).

How to create a token on BNB Smart Chain

  1. Connect your wallet and switch to the BNB Smart Chain network.
  2. Enter the token name, symbol, decimals and total supply.
  3. Choose any optional features: mintable, burnable, pausable, blacklist.
  4. Confirm the transaction — your token is deployed and the full supply is sent to your wallet.

Why create a token on BNB Smart Chain?

BNB Smart Chain is one of the most widely supported networks, so a token built to the BEP-20 standard instantly works across wallets, block explorers, DEXs and CEXs. It's the fastest way to launch a community token, utility token, reward point or test asset without writing a contract.

BNB Smart Chain token creation FAQ

How much does it cost to create a token?

You pay BNB Smart Chain network gas (in BNB) for the deployment transaction plus a small service fee. The exact cost depends on network congestion.

Who owns the token after deployment?

The connected wallet becomes the owner and receives 100% of the initial supply. Ownership can later be transferred or renounced.

Can I add liquidity or list it for trading?

Yes. Once deployed it is a standard BEP-20 contract that you can add to any DEX or list on any exchange that supports BNB Smart Chain.