Wallet Guide April 24, 2026 · 10 min read

How to Create a Solana Token with Phantom Wallet

Phantom is the most popular Solana wallet — and the easiest way to launch your own SPL token in 2026. This guide walks you through every step: installing Phantom, connecting to a token creator, configuring your token, setting authorities, and deploying on-chain. No coding required.

Written by the CreateMyCoin Team

How to create a Solana token with Phantom wallet — step-by-step flow diagram

Why Phantom Is the Best Wallet for Solana Token Creation

When it comes to creating a Solana token, your choice of wallet matters. Phantom has become the go-to Solana wallet for millions of users — and for good reason. It is fast, secure, and integrates seamlessly with the Solana ecosystem, including token creator tools like CreateMyCoin.

Phantom handles all the cryptographic signing under the hood, so you never have to manage private keys manually. You simply approve transactions in the wallet popup, and the token creation tool handles the on-chain interactions. This combination makes it possible to create a Solana token with Phantom wallet in under two minutes — even if you have never written a line of code.

Key point: Phantom is a non-custodial browser extension and mobile wallet that supports Solana's SPL token standard. When you create a token through CreateMyCoin, Phantom signs the transactions on your behalf — you always remain in full control of your keys and your new token.

In this guide we will use Phantom with CreateMyCoin to launch an SPL token on Solana mainnet. The steps below apply equally to a community memecoin, a DeFi governance token, or any other Solana-based digital asset you want to create.

What You Need Before You Start

Before you create a Solana token with Phantom wallet, make sure you have the following ready:

  • Phantom Wallet installed — as a browser extension (Chrome, Firefox, Brave, Edge) or mobile app (iOS / Android). We cover installation in the next step.
  • SOL for transaction fees — creating and minting an SPL token costs approximately 0.02–0.05 SOL in rent and transaction fees. Having 0.1 SOL in your wallet is more than enough.
  • Token details decided — your token name, ticker symbol (2–6 characters), total supply, number of decimals (0 for NFT-like tokens, 6–9 for fungible tokens), and optionally a logo image.
  • Token description — a short description of your token's purpose, which gets stored as on-chain metadata and displayed in wallets and explorers.
  • Logo file (optional) — a square image (PNG or SVG recommended) under 1 MB. This becomes the token's icon in Phantom, Solscan, and decentralised exchanges.
Tip: You can buy SOL on centralised exchanges like Coinbase, Kraken, or Binance and withdraw it directly to your Phantom wallet address. Alternatively, use Phantom's built-in "Buy" feature to purchase SOL with a credit card.

Step 1: Install & Set Up Phantom Wallet

If you already have Phantom installed and funded with SOL, skip to Step 2. Otherwise, here is how to get set up in under five minutes.

Install the Phantom Browser Extension

  1. Open your browser and search for "Phantom wallet" or visit the official Phantom website directly (phantom.app). Download the extension for Chrome, Firefox, Brave, or Edge.
  2. Click "Add to Browser" and pin the Phantom extension to your browser toolbar so it is easy to access.
  3. Open Phantom and select Create a new wallet. You will be shown a 12-word Secret Recovery Phrase.
  4. Write down your Secret Recovery Phrase on paper and store it somewhere safe. Never share it with anyone. This phrase is the only way to recover your wallet if you lose access to your device.
  5. Set a strong password for the extension (this is used to unlock Phantom on your device, separate from your recovery phrase).
  6. Your Phantom wallet is now ready. You will see your Solana address at the top — it looks like 7xKXtg2CW….

Fund Your Phantom Wallet with SOL

You need a small amount of SOL to pay for on-chain transaction fees. Copy your Solana address from Phantom and send at least 0.1 SOL to it from an exchange or another wallet. Once the SOL appears in Phantom (usually within a few seconds on Solana), you are ready to create your token.

Important: Always double-check the Solana address you are sending to. Solana transactions are irreversible — if you send SOL to the wrong address, it cannot be recovered.

Step 2: Connect Phantom to CreateMyCoin

With Phantom installed and funded, the next step is to connect it to a Solana token creator. CreateMyCoin is purpose-built for this use case: it handles the smart contract interactions, metadata upload, and on-chain deployment automatically, requiring only your Phantom signature at each step.

  1. Navigate to createmycoin.app in the same browser where you have Phantom installed.
  2. Click the Connect Wallet button in the top-right corner of the page.
  3. A wallet selection popup will appear. Click Phantom.
  4. Phantom will open and ask you to Connect to createmycoin.app. Review the permissions (it will only ask to view your public address — it cannot move your funds without your approval on each transaction) and click Connect.
  5. Your wallet is now connected. You will see your wallet address shown in the top-right corner of the site, along with your SOL balance.
