Guide · Create token
How to create an SPL token on Solana
Written by XAUConnect Labs · Reviewed against live product behavior · Updated August 2026
Solana tokens are mints, not ERC-20 contracts. XAUConnect’s in-app Launchpad wizard deploys EVM tokens; it will not mint an SPL token for you. Creating an SPL (or Token-2022) asset uses Solana’s token programs: you create a mint, set decimals, mint supply to a token account you control, and then decide whether mint authority and freeze authority still exist.
Once a pool exists, traders swap that mint on XAUConnect through Jupiter. This article is the honest split: create off-wizard, swap on-app.
Metadata and the logo people screenshot
Liquidity on Solana
Make it swappable on XAUConnect
Token-2022 extras
Revoke, then tell people how to buy
Jupiter cannot index a mint with no pool
Legal
Risk disclosure
XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.
Frequently asked questions
Why doesn’t Launchpad create SPL tokens?
The current wizard calls EVM TokenFactory / Launchpad contracts. Solana creation is a different program. Swap support for SPL is live via Jupiter once liquidity exists.
Is creating an SPL token free?
You pay SOL rent and transaction fees. It is cheap compared with Ethereum deploy gas, which is why Solana is crowded with junk mints. Cheap is not a moat.
How do traders buy the token?
Phantom (or another Solana wallet) on XAUConnect Swap, mint pasted, simulation read, small test, then size.
Can I bridge my SPL token to Ethereum and call it an ERC-20?
Only with a real bridge that mints a documented wrapper. Deploying a random ERC-20 with the same ticker is a fake multi-chain token.
Trade on XAUConnect
Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.
Continue exploring
Related markets, guides & networks
Curated next steps based on this topic — deepen your research before you trade.
How to generate a crypto token without coding
No-code Launchpad wizard: four steps, wallet-signed createToken, demo vs live factory, then LP so the token is swappable
How to connect MetaMask to a DEX
Connect MetaMask to a DEX safely: install and secure the wallet, add networks with the right chain IDs, and understand e
Why locked liquidity matters
Liquidity locks and how they reduce (but don't eliminate) rug risk. How to verify a lock, read the unlock date, and weig
Native USDC vs bridged USDC
Circle native USDC versus bridged USDC.e across seven chains — why tickers lie, how quotes pick a contract, and how not
What is a multi-chain token?
Official issuance vs bridged wrappers vs fake tickers. Why USDC on seven chains is seven contracts, not one balance.
Build programmatically
Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.