Back

Docs

How SafeToken.fun works — create tokens, trade, and graduate to DEX.

Create a token

Connect your BNB Chain wallet (e.g. MetaMask, Binance Wallet), go to Launchpad, enter name, symbol, and choose burn % (30–70%). Optionally add description, image (URL or upload), and social links. One click deploys the token and starts the bonding curve — about 30 seconds, ~0.01 BNB gas.

Mechanics

  • Burn at launch — 30–70% of supply is sent to the dead address (0x…dEaD). No dev bags.
  • 5% on every transfer — sells and wallet-to-wallet: 60% of tax to burn, 40% to holder reflections. Buys are tax-free.
  • Reflections — accrue automatically; your balance grows in your wallet and on BscScan. No claim button.
  • Bonding curve — token trades on a constant-product curve until it reaches the graduation threshold (0.15 BNB — above initial 0.1 so curve fills with buys first). Then liquidity is created on a DEX; LP can be burned (locked forever) when enabled.
  • After graduation — when progress hits 100%, the buy that crosses the target automatically graduates and adds liquidity to PancakeSwap in the same tx (like pump.fun and four.meme). No extra step. Then the Trade on PancakeSwap link works. If something went wrong (e.g. testnet), use Add liquidity to PancakeSwap once on the token page.

Safety & support

Use BNB Chain testnet (tBNB) to try the app. Get testnet BNB from the official faucet. For wallet issues, wrong network, or failed transactions, see the troubleshooting guide.

Support & troubleshooting

Technical details

Contracts: SafeTokenToken (BEP-20 with tax & reflections), SafeTokenLaunchpad (bonding curve), TokenFactory (one-click create). Deploy and test from the BNB folder. See README and MULTICHAIN for deployment and multi-chain expansion.

Multi-chain notes (Base, Ethereum) are in the repo under BNB/MULTICHAIN.md.