How to Create a Token on Arbitrum: Ethereum Security, L2 Costs
The reason to create a token on Arbitrum rather than anywhere else is a trade nobody has to make anymore: your token settles back to Ethereum, but you pay Layer 2 prices to use it. No developer, no compiler, no Solidity.
Deploying is the quick part. The decisions that stay with you are the ones about permissions, because a contract that can still mint or pause reads very differently to a buyer than one that cannot, and Arbiscan shows them either way.
What follows covers the deployment, every option in the tool, what it costs and how to get the token into a market.
Why projects launch on Arbitrum
Cheap transactions are not the differentiator. Most Ethereum rollups are cheap. Arbitrum’s argument is that the low cost arrives alongside the deepest DeFi ecosystem on any L2, which matters the moment your token needs a pool, a lending market or an analytics tool that already exists.
It settles on Ethereum, so the security model is inherited rather than invented. For a project that expects to integrate with things on day one, that combination is worth more than shaving another fraction off gas.
It is not automatically right. A consumer product with a Coinbase audience may do better on Base, and anything where mainnet settlement is the pitch belongs on Ethereum itself. The ERC-20 you deploy is identical in all three cases; only the neighbourhood changes.
What you need before you start
- An EVM wallet pointed at Arbitrum One: MetaMask, Rabby or WalletConnect.
- ETH on Arbitrum for the fee and gas.
- Name, ticker and supply decided. The rest is chosen inside the tool.
How to create a token on Arbitrum step by step
Everything happens in the Arbitrum Token Creator from Smithii.

- Connect your wallet. Whatever signs owns the contract, so use the wallet you intend to keep.
- Enter the name and symbol. Short ticker, not already in use by something better known.
- Set decimals and supply. Eighteen decimals is the standard, and the supply is minted once into your wallet.
- Choose your options from the sections below.
- Click Create Token and approve. Read the total the tool shows you first.
Once it confirms, the supply is yours and the source is verified on Arbiscan without you doing anything else. Need the address later? our guide to finding a token contract address covers it.
The permissions you keep or give up
These are written into the contract at deployment and anyone can read which ones are active. Treat that as part of your launch communication rather than something to discover.
- Mintable (0.01 ETH). More supply can be issued later, owner only. Legitimate for phased emissions, fatal to a hard-cap narrative.
- Burnable (0.01 ETH). Supply can be destroyed on demand, which is what announced burns and buybacks require.
- Pausable (0.01 ETH). Transfers and trading stop when an authorised wallet says so. An emergency measure, and a powerful one.
Fees and holder mechanics
- Transaction Fee (free). A percentage of every buy and sell, split across up to 10 wallets. The percentage remains adjustable after launch and enabling it costs nothing extra.
- Deflation (0.015 ETH). Routes part of that fee into a burn, so supply falls as volume rises.
- Reflection (0.015 ETH). Routes it to holders instead, automatically, above a minimum balance you set.
Launch protections
The first block after liquidity opens is where launches are won or lost. Bots are watching for exactly that moment.
- Anti-Bot (0.01 ETH). One trade per block, which is what breaks sniping outright.
- Anti-Whale (0.01 ETH). Limits on trade size, frequency and total holdings per wallet, active for a window you choose.
- Blacklist (0.01 ETH). Named addresses lose the ability to trade once you have identified them.
Getting to market
- Multi-Wallet Distribution (0.01 ETH). Up to 10 wallets receive their allocation during creation, so the tokenomics exist before the token does.
- DEXTools socials and banner (0.15 ETH). Branding and channels go to DEXTools from the tool, faster and cheaper than applying yourself.
- Create a liquidity pool (0.01 ETH). Opens the pool against ETH in the same run, with the starting price on screen before you commit.
The ETH you pair into a pool is deposited, not spent. It flows back to you as buyers arrive.
What it costs
Deployment is 0.03 ETH plus Arbitrum gas, and the gas is L2 gas rather than mainnet. Options are priced individually, so a token with nothing enabled pays the flat fee only. The tool totals your exact configuration before you sign.
Making it tradeable
A deployed contract has no price. Until liquidity exists your token moves between wallets and nothing more.
Uniswap is the usual venue for ERC-20 liquidity on Arbitrum. If you skipped the pool option, our guide to creating a liquidity pool on Uniswap covers the manual route, and how much liquidity to add is worth reading before you settle on a number. To unwind later, see removing liquidity on Arbitrum.
After launch
- Distribute at scale instead of transfer by transfer: how to airdrop a token on Arbitrum.
- Keep the pair moving once holders exist, with the Arbitrum volume bot.
- Watch your distribution using a holder snapshot on Arbitrum.
- Apply for listings, both free: CoinMarketCap and CoinGecko.
Building a meme coin rather than a utility token? How to create a meme coin on Arbitrum covers the version of this with different priorities.
Who controls the contract
The wallet you connect, from the first block. The tool performs the deployment but ownership never passes through it, and no part of the process asks for a seed phrase or private key.
The contracts behind the tool have been reviewed by external security firms. That does not settle the question of what you enabled, though. A verified contract with an active mint authority is still a contract that can print more supply.
FAQ
How much does it cost to create a token on Arbitrum?
0.03 ETH plus Arbitrum gas. Optional features start at 0.01 ETH each and the tool totals your configuration before you approve anything.
Do I need a developer?
No. Nothing is compiled or deployed by hand. You fill in the tool, approve one transaction, and an audited ERC-20 goes out under your wallet.
Is an Arbitrum token the same as an Ethereum one?
It is the same ERC-20 standard, and it settles back to Ethereum. What changes is the cost of every interaction with it, which is why most projects run here instead of mainnet.
Which of the options are permanent?
Most of them. Burnable, mintable, pausable, the trading limits and the blacklist all have to be enabled at creation. Only the transaction fee percentage stays adjustable afterwards.
Is the contract verified automatically?
Yes, the source is published to Arbiscan as part of the deployment, so holders can read it without you filing anything.
Can people trade it immediately?
Only once a pool exists. Until then the token transfers and airdrops normally but has no market and no price.
Conclusion
Creating an ERC-20 on Arbitrum is a configuration job when the project does not need custom code. The chain gives you Ethereum’s settlement and an L2’s running costs, and the tool handles deployment and Arbiscan verification while the contract stays yours.
What remains is the part no tool covers: sensible liquidity, permissions you are willing to defend in public, and a reason for anyone to hold the thing. Get the permanent choices right before you sign, because the rest can be fixed and those cannot.

Crypto writer focused on the Web3 space. Former contributor to the Smithii editorial team.















