Guide · Beginner · 2026
Your first Solana wallet (Devnet, no risk)
A crypto wallet sounds intimidating, but the core idea is small. A Solana wallet is really just two things, and once you see them clearly the rest makes sense.
A wallet is two things
- Public address: safe to share. This is where people send funds. Think of it like an email address.
- Private key (or seed phrase): full control. Anyone who has it can move your money. Think of it like the password and the spare key combined. Never share it.
That is the whole mental model. The public part is for receiving. The private part is for spending, and it stays yours alone.
Why start on Devnet
Solana has more than one network. Mainnet is the real one, where tokens have real value. Devnet is a practice network, where the tokens are free and worthless on purpose. It exists so you can learn and make mistakes without losing a cent.
Start on Devnet every time you are trying something new. You can send, receive, and fumble around safely, then switch to Mainnet later once the steps feel routine.
The easy path: the practice wallet here
- Open the practice wallet and create a wallet.
- Write the address and the private key down offline, on paper.
- Stay in Learn / Devnet mode.
- Use the airdrop button (or a faucet) to get free Devnet SOL.
- Try a send and a receive so the flow clicks.
This site cannot recover a key you lose. Keys are generated in your browser and never stored on a server, which is good for privacy but means the backup is on you. Write it down before you close the tab.
The classic path: Phantom or Solflare
If you would rather use a mainstream wallet app, the steps are almost the same:
- Install Phantom or Solflare.
- Create a new wallet and save the seed phrase offline.
- Switch the network setting to Devnet.
- Copy your address.
- Request free Devnet SOL from faucet.solana.com.
These wallets use a 12 or 24 word seed phrase, which is a human-friendly version of the private key. The same phrase can restore your wallet in another app later, which is why it has to stay secret.
What you must save
- Your public address
- Your private key or seed phrase
- Which network you are on (Devnet or Mainnet)
A screenshot in your camera roll is not a backup plan. Write it down.
Safety basics
- Never paste a private key or seed phrase into chat, Discord, or a form.
- No real wallet support will ever ask for your seed phrase.
- Practice with small amounts.
- When balances get serious, use stronger storage than a random browser tab, such as a hardware wallet.
Next step
Once a wallet feels normal, watch a payment happen end to end in the interactive lab. That is where the x402 idea stops being abstract.
Ship x402 is an independent educational project. Not affiliated with the x402 Foundation, Coinbase, or the Solana Foundation. Not financial advice.