Phantom security notice

Phantom may show a "malicious dApp" warning. This is a false positive for new domains — our review with Blowfish (ticket #11666) is pending.

You can safely click "Proceed anyway" — SPLCreator only uses standard Solana programs.

View source code on GitHub →
Skip to main content
Guide8 min read

How to Create a Solana Token: Complete Beginners Guide (2025)

Learn step by step how to create your own SPL token on Solana. From setting up a wallet to your token live on the blockchain — no coding required.

SPLCreator Team

What is a Solana SPL token?

An SPL token is the Solana equivalent of an ERC-20 token on Ethereum. It is a fungible digital asset that you can create, distribute and trade on the Solana blockchain. Well-known examples are USDC, BONK and WIF — all SPL tokens.

## What do you need?

To create your own Solana token you only need three things:

1. A Solana wallet — Phantom, Backpack or Solflare (free to install as a browser extension)
2. About 0.1 SOL — for the Solana network fees (mint account + metadata + ATA)
3. Your token information — name, symbol, supply and optionally a logo

## Step 1: Install Phantom Wallet

Go to phantom.app and install the browser extension. Create a new wallet and save your seed phrase safely — these are 12 or 24 words that give you access to your wallet.

## Step 2: Buy SOL

You need about 0.1-0.15 SOL. You can buy SOL via Coinbase, Kraken or Binance and send it to your Phantom wallet.

## Step 3: Create token via SPLCreator

1. Go to splcreator.com/create
2. Click "Connect Wallet" and choose Phantom
3. Fill in step 1: name, symbol (max 10 characters) and description
4. Set your supply in step 2 — 1 billion is popular for meme coins
5. Revoke mint authority in step 3 for a rug-proof token
6. Review everything in step 5 and sign the transaction

Within 30 seconds your token is live on the Solana blockchain!

## What does creating a Solana token cost?

The costs consist of three parts:
- Rent-exempt for the mint account: ~0.002 SOL
- Platform fee: 0.1 SOL
- Priority fee: ~0.001 SOL

Total: ~0.103 SOL. At a SOL price of €150, that is approximately €15.

## Next steps

Now that your token is live, you can:
- Create a liquidity pool on Raydium or Orca
- Run an airdrop to early supporters
- Add the token to Jupiter Aggregator for swap access