Skip to content
Documentation
Token Standards

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.

ERC-20Fungible Token
Standard EVM fungible token with built-in capabilities:
  • Mint, burn, pause, airdrop
  • Configurable name, symbol, decimals
  • Initial supply + max supply (0 = unlimited)
  • Owner address assignment
BaseArbitrumOptimismPolygon
ERC-721NFT Collection
Non-fungible token collection with ERC-2981 royalties:
  • 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
BaseArbitrumOptimismPolygon
SPLSolana Token
Native Solana token via the Token Program:
  • Mint tokens on Solana
  • Transfer of mint authority
  • Fast, low-cost transactions
Solana

Token Features

Each template includes built-in capabilities. All EVM contracts are built on OpenZeppelin v5 with Solidity ^0.8.20.

ERC-20 Configuration
  • • 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
ERC-721 Owner Controls
  • • 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
Governance Token (ERC20Votes)
ERC-20 variant used as the base for DAO governance:
  • • Voting power via ERC20Votes
  • • Gasless approvals via ERC20Permit
  • • Delegation of voting power
  • • Configured in the DAO creation flow
Supported Chains
  • • 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.

1

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").

2

AI Selects Template & Fills Placeholders

Create picks the right template (ERC-20, ERC-721, or SPL) and fills in your parameters automatically.

3

Compile & Preview

The contract is compiled server-side with solc-js. Review the generated code in the built-in code editor.

4

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.

ERC-20 Fungible Token
Create an ERC-20 token called ALPHA with 10 million supply, 18 decimals, owner can mint and pause
NFT Collection
Create an NFT collection called CryptoArt, 5000 max supply, 0.05 ETH mint price, 5% royalties on Base
Governance Token
Create a governance token for my DAO with 1M supply

Ready to create your token?

Start building your custom token with AI assistance.

Create Token