Guide · Create token
How to create an ERC-20 token
Written by XAUConnect Labs · Reviewed against live product behavior · Updated August 2026
An ERC-20 is a smart contract on an EVM chain that tracks balances and allowances. Creating one is not “listing on Coinbase.” It is deploying bytecode, receiving a contract address, and then — separately — adding liquidity so anyone can swap it. XAUConnect’s Launchpad does the deploy step through TokenFactory: your wallet pays a small native launch fee, the factory mints the entire supply to you, and the token is a LaunchedToken — fixed supply, no owner mint, no blacklist, no transfer tax.
If factory contracts are not live on the chain you picked, the wizard still pins metadata and finishes in demo mode. Connect a wallet and pick a chain with a deployed TokenFactory when you want a real address.
What TokenFactory actually deploys
Wizard steps (Type → Details → Liquidity → Review)
What you sign and what you pay
After the receipt
What this will not do
Day-two operator checklist
Legal
Risk disclosure
XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.
Frequently asked questions
Can I mint more later?
Not with LaunchedToken. Supply is fixed at deploy. If you need inflation, you are choosing a different, riskier design — and you should disclose it in huge letters.
Is this Solidity I have to write?
No. The factory deploys the audited-pattern token. You still must understand what you deployed: fixed supply to your wallet, metadata on IPFS, no admin mint.
Which chain should I create an ERC-20 on?
Where your buyers already hold gas and USDC. Cheap deploys without users are just cheap scams in their neighborhood. One home chain.
Can I create an ERC-20 on Solana?
No. Solana uses SPL / Token-2022. See the SPL creation guide. Launchpad’s factory is EVM.
Trade on XAUConnect
Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.
Continue exploring
Related markets, guides & networks
Curated next steps based on this topic — deepen your research before you trade.
How to swap AVAX to USDC
Swap AVAX to USDC on Avalanche C-Chain with XAUConnect: C-Chain only, keep AVAX for gas, verify USDC, not a bridge to Et
How to generate a crypto token without coding
No-code Launchpad wizard: four steps, wallet-signed createToken, demo vs live factory, then LP so the token is swappable
How do cross-chain bridges work?
Bridges move value between networks using lock-and-mint, burn-and-release, or liquidity networks. The trade-offs, the ri
Why locked liquidity matters
Liquidity locks and how they reduce (but don't eliminate) rug risk. How to verify a lock, read the unlock date, and weig
Native USDC vs bridged USDC
Circle native USDC versus bridged USDC.e across seven chains — why tickers lie, how quotes pick a contract, and how not
Build programmatically
Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.