Create a Token
Deploy your own ERC-20 token on Robinhood Chain — no coding needed.
Before you start
- A MetaMask wallet (or any EVM wallet)
- A small amount of ETH on Robinhood Chain for gas fees
Connect your wallet
Click the "Connect Wallet" button in the top-right corner of the page. Approve the connection in your wallet. Make sure you are connected to the Robinhood Chain network — the tool will show a yellow banner if you need to switch.
← Click the button in the top-right corner of the page
If you do not have ETH for gas, you must bridge some from another chain first before deploying.
Enter your token name and symbol
In the Token Name field, enter the full name of your token — for example "My Project Token". In the Symbol field, enter a short ticker — for example "MPT". The ticker is usually 3 to 5 capital letters. This is what appears on DEX charts and wallets.
Token Name
Symbol (Ticker)
Set decimals and total supply
Decimals controls how divisible your token is. Leave it at 18 — that is the industry standard and what all DEXes and wallets expect. Total Supply is the number of tokens that will exist. A common starting supply is 1,000,000,000 (one billion). Enter the number without commas.
Decimals
Total Supply
You cannot change total supply after deployment unless you enable the Mint feature.
(Optional) Enable extra features
Each toggle adds a special ability to your token. Tax lets you collect a percentage of every buy or sell. Anti-Bot restricts large buys in the first few blocks after launch to protect against snipers. Anti-Whale caps how large any single wallet or transaction can be. Blacklist lets you ban specific wallets. Mint lets you create more tokens later. Pause lets you freeze all transfers in an emergency. Each enabled feature adds a small extra fee.
Tax
+fee per swap
Anti-Bot
3-block window
Anti-Whale
Blacklist
Mint
Pause
You can never ADD a feature after deployment — only features you turn on now will be available later.
(If Tax is on) Set your tax rates and recipient
Enter the Buy Tax — the percentage taken from every purchase. Enter the Sell Tax — the percentage taken from every sale. Then enter the wallet address where the collected tax will be sent. This is usually your project wallet. Maximum for each is 25%.
Buy Tax %
Sell Tax %
Tax Recipient Wallet
This wallet receives all collected tax revenue
Click Deploy Token and confirm in your wallet
Once you are satisfied with all the settings, click the "Deploy Token" button. Your wallet (MetaMask) will pop up showing a transaction confirmation with the estimated gas fee. Review the fee and click "Confirm". The deployment usually takes 10–30 seconds.
Save your token contract address
After the transaction confirms, a green success banner appears showing your new token contract address. Copy this address and save it somewhere safe — in a notes app, a spreadsheet, or a password manager. You will need it to add liquidity, manage the token, and share it with your community.
Token deployed successfully!
Your token contract address - copy and save this
Add your token to MetaMask by clicking "Import Token" and pasting the contract address. This lets you see your balance.
What to do next
Browse all tutorials