Create Your Token — Connect Wallet to Select Network
This deploys a new ERC-20 or ERC-721 token to the blockchain under your wallet. The token itself is the asset — it's not a campaign. Once deployed, you can use it to launch an ICO campaign where investors purchase tokens at your set price.
What you're creating
A deployable ERC-20 (fungible) or ERC-721 (NFT) token with configurable supply, decimals, mint/burn/pause rules, and optional governance.
What's next
After deployment, head to Create Campaign and paste your new token address to launch an investor-facing token sale.
Where it appears
Your Token Dashboard and Main Dashboard. You manage it; no public listing until you create a campaign.
Just want to raise funds without a token? Create a CrashFund donation campaign →
Token Creation Guide
Basic Settings
Set your token's name, symbol, decimals (usually 18), and total supply. The image URL will be shown in wallets and explorers.
Mintable
Allow creating new tokens after deployment. Useful for reward systems or gradual token releases.
Burnable
Allow token holders to destroy their tokens, reducing total supply. Common for deflationary tokenomics.
Pausable
Emergency stop mechanism. Halts all transfers when paused. Recommended for security.
Advanced Features
Permit (ERC-2612)
Gasless approvals using signatures. Users can approve spending without a separate transaction.
Flash Minting
Allows borrowing tokens within a single transaction for DeFi arbitrage and liquidations.
Governance (Votes)
Enables on-chain voting weight tracking for DAO governance systems.