Clone a Solana Token
Fetch any existing SPL token's metadata, then launch your own version of it.
Before you start
- Phantom or Solflare wallet installed and funded with at least 0.08 SOL for creation fee and account rent
- The mint address of any Solana SPL token you want to clone (copy it from any explorer or DEX screener)
Connect your wallet
Click the Connect Wallet button in the top-right corner of the page. Approve the connection in your wallet extension. You need at least 0.08 SOL to cover the platform fee and on-chain rent.
Click the button in the top-right corner of the page
Paste the mint address and click Fetch Token
In the Step 1 card, paste the mint address of the token you want to clone into the input field. Press Enter or click the Fetch Token button. Solauncher calls the on-chain registry and retrieves the token's name, ticker, description, logo, decimals, and supply.
Token Mint Address
The fetch works on both mainnet and devnet. Switch your network in the top selector first, then paste a mint address from the same network.
Check the auto-filled token details
After a successful fetch, Step 2 fills automatically: name, symbol, total supply (converted from the raw on-chain amount to a human-readable number), decimals, description, and social links. The original token's logo loads as the logo preview.
Token Name
Symbol
Total Supply
Decimals
All fields are fully editable. Change the name, symbol, or supply before creating - this is a clone, not a copy. The resulting token will have a completely new mint address on-chain.
Upload a logo (optional)
The tool attempts to download the original token's logo automatically so it can be re-uploaded to IPFS. If it loaded correctly you will see the logo preview. If not, a yellow notice appears. Click the logo area to upload your own image file (PNG, JPG, or GIF recommended at 500×500 px or larger).
If you plan to use the exact same logo, make sure you have the rights to do so. Uploading a logo re-pins it to IPFS under your own metadata URI.
Review and edit social links (optional)
If the original token had a website, Twitter, or Telegram, the Add Social Links toggle auto-expands with those values already populated. Edit or clear any field. These links are stored in your new token's on-chain metadata and appear on DEX screeners.
Website
Telegram
Discord
Generate a vanity address (optional)
Enable "Create Vanity Address" to customise the first or last characters of your new token's mint address. Enter a prefix, a suffix, or both, then click Generate Address. Keep each to 3–4 characters, longer patterns take exponentially more time. Generation runs entirely in your browser.
Prefix
Suffix
You can also leave vanity disabled entirely and skip straight to the authority settings.
Configure token authorities
Choose which authorities to revoke at the moment of creation. Revoking Mint Authority proves no additional tokens can ever be minted. Revoking Freeze Authority proves no wallet can be frozen. Revoking Update Authority proves the name, logo, and description are permanent. All three are ticked by default and strongly recommended for community tokens.
Authorities can be revoked later from the Revoke Authorities tool, but revoking at creation costs one fewer transaction and shows you never held extra power over the token.
Create the token
Click Create Token at the bottom and approve the transaction in your wallet. Solauncher uploads your metadata to IPFS, builds the create instruction, and submits it to Solana. Once the transaction confirms the page shows your new mint address.
Token cloned successfully
Your new SPL token is live on Solana with a unique min t address. Save it, you need it for every next step.
Copy the mint address immediately. The Next Step button below the result takes you straight to the Create Liquidity Pool page.
What to do next
All Solana Tutorials