Token Creation
Create ERC-20, ERC-721, and SPL tokens through conversational AI prompts. Describe what you need and Create handles the rest.
Supported Token Types
Create supports EVM fungible tokens, NFT collections, and Solana SPL tokens with pre-audited templates built on OpenZeppelin v5.
- Mint, burn, pause, airdrop
- Configurable name, symbol, decimals
- Initial supply + max supply (0 = unlimited)
- Owner address assignment
- Owner mint (free) + public mint (payable)
- Max 10 per transaction on public mint
- Configurable mint price, max supply, base URI
- Royalty basis points for secondary sales
- Owner Dashboard: mint, airdrop, set price, pause, withdraw
- Mint tokens on Solana
- Transfer of mint authority
- Fast, low-cost transactions
Token Features
Each template includes built-in capabilities. All EVM contracts are built on OpenZeppelin v5 with Solidity ^0.8.20.
- • Name, symbol, and decimals
- • Initial supply minted to owner
- • Max supply cap (or unlimited with 0)
- • Mint and burn by owner
- • Pausable transfers
- • Airdrop to multiple addresses
- • Toggle public mint via setPublicMintEnabled()
- • Adjust mint price with setMintPrice()
- • Pause/resume all transfers
- • Withdraw collected funds
- • Airdrop NFTs to addresses
- • ERC-2981 royalty configuration
- • Voting power via ERC20Votes
- • Gasless approvals via ERC20Permit
- • Delegation of voting power
- • Configured in the DAO creation flow
- • Base (ERC-20, ERC-721)
- • Arbitrum (ERC-20, ERC-721)
- • Optimism (ERC-20, ERC-721)
- • Polygon (ERC-20, ERC-721)
- • Solana (SPL Token)
Token Creation Process
Describe your token in plain language and Create handles template selection, compilation, and deployment.
Describe Your Token
Tell the AI what you want in natural language (e.g., "Create an ERC-20 token called MYTOKEN with 1M supply on Base").
AI Selects Template & Fills Placeholders
Create picks the right template (ERC-20, ERC-721, or SPL) and fills in your parameters automatically.
Compile & Preview
The contract is compiled server-side with solc-js. Review the generated code in the built-in code editor.
Deploy & Verify
Confirm the transaction in your wallet popup. The contract is deployed on-chain and automatically verified.
Example Prompts
Try these prompts to create tokens in Create. Each one maps directly to a supported template.
Create an ERC-20 token called ALPHA with 10 million supply, 18 decimals, owner can mint and pauseCreate an NFT collection called CryptoArt, 5000 max supply, 0.05 ETH mint price, 5% royalties on BaseCreate a governance token for my DAO with 1M supply