All posts
Tutorials

How to Create a Solana Token with Phantom Wallet

Install Phantom, fund with SOL, mint your first SPL token via J Tools Token Creator. A 6-step guide for newcomers.

Editorial illustration of creating a Solana token with Phantom wallet — minimalist wallet icon and SPL token disc on charcoal

Creating a Solana token starts with a wallet, and for newcomers the simplest path is Phantom. It is a browser extension, ready in two minutes, and J Tools Token Creator detects it automatically. This guide walks the full path from Phantom install to a verified token mint, end to end.

Why Phantom for newcomers

Solana has 4-5 popular wallets (Phantom, Solflare, Backpack, Glow, OKX). For newcomers, Phantom wins on usage share, polished UX, mobile + browser sync, and the fact that most Solana dApps test against Phantom first. Once experienced, running multiple wallets in parallel makes sense, but Phantom alone is enough to start.

Step 1 — Install Phantom

Find the official Phantom Wallet extension on the Chrome Web Store and install it. The icon lands in your browser toolbar. First open shows two options: create a new wallet, or restore from an existing seed phrase. Choose new wallet.

Phantom shows a 12-word recovery phrase. Write it on paper or save it in an encrypted password manager. If you lose access to Phantom, this 12-word phrase is the only way back. No phone screenshots, no cloud notes, no email drafts. Physical paper or KeePass / 1Password is the right tier.

Set a 4-digit pin next. The pin protects the local browser session; you unlock the wallet with it after every browser restart. The pin does not replace the recovery phrase.

Step 2 — Fund the wallet with SOL

Creating a token costs about 0.025 SOL in network fees plus the fixed J Tools platform fee. Total usually runs under 0.04-0.05 SOL. Send at least 0.1 SOL into your Phantom address to give yourself room to move.

Two ways to get SOL: buy on a centralized exchange (Binance, MEXC, Coinbase) and withdraw to your Phantom address, or use Phantom's built-in fiat onramp ("Buy" button inside Phantom). Exchange withdrawal is usually cheaper; fiat onramp is faster.

For your first dry run, use the Solana devnet faucet tool to get free devnet SOL. You can rehearse the full flow with no real money at risk. Devnet tokens stay on devnet, they never appear on mainnet.

Step 3 — Open the Token Creator

Solana Token Creator form fields diagram — Decimals row highlighted

The Solana token creator tool takes every parameter in one form. Click "Connect Wallet" in the top right, choose Phantom from the list. Phantom pops a connection request; click Connect. Your wallet address appears at the top of the form.

Step 4 — Form fields

What the Token Creator asks for:

  • Name: token name (e.g., "My Awesome Token"). Up to 32 characters.
  • Symbol: ticker (3-5 chars, e.g., "MAT"). Letters and digits only.
  • Decimals: usually 9 (matches SOL). 1 token = 10^decimals lamports under the hood.
  • Initial Supply: starting mint amount. 1 billion is standard for memecoins, 21 million is the Bitcoin-style fixed supply, and so on.
  • Description: short text describing the token (lands in metadata).
  • Image: square PNG or JPG. The logo wallets render.
  • Social links (optional): website, Twitter, Telegram. Embedded in metadata; holders see them.

Step 5 — Sign once

When the form is complete a cost card appears: Solana network fees (around 0.025 SOL) plus the J Tools platform fee (fixed, displayed on the page). Verify the total and click "Create Token". Phantom asks for one transaction signature; click Approve. Confirmation lands in 1-2 seconds.

Step 6 — Verify on-chain

The tx hash appears on screen. Open it on Solscan and confirm:

  • Mint Address: the token's unique address (the value you share with potential investors).
  • Mint Authority: your wallet address.
  • Freeze Authority: your wallet address.
  • Supply: the initial amount you set.
  • Metadata: name, symbol, image (image render may lag a few seconds).

Phantom auto-detects the new token. The balance shows up in your wallet list.

What comes next

The token exists, but the launch is not finished. Standard professional move: revoke mint authority once final supply is set, using the Solana mint authority revoke tool. Then open a Raydium pool with the Solana liquidity pool create + buy tool. For multi-wallet launches, use the bulk Solana wallet generator to organic-ify the early holder distribution.

For the full launch checklist, the Solana token guides category covers it end to end. Ecosystem updates land on the Solana tag page.

J
Author
J Tools Editorial

A post from the J Tools team.

View all posts by J Tools Editorial →

Related posts