Creating a Token
The Token Factory lets you deploy an ERC-20 token on Arc L1 without writing any code. This guide covers creating a standard token.
Steps
- Navigate to Token Factory via the More (⋮) menu in the header.
- The Create Token tab is selected by default.
- Fill in the token details:
- Name — e.g., "My Token"
- Symbol — e.g., "MTK" (typically 3–5 characters)
- Decimals — default is 18; most tokens use 18
- Initial Supply — tokens minted to your wallet on deployment
- Max Supply — hard cap (set to 0 for no cap)
- Optionally enable Mintable (owner can mint more tokens later) and/orPausable (owner can pause all transfers).
- Review the creation fee shown in the UI (charged in the native token).
- Click Create Token and confirm the transaction in your wallet.
- On success, a toast notification shows the new token's contract address. The token also appears in the My Tokens tab.
Creating a Tax Token
- Switch to the Create Tax Token tab.
- Fill in all standard fields (same as above).
- Set the tax parameters:
- Buy Tax — fee on purchases, in basis points (100 = 1%)
- Sell Tax — fee on sales, in basis points
- Tax Wallet — address that receives collected fees (must be a valid address)
- Click Create Tax Token and confirm.
⚠️
After creating a tax token, you must register DEX pair addresses via theManage Tax Token tab before taxes will be applied on swaps. Unregistered pairs are not subject to the tax.
After Deployment
- View your token in My Tokens
- Click Swap on the token card to trade it immediately
- Add liquidity by navigating to the Liquidity page and selecting your token
- Share the token address so others can add it to their wallets