Now live on Robinhood Chain
Arbitrum

How to Create an ERC-20 on Arbitrum — Free, No Code

Last updated: August 2026By the TrustSwap Team

Arbitrum runs standard, unmodified ERC-20 — no chain-specific token standard to learn, no wrapper, nothing exotic. Which means the deployment is a commodity, the tools charging for it are charging for a form, and the decisions that actually matter all come after the contract is live.

How do you create a token on Arbitrum without coding?

You configure and deploy a standard ERC-20 through a no-code builder — with MintPlus that's free on Arbitrum, from pre-audited templates, with gas measured in fractions of a cent. The flow:

  1. Select Arbitrum and connect your wallet. Arbitrum One (chain ID 42161) is the network; Arbitrum Sepolia (421614) is available for a dry run, and a dry run costs essentially nothing here.
  2. Configure the token. Name, symbol, decimals (18 is standard), initial and maximum supply.
  3. Choose functions deliberately. Mintable, burnable, and transaction-fee options exist. On a DeFi-native chain where reviewers read contracts, every enabled function is something you'll be asked to justify — enable only what your model requires.
  4. Deploy and verify the source on Arbiscan. The contract is live in seconds. Verified source isn't optional here; an unverified contract fails the first check any counterparty runs.
  5. Then do the work that matters: seed liquidity and lock it, lock the founding allocation, and vest the contributors. On Arbitrum this is the part your investors and listing partners will actually assess.

What does it cost — and why is MintPlus free?

Deployment costs a fraction of a cent in gas; MintPlus adds nothing. The competing no-code builders charge for the same standard contract — roughly 0.03 ETH (about $57 at current prices) is typical, with some charging extra for basic configuration. The deployment is genuinely commoditised: it's one standard contract, and what varies is the business model wrapped around it. TrustSwap gives creation away because the durable business is the trust stack the token needs afterwards — locks, vesting, distribution — which is only worth running if what it creates goes on to be credible. Full pricing across every service is published, with the flat-fee-versus-percentage arithmetic in the comparison page.

What's actually different about issuing on Arbitrum?

Three things, none of them the token standard. Gas economics change what's practical: at fractions of a cent per transaction, staggered lock tranches, per-block vesting cadences, and batched distributions are all affordable in ways they aren't on Ethereum mainnet — the good practices stop being expensive. Block numbers behave unexpectedly: block.number inside an Arbitrum contract returns the Ethereum block number, not Arbitrum's; if your tokenomics reference block heights for timing, use ArbSys(0x64).arbBlockNumber() instead. This catches teams porting contracts from mainnet, and almost nobody writes it down. Nova is not the answer: Arbitrum Nova is in wind-down with its migration window closing in September 2026 — deploy on Arbitrum One.

Do you need the token on Ethereum too?

Only if you want a canonical L1 presence — and if your token originates on Arbitrum, you need none of the bridge machinery by default. Any standard ERC-20 can be bridged permissionlessly through Arbitrum's canonical gateway with no action from the issuer. Teams that want control over the L2 or L1 address, or that need custom bridging behaviour (interest-accruing tokens, wrapped implementations), register a custom gateway — a real but uncommon requirement, documented in Arbitrum's own token-bridging docs. For most projects launching natively on Arbitrum, the correct answer is to do nothing and let the standard gateway handle it if demand ever appears.

FAQ

Is MintPlus really free on Arbitrum? Yes — token creation is free (listed as free in the public pricing table, as of August 2026); you pay only Arbitrum gas, a fraction of a cent.

Does Arbitrum use a special token standard? No. Standard, unmodified ERC-20 — full EVM equivalence via Nitro, so Solidity contracts deploy unchanged. Stylus additionally allows Rust/C++ contracts, but that's an option, not a requirement.

Should I test on Sepolia first? Yes. Arbitrum Sepolia (421614) costs nothing and catches configuration mistakes that are permanent on mainnet.

Can I deploy on Arbitrum Nova? Don't. Nova is being wound down, with its migration window closing in September 2026. Arbitrum One is the network for new deployments.

What should I do the day after deploying? Seed and lock liquidity, lock or vest the team allocation, and verify your source on Arbiscan — before any announcement or investor conversation.

Next steps: lock your liquidity · distribute to contributors · back to the Arbitrum hub

Arbitrum is developed by Offchain Labs and governed by the Arbitrum DAO; ARB is the governance token of the Arbitrum ecosystem. TrustSwap is not affiliated with, endorsed by, or sponsored by Offchain Labs, the Arbitrum Foundation, or the Arbitrum DAO. All product and company names are trademarks of their respective holders; their use here is for identification purposes only.

This article is for informational purposes only and is not financial advice. Facts current as of August 2026.

Arbitrum is built for treasuries.

Flat fees, no percentage of your position, and proofs your investors can verify without asking you. Create free, lock for $150, vest for $100.

Lock your liquidityCreate a token freeGet The Crypto App