Step-by-step wizard for Token-2022. Configure transfer fees, soulbound mode, permanent delegate, pausable mint, interest-bearing balances, opt-in memo enforcement, and whitelist-only holders — every extension in one flat 0.3 SOL fee. Guardrails flag what's locked in for life before you sign.
Please connect your wallet to use the Pro builder.
Start with the basics. Give your token a name, symbol, and visual identity. These details are stored on-chain and can be updated later (if you keep update authority).
Pre-configure decimals, authorities, and Token-2022 extensions for a common use case. Your name, symbol, image, and social links stay untouched — fine-tune everything in the steps below.
Click to upload image
PNG, JPG, or GIF (max 5MB)The full name of your token
Typically 3-6 characters (ticker)
How many decimal places (9 is standard like SOL)
Tokens to mint right now (optional)
Pro is a flat 0.3 SOL per mint — every supported Token-2022 extension included, with no per-feature fees and no percentage of supply taken. Standard is 0.2 SOL flat and covers the custom mint address, social metadata, and authority revocation. The +0.1 SOL on Pro covers transfer fees, soulbound mode, permanent delegate, pausable mint, interest-bearing balances, opt-in memo enforcement, and a whitelist (frozen-by-default) mode configured at creation. Several of these extensions cannot be added after a mint is initialized, so Pro is the only path if you need them.
Pro uses the Token-2022 program exclusively and surfaces every supported extension in a guided wizard — interest-bearing balances, transfer fees, soulbound mode, permanent delegate, pausable mint, opt-in memo enforcement on the creator account, and a whitelist mode that freezes new accounts by default. The standard tool is the fast, no-frills option at 0.2 SOL; Pro is 0.3 SOL and is meant for projects that need protocol-level rules configured at mint time.
Token-2022 is the modern Solana token program that ships extensions as first-class primitives. Legacy SPL Token can't carry transfer fees, soulbound flags, a permanent delegate, or interest configuration on the mint itself. If your token needs any Pro feature, Token-2022 is the only path.
Some are, some aren't. Most extensions ship with an authority that can be transferred or revoked later — for example, transfer-fee config and interest-rate authority. A few are permanent by design: Non-Transferable (soulbound) and the presence of a Permanent Delegate cannot be removed once a mint is initialized. The Pro wizard labels each one so you know what's locked in at creation.
Token-2022's MemoTransfer extension is per-account, not per-mint. It lives on each holder's token account and rejects incoming transfers that arrive without a memo instruction in the same transaction. The Pro wizard enables it on your creator wallet at mint time; every other holder has to run the same opt-in instruction on their own ATA. The only way to enforce a memo on every transfer of the token is a custom Transfer Hook program on the mint — that requires deploying and maintaining your own on-chain program and is intentionally out of scope for the no-code builder.
Revoking an authority is permanent and signals immutability — useful for trust. Assigning it to a separate address (a multisig, a treasury wallet, a governance program) keeps the right to act later while moving control off your hot wallet. Pro lets you choose per authority, so you can revoke mint while keeping freeze on a multisig, for example.