BEP-20 Token Creator — No Solidity Required
Deploy a standards-clean BEP-20 contract on BNB Smart Chain in one signature. Verified source, full supply to your wallet, 0.018 BNB flat — and optional permanent authority revocation afterwards.
Non-custodial · ERC-20 compatible · 0.018 BNB flat · Auto-verified on BscScan
What the BEP-20 standard gives you
BEP-20 keeps the ERC-20 interface, so everything in the EVM ecosystem understands your token the moment it exists: MetaMask balances, PancakeSwap routing, DexScreener charts, trading bots, portfolio apps, and every block explorer.
That compatibility is the whole point. You aren't buying a bespoke contract — you're buying the boring, universally supported one, deployed correctly and verified.
BEP-20 vs SPL vs Jetton
BEP-20 wins on tooling familiarity and retail depth. SPL on Solana wins on transaction speed and memecoin culture. TEP-74 Jettons on TON win on Telegram-native distribution.
There is no universally correct answer — pick the chain your audience already holds a wallet for. If you want the same brand on all three, the multi-chain launcher walks through doing it in one sitting.
Common BEP-20 launch mistakes
Shipping an unverified contract, keeping an owner key while promising a fixed supply, and providing liquidity that isn't locked. Each one is trivially detectable on-chain, and BSC traders check all three within seconds of your announcement.
Fix them in order: verify (automatic here), revoke mint, then lock or burn your LP before you post anywhere.
Deploying a BEP-20, step by step
Step 1. Switch to BNB Smart Chain
In MetaMask, select BNB Smart Chain (chain ID 56, RPC bsc-dataseed) and keep ~0.05 BNB for the platform fee and gas.
Step 2. Open the BEP-20 creator
Go to /bnb/create and connect your wallet from the header — the same connection carries across every BNB page on the site.
Step 3. Set the token parameters
Name, symbol, 18 decimals, total supply, and a square logo. These values are written into the contract and read by BscScan, PancakeSwap, and DexScreener.
Step 4. Deploy with one signature
The factory creates your BEP-20, mints the whole supply to your address, and settles the 0.018 BNB fee atomically.
Step 5. Confirm verification
Verification is submitted to BscScan automatically. Once it lands, anyone can read the exact source behind your token.
Step 6. Seed liquidity
Pair with BNB on PancakeSwap, lock or burn the LP, then publish both the BscScan and DexScreener links in your announcement.
Choose your blockchain
Frequently asked questions
What is the BEP-20 standard?
BEP-20 is BNB Smart Chain's fungible token standard. It mirrors ERC-20 — same name, symbol, decimals, totalSupply, transfer, approve interface — which is why EVM wallets, DEXs, and bots support it with zero extra work.
How do I create a BEP-20 token?
Use the BEP-20 creator: connect MetaMask on chain ID 56, enter name, symbol, decimals, and supply, then confirm one transaction. The contract deploys, the supply mints to you, and BscScan verification is submitted automatically.
What decimals should a BEP-20 use?
18 is the BSC convention and what PancakeSwap and every EVM tool expect. Pick something else only if you have a specific accounting reason.
Is BEP-20 the same as a BNB token?
Yes — 'BNB token' is the colloquial name. See the BNB token creator page for the same tool described in those terms.
Can I make the contract immutable?
Yes. Revoke mint permanently caps supply and revoke freeze removes pause and blacklist powers. Both are irreversible and cost 0.0175 BNB each.
Do you support other token standards?
Yes — SPL and Token-2022 on Solana and TEP-74 Jettons on TON, from the same account and the same referral link.
Keep reading
Ready to create your token?
Connect your wallet, fill the form, sign once. Your token is live on mainnet with on-chain metadata, a real logo, and optional authority revokes.
