Connect Your Wallet
Connect a Solana wallet to create your token.
Why Token-2022 (Token Extensions)
Built-in transfer fees
Collect protocol-level fees on every token transfer. Set a percentage and maximum cap — enforced by the token program, not an external contract.
Soulbound tokens
Create non-transferable tokens for credentials, memberships, and badges. Tokens are permanently bound to the receiving wallet.
Embedded metadata
Name, symbol, description, and URI are stored directly in the mint account — fully on-chain. No separate Metaplex account needed, cheaper and simpler.
Built-in image upload
Upload your token logo directly. We handle IPFS hosting and metadata formatting. No manual JSON or Pinata setup needed.
Authority control
Configure mint, freeze, and update authorities. Revoke during creation to prove fixed supply and build holder trust.
Transparent pricing
0.15 SOL platform fee plus rent (~0.004 SOL). No Metaplex protocol fee. Full breakdown shown before you sign.
Don't need extensions? A standard SPL token has wider wallet and DEX support. Use our SPL Token Creator
More Solana Tools
How It Works
Enter token details
Choose a name, symbol, and decimals. Upload your token logo and add a description — we handle IPFS hosting automatically.
Pick extensions & configure
Enable transfer fees, soulbound mode, or other extensions. Set initial supply and authority preferences. Extensions cannot be added later — choose now.
Review & create
Review all settings, extensions, and the full cost breakdown. Click create — metadata is uploaded to IPFS, then approve the transaction. Token is live within seconds.
Pricing
| Item | Cost |
|---|---|
| Platform fee | 0.15 SOL |
| Mint account rent (with metadata) | ~0.003-0.005 SOL |
| Token account rent (if minting supply) | ~0.00204 SOL |
| Network fee | ~0.00001 SOL |
| Total (typical) | ~0.155 SOL |
Frequently Asked Questions
What is Token-2022?+
Token-2022 (Token Extensions) is Solana's next-generation token program with built-in features like transfer fees, soulbound tokens, and embedded metadata. No external programs needed.
What are transfer fees?+
Protocol-level fees collected automatically on every transfer. Set a percentage (basis points) and optional maximum cap. Fees are withheld in recipient accounts and collected by the withdraw authority.
What are soulbound (non-transferable) tokens?+
Tokens permanently bound to the wallet they are minted to. Cannot be sent, sold, or traded. Useful for credentials, memberships, and reputation.
How is this different from regular SPL tokens?+
SPL tokens use the original Token Program with Metaplex metadata. Token-2022 uses a newer program with built-in extensions and embedded metadata — cheaper and more powerful.
Which wallets support Token-2022?+
Phantom, Solflare, Backpack, and most major Solana DEXes (Jupiter, Raydium) support Token-2022. Support is widespread and growing.
How much does it cost?+
0.15 SOL platform fee plus ~0.004 SOL rent. No Metaplex fee. Total is approximately 0.155 SOL without supply, ~0.157 SOL with supply.
Can extensions be added after creation?+
No. Extensions must be enabled at creation time. This is a security feature — holders know the token's capabilities are fixed forever.
What is Default Frozen?+
Every new token account starts frozen. The freeze authority must thaw (approve) each holder before they can transact. Useful for KYC, compliance, and whitelisted distributions.
What is Mint Close Authority?+
Lets the authority close the mint account and reclaim rent SOL — but only when total supply is zero. Useful for temporary or event tokens.
Where is metadata stored?+
Embedded directly in the mint account via the MetadataPointer extension. Your logo is uploaded to IPFS. No separate Metaplex account needed.