Skip to main content
All systems live SOL · SPL deploy <30s ETH · ERC-20 deploy <2m BNB · BEP-20 deploy <2m Non-custodial
Solana guide

How to create a Solana token (SPL) in under 30 seconds

Short answer: Pick a token name, symbol, supply, and decimals. Connect a Solana wallet such as Phantom or Solflare. Pay one small platform fee. TheTokenLauncher submits the deployment and returns the mint address and explorer link. Total time, including filling in the form, is usually under five minutes.

What you need before you start

No Solana CLI, no Rust, no spl-token commands. Everything happens in the browser and inside your wallet.

Step 1: Open the Solana token creator

Go to the Solana SPL creator. The form is laid out as token details, optional add-ons, and a fee summary. The total fee updates live as you tick options.

Step 2: Fill in the token details

Choose a clear, unique name and symbol. Standard Solana tokens use nine decimals, which means a supply of 1,000,000,000 displays as one billion whole tokens with up to nine fractional places.

Step 3: Decide on authority options

Solana SPL tokens have three authorities you can keep or permanently revoke. Each revocation is on-chain and cannot be undone.

Public launches often revoke all three to signal trust. Project tokens with planned upgrades sometimes keep update authority.

Step 4: Connect your wallet

Click Connect Wallet. The creator detects Phantom, Solflare, Backpack, Coinbase Wallet, Trust Wallet, and TokenPocket. Approve the connection request. No seed phrase or full-wallet permission is ever requested.

Step 5: Pay the platform fee

Sign one explicit payment transaction in your wallet. TheTokenLauncher verifies the transaction on the Solana mainnet RPC before submitting the mint. If verification fails, the fee is never spent on a deployment.

Step 6: Receive the mint address

Once the mint confirms, the page shows a success card with the mint address, the transaction signature, an explorer link to Solscan, and a shareable token page at /token/{mint_address}/. The token also appears on your dashboard.

What to do next

Launch a Solana SPL token

Open the Solana creator and have a real SPL token deployed and verified in under 30 seconds.

Create Solana token

Frequently asked questions

How long does it take to create a Solana token?

A Solana SPL token usually deploys in under 30 seconds after your payment transaction confirms. The form itself takes about two minutes to complete.

Do I need to know how to code?

No. You enter the token details, upload a logo, and approve a single wallet transaction. The deployment, metadata creation, and on-chain registration happen automatically.

What does a Solana token cost?

From 0.1 SOL as a one-time platform fee, plus a few thousandths of a SOL in network fees paid from your wallet.

Which Solana wallets are supported?

Phantom, Solflare, Backpack, Coinbase Wallet, Trust Wallet, and TokenPocket when installed in the browser.

Can I list my Solana token on Raydium?

Yes. After deployment you can add liquidity on Raydium to make the token tradable. See the dedicated Raydium liquidity guide.

Are token deployments reversible?

No. Token deployments and authority revocations are public, on-chain, and irreversible. Review your inputs before signing.

Related guides

Create your token