Security note: CreateMyCoin never asks for your Secret Recovery Phrase or private key. It communicates with Phantom exclusively via the standard Solana wallet adapter — the same secure API used by Raydium, Jupiter, and all major Solana dApps.

Step 3: Configure Your Solana Token

Once Phantom is connected, you will see the token creation form. This is where you define every aspect of your SPL token. Take your time here — most of these fields are stored permanently on-chain and cannot be changed later (unless you keep mint authority active).

Token Name

Enter the full name of your token, for example My Community Token. This is the name that appears in Phantom wallets, on Solscan, and on decentralised exchanges. It can contain spaces and uppercase letters. Maximum 32 characters.

Token Symbol

The ticker symbol is the short identifier for your token (like SOL, BTC, or ETH). Keep it between 2 and 6 characters, all uppercase. This appears on price charts and in trading interfaces. For example: MCT.

Total Supply

The total number of tokens to mint at creation time. Common choices are 1,000,000 (1 million) for community tokens, 1,000,000,000 (1 billion) for memecoins, or a custom amount. If you plan to keep mint authority active you can mint more later; if you will revoke it, this is your fixed total supply.

Decimals

Decimals define the smallest divisible unit of your token. The Solana standard is 9 decimals (like SOL itself), which allows very small fractional amounts. Use 6 for a USDC-like stablecoin. Use 0 if you want whole numbers only (useful for NFT-like tokens or vouchers).

Description

A short description of your token — what it is for and what community or project it represents. This is stored on-chain as part of the Metaplex metadata and displayed in explorers.

Logo Image (Optional)

Upload a square image (PNG or SVG recommended, under 1 MB). CreateMyCoin uploads this to decentralised storage and links it in your token's on-chain metadata. The logo will appear in Phantom wallets and on Solscan once the metadata propagates.

Pro tip: Spend time on your token symbol and supply — these create a strong first impression. A clean 3–4 letter ticker and a round supply number (1B, 100M) look more professional and are easier to remember.

Step 4: Understand and Set Token Authorities

Token authorities are permissions that control what can be done with your SPL token after launch. Understanding these is critical before you deploy — they directly affect how investors and community members perceive your token's trustworthiness.

🔑 Mint Authority
The wallet address that can create (mint) additional tokens after the initial supply. If you keep mint authority, you can increase the supply at any time. If you revoke mint authority, the supply is permanently fixed — this is a strong trust signal for investors and DEX listings. CreateMyCoin lets you revoke this with one click.
❄️ Freeze Authority
The wallet address that can freeze token accounts, preventing specific holders from transferring tokens. This is a compliance feature used by stablecoins. For community tokens and memecoins, revoking freeze authority is strongly recommended — it shows holders you cannot block their transfers.
✏️ Update Authority (Metadata)
Controls who can update the token's on-chain metadata (name, symbol, logo). If you keep this, you can correct mistakes or update your logo. If you revoke it, the metadata is immutable — useful if you want to prove the token's identity is locked forever.
Recommendation: For a token you plan to list on DEXs or promote to a community, revoke both mint authority and freeze authority after launch. This is the single most impactful action you can take to build trust with potential holders.

You can choose to revoke these authorities during the creation process in CreateMyCoin, or you can do it later from the token management dashboard. Both options use Phantom to sign the revocation transaction.

Step 5: Deploy Your SPL Token on Solana

With all your token details filled in, it is time to deploy. Here is what happens when you click the Create Token button:

  1. CreateMyCoin validates your inputs and prepares a series of Solana transactions: creating the mint account, initialising the SPL token, uploading metadata to decentralised storage, and minting the initial supply to your wallet.
  2. Phantom opens automatically and shows you the first transaction to approve. Review the estimated SOL cost (typically 0.02–0.05 SOL) and click Approve.
  3. Depending on your settings, Phantom may request 2–3 transaction approvals in sequence. Each one represents a specific on-chain action. Approve them in order.
  4. After the final approval, CreateMyCoin broadcasts the transactions to the Solana network. Given Solana's average block time of 400ms, confirmation usually arrives within 2–5 seconds.
  5. Once confirmed, CreateMyCoin displays your token mint address — a unique public key like Gh9ZwEmdLJ8DscKNTkTqPbNwLNNBjuSzaG9Vp2KGtKJr. Copy and save this address — it is the permanent identifier for your token on the Solana blockchain.
Congratulations! Your Solana SPL token is now live on-chain. The full token supply has been minted directly to your Phantom wallet. You can verify this by opening Phantom and looking under the "Tokens" tab — your new token should appear within a few seconds.

