Create

Create a Token-2022 on Solana

Launch a Token-2022 mint with modern extensions — transfer fees, soulbound tokens — plus the same authority controls as SPL.

01

Token identity

0–9. Most tokens use 9 (6 for stable-style).

Minted once to your wallet.

02

Logo & metadata

Tags (optional)0/5

Categories that describe your token. Helps listings and explorers group it. Press Enter to add your own.

03

Token-2022 extensions

04

Authority & security

05

Creator info

The creator shown for your token in wallets and explorers. By default we credit Dexmint (free). You can set your own, or remove it entirely.

Token-2022 is Solana’s newer token standard, and this tool lets you launch one without writing any code. It works like a regular SPL token but with optional extensions built into the mint itself — a fee on every transfer, or soulbound tokens that can never leave the wallet they land in. Fill in a form, pick your extensions, and sign one transaction.

Because extensions lock in at creation, the transaction you approve here can never be revised — so review it closely. Dexmint’s servers assemble it and itemise every fee, but your keys and funds stay yours: nothing is minted until you sign from your own wallet.

How to create a Token-2022 on Solana

  1. Connect a wallet and pick a network

    Any Wallet Standard wallet works. Extension choices are final, so a free Devnet rehearsal pays off more here than anywhere else — switch to Mainnet once the setup is proven.

  2. Describe your token

    Enter the name, symbol, decimals, and total supply, then upload a square logo with an optional description and socials. We pin everything to IPFS for wallets and explorers.

  3. Turn on the extensions you need

    Transfer Fee charges a percentage on every transfer — you set the rate and a per-transfer cap. Non-Transferable makes the token soulbound. Choose carefully: extensions are locked in at creation.

  4. Decide which powers the mint keeps

    You can give up further minting, drop the freeze power, or lock the metadata for good — each as permanent as the extensions, and each a trust signal screeners check.

  5. Review the fee ledger and sign

    Every cost is itemised in SOL before you approve anything: a flat base fee plus each extension and add-on. Sign, and your mint address and explorer link appear within seconds.

What is Token-2022?

Token-2022 (also called Token Extensions) is the successor to the original SPL token program. With classic SPL, a feature like a transfer tax needed its own smart contract; Token-2022 builds it into the token itself. The headline extensions here are Transfer Fee — a percentage withheld from every transfer, collectable to your wallet — and Non-Transferable, which makes tokens soulbound. The form offers a few more extensions, each explained in plain language.

Extensions are permanent — decide before you mint

Extensions cannot be added or removed after creation. Launch without a transfer fee and you can never add one; launch soulbound and that is forever. The form blocks combinations that make no sense — a soulbound token can’t charge a transfer fee — and flags extensions that grant centralized control, because experienced buyers look for exactly those. If you’re unsure, try it on Devnet first for free.

The honest trade-off: compatibility

Token-2022 is fully supported by Solana and the major explorers, but some wallets, DEXs, and tools still handle it partially or not at all, and a transfer fee can complicate trading integrations. If maximum compatibility matters more than extensions, the classic SPL creator is the safer pick; otherwise, test on the platforms your holders will actually use before going to Mainnet.

Frequently asked questions

Should I use Token-2022 or a regular SPL token?

Use Token-2022 when you need an extension, like a transfer fee or soulbound tokens. For a normal tradable token, classic SPL works everywhere and is the safer default.

Can I add or remove an extension after launch?

No. Extensions are fixed the moment the mint is created — changing them means launching a new token. Decide up front, and use Devnet to experiment for free.

How does the transfer fee extension work?

You set a rate in basis points (100 = 1%) and a cap per transfer. Solana withholds it automatically on every transfer, and the fees can be withdrawn to your wallet.

What is a soulbound (non-transferable) token?

A token that can never be transferred once it reaches a wallet — good for memberships, achievements, and credentials. The holder can still burn it.

Will every wallet and DEX support my token?

Not yet — support is broad and growing, but still partial in places. Check the platforms your holders will use, ideally with a free Devnet test first.