Create Your Own Solana Token

Deploy your own SPL token on Solana straight from your browser. Connect your wallet, choose the name, symbol, supply and decimals, toggle the features you need, and launch — no Solidity, no coding.

Create on another chain
Connect your wallet
Connect a wallet to deploy your token. The connected address becomes the token owner.
Token type
Token details
0–9
Token icon
PNG, WEBP or JPG — auto-resized to 512×512.
Features
You will be the owner and receive the entire supply.
Service fee: 0.1 SOL (plus network gas).

Understanding the SPL standard

On Solana, a token built to the SPL standard is a smart contract that tracks the balances and transfers of your asset. Once deployed it works in every wallet, explorer and exchange that supports Solana; the deployment and all transfers are paid in SOL, the network's gas asset.

Optional token features

  • Mintable — the owner can create additional supply later. Leave it off for a fixed, capped supply.
  • Burnable — holders can permanently destroy their own tokens to reduce the circulating supply.
  • Pausable — the owner can freeze all transfers in an emergency and resume them later.
  • Blacklist — the owner can block specific addresses from sending or receiving the token.
  • Transfer & trade tax — charge a percentage fee on every transfer, and a separate rate on DEX buys/sells, routed to a tax wallet (up to 25%, owner-adjustable).

How to create a token on Solana

  1. Connect your wallet and switch to the Solana network.
  2. Enter the token name, symbol, decimals and total supply.
  3. Choose any optional features: mintable, burnable, pausable, blacklist.
  4. Confirm the transaction — your token is deployed and the full supply is sent to your wallet.

Why create a token on Solana?

Solana is one of the most widely supported networks, so a token built to the SPL standard instantly works across wallets, block explorers, DEXs and CEXs. It's the fastest way to launch a community token, utility token, reward point or test asset without writing a contract.

Solana token creation FAQ

How much does it cost to create a token?

You pay Solana network gas (in SOL) for the deployment transaction plus a small service fee. The exact cost depends on network congestion.

Who owns the token after deployment?

The connected wallet becomes the owner and receives 100% of the initial supply. Ownership can later be transferred or renounced.

Can I add liquidity or list it for trading?

Yes. Once deployed it is a standard SPL contract that you can add to any DEX or list on any exchange that supports Solana.