EVM / Multi-chain

Create an ERC20 Token

Deploy your token on any EVM chain — one transaction. You sign in your own wallet and own the contract from block one. Nothing is custodial.

Connect your wallet

Connect an EVM wallet to choose a chain and deploy your ERC20 token. You pay only the network gas — there is no platform fee to deploy.

← Back to home

Create an ERC20 token on Base, BNB Chain or Polygon

This no-code ERC20 token creator lets you deploy a real token to any supported EVM chain in a single transaction. There is no Solidity to write, no Remix to configure and no Hardhat project to manage — you pick the options, sign in your own wallet and own the contract from block one. Everything is non-custodial, so your keys and your token never leave your control.

Three token variants for different needs

Choose the contract that fits your project. The Standard variant is a fixed-supply ERC20 — the full supply is minted to you at deploy and can never be inflated, which is ideal for a simple, predictable token. Mintable & Burnable gives the owner the ability to mint additional tokens or burn existing ones later, so your supply can adapt to staking, rewards or buybacks. The Tax variant adds a configurable transfer fee (up to 25%, set in basis points) that is automatically sent to a treasury address you define on every transfer — handy for reflection mechanics or fee-funded development.

Chain selection and gas

Deployment always runs on the chain your wallet is connected to. Select a network such as Base, BNB Chain or Polygon, and if it differs from your current connection the tool prompts you to switch before signing. There is no platform fee — you pay only the network gas in the chain's native token (ETH, BNB or POL), and low-fee chains like Base and Polygon keep deployment cheap. After deploying, verify the contract address on the block explorer before sharing it. Want to launch on Solana instead? Use the Solana token creator or the Token-2022 tax token creator, and browse the full token tools collection.

Frequently asked questions

How do I create an ERC20 token without coding?

Pick a token type, choose a chain, enter the name, symbol, decimals and supply, then sign one deploy transaction in your wallet. The tool compiles a battle-tested ERC20 contract and deploys it for you — no Solidity, no Remix and no Hardhat setup. You own the contract from the moment it lands on-chain.

What is the difference between the Standard, Mintable & Burnable, and Tax variants?

Standard is a fixed-supply ERC20: the entire supply is minted to you at deploy and can never change. Mintable & Burnable lets the owner mint more or burn tokens later, which suits supply that should flex over time. The Tax variant charges a configurable transfer fee (up to 25%) that is routed to a treasury address you set — useful for reflection or fee-funded projects.

Which EVM chains can I deploy to?

You can deploy to any of the supported EVM chains, including Base, BNB Chain and Polygon. Deployment always targets the chain your wallet is connected to, so the tool will prompt you to switch networks if your selection differs before sending the transaction.

How much gas does deploying a token cost?

There is no platform fee — you pay only the network gas in the chain's native token (ETH on Base, BNB on BNB Chain, POL on Polygon). Cost varies with contract complexity and network congestion; low-fee chains like Base and Polygon are typically the cheapest. Make sure your wallet holds enough of the native token before deploying.

Do I own the deployed contract?

Yes. The contract is deployed from your wallet, so you are the owner and the full supply is minted to your address. Nothing is custodial. Always verify the contract address on the chain's block explorer before sharing it with your community.