Step 6: Verify Your Token on Solscan

After deploying your token, it is good practice to verify everything looks correct on a Solana block explorer. Solscan is the most widely used explorer for SPL tokens and will show you all on-chain data about your new token.

  1. Copy your token's mint address from the CreateMyCoin confirmation screen.
  2. Go to solscan.io and paste your mint address into the search bar.
  3. Solscan will show your token's Token Overview page. Verify: the token name, symbol, total supply, number of holders (should be 1 — your wallet), and decimals all match what you configured.
  4. Under the Metadata tab, confirm your description and logo URI are stored correctly on-chain.
  5. Check the Authorities section to verify which authorities are active or revoked, depending on your choices during creation.
Note: Logo images may take a few minutes to propagate and appear on Solscan. This is because the image metadata needs to be indexed by Solscan's off-chain systems. The on-chain data is immediately confirmed; the visual display catches up shortly after.

You can also verify your token in Phantom by tapping the token in your wallet and selecting "View on Solscan." This is the same link you will share with your community to prove your token's on-chain existence and contract details.

After Launch: Next Steps

Creating your SPL token is only the beginning. Here are the most important next steps after you successfully create a Solana token with Phantom wallet:

Revoke Mint and Freeze Authority (If You Haven't Already)

If you did not revoke these during creation, do it now. Head back to CreateMyCoin's token management dashboard, connect Phantom, and revoke both authorities in two quick transactions. This dramatically increases your token's credibility.

Add Liquidity on a DEX

To make your token tradeable, you need to create a liquidity pool. Raydium and Orca are the two most popular Solana DEXs for new token launches. You will need to pair your token with SOL or USDC. Adding liquidity makes your token discoverable on DEX aggregators like Jupiter.

Share Your Mint Address

Your token's mint address is its on-chain identity. Share it in your community, on social media, and in your project's documentation so people can find and add your token to their wallets. In Phantom, anyone can add your token manually by clicking the "+" icon and pasting the mint address.

Build Your Community

A token's value comes from its community. Create a Telegram or Discord server, post on X (Twitter), and explain your token's purpose clearly. Transparency builds trust — share your Solscan link and your authority revocation transactions as proof of legitimacy.

Consider Token Distribution

Think about how you will distribute tokens: airdrops, public sales, team allocations with vesting schedules. A well-thought-out tokenomics model signals that your project is serious and sustainable. See our guide on Solana token vesting for locking team allocations.

Frequently Asked Questions

How much does it cost to create a Solana token with Phantom wallet?
The total on-chain cost is typically between 0.02 and 0.05 SOL (roughly $3–$8 at current prices). This covers the mint account rent, metadata account rent, and transaction fees. CreateMyCoin charges a small service fee on top of this. You will see the exact total in Phantom before you approve.
How long does it take to create a Solana token?
From connecting Phantom to receiving your mint address, the process typically takes under two minutes. Solana's fast block times (400ms average) mean transactions confirm almost instantly. The only variable is how quickly you fill in the form and approve the Phantom popups.
Do I need any coding knowledge to create an SPL token with Phantom?
No. CreateMyCoin is a no-code token creator. All the smart contract interactions happen automatically — you only need to fill in the token details and approve transactions in Phantom. No Rust, JavaScript, or CLI experience is needed.
What is an SPL token?
SPL (Solana Program Library) is Solana's token standard, similar to ERC-20 on Ethereum. All Solana-native tokens — including USDC, Bonk, JUP, and any custom token you create — are SPL tokens. They are defined by a mint address and follow a standardised interface that all Solana wallets and dApps support.
Can I change the token supply after creation?
Only if you keep mint authority active. If you revoke it during or after creation, the supply is permanently fixed. This is why it is important to decide your total supply carefully before deploying. Once mint authority is revoked, no new tokens can ever be minted.
Can I use a Phantom mobile wallet to create a Solana token?
Yes. Phantom's mobile app (iOS and Android) supports Wallet Connect and in-app browsing via Phantom's built-in browser. You can navigate to createmycoin.app from within the Phantom mobile app and complete the entire token creation process on your phone.
What happens to my token if I lose access to my Phantom wallet?
Your token exists on the Solana blockchain — it is not stored in the wallet software itself. If you lose access to Phantom, you can restore your wallet on any device using your 12-word Secret Recovery Phrase. The token supply associated with that wallet address will still be there. This is why keeping your recovery phrase safe is critical.

Ready to Create Your Solana Token?

Connect your Phantom wallet and launch your SPL token on Solana in under 2 minutes — no coding required.

Create My Token Now →

Powered by Solana · Full on-chain metadata · Phantom compatible