- What Is a Wallet and What Does It Actually Store?
- Seed Phrase: The Master Key
- Hot Wallets
- The Most Widely Used Hot Wallets
- Cold Wallets (Hardware Wallets)
- How Does It Work?
- The Most Recommended Cold Wallets
- Why Does Each Blockchain Need Its Own Wallet?
- Bitcoin — UTXO Model
- Ethereum and EVM — Account Model
- Solana — Ed25519
- SUI — Object Model
- Why Does MetaMask Work on Ethereum, Arbitrum, Base and Optimism?
- Does Solana Have L2s? What About SUI?
- The Recommended Setup
- Basic Security Checklist
- Conclusion
Everyone talks about "storing your crypto safely."
But nobody explains what that actually means.
This guide does it properly: wallet types, network differences, hot, cold, L1, L2 — all of it. No fluff, no unnecessary jargon.
What Is a Wallet and What Does It Actually Store?
Before getting into types, let's clear up something that confuses a lot of people:
A wallet doesn't store your crypto.
It stores your private keys.
Your cryptocurrency lives on the blockchain, not in your wallet. The wallet is simply the tool that lets you prove you're the owner of those assets and authorize movements.
Think of it like a safe deposit box key at a bank:
- The money is at the bank (the blockchain)
- The key gives you access (your private key)
- Lose the key → lose access
- Someone steals the key → you lose your funds
That's everything you need to understand to make smart decisions about how to store your crypto.
Seed Phrase: The Master Key
When you create a wallet, you receive a seed phrase (also called a recovery phrase): 12 or 24 words in a specific order.
That seed phrase IS your private key in a human-readable format. Whoever has it has full control over your wallet.
Never write it digitally. Never photograph it. Never share it. Paper only, offline only.
Hot Wallets
A hot wallet is any wallet that is continuously or habitually connected to the internet.
They're the most convenient: install them as a browser extension or mobile app, and within seconds you can interact with any dApp, DEX or DeFi protocol.
They're also the most vulnerable. Being connected to the internet means exposure to:
- Phishing (fake sites impersonating real protocols)
- Malware that steals keys from the browser
- Malicious contracts that drain funds
- Mistakes when approving permissions
Golden rule: use hot wallets to trade and experiment, never to store savings.
The Most Widely Used Hot Wallets
MetaMask The de facto standard for the entire EVM ecosystem (Ethereum and compatible networks like Arbitrum, Base, Optimism, Polygon). Browser extension and mobile app. Works with almost any dApp.
Rabby MetaMask, but smarter. Rabby simulates transactions before you sign them, showing you exactly what's going to happen. It detects risky contracts. If you operate in DeFi regularly, Rabby is the more responsible choice for EVM.
Phantom The reference wallet for Solana. Clean, fast, and well-integrated with the Solana ecosystem (NFTs, DeFi, staking). Also supports Ethereum and Bitcoin, making it an interesting multi-chain option.
Slush / Sui Wallet For the SUI ecosystem. SUI has its own architecture (object model, different from Ethereum's account model), so it needs native wallets. Slush is the most recommended option currently.
Xverse / Leather For Bitcoin and its growing ecosystem (Ordinals, Runes, Stacks). Bitcoin has its own UTXO architecture and address formats different from Ethereum, so it needs specialized wallets.
Cold Wallets (Hardware Wallets)
This is where real savings live.
A cold wallet is a physical device (hardware wallet) that stores your private key completely offline. The key never leaves the device. It never touches the internet.
How Does It Work?
When you want to send crypto from a cold wallet:
- You connect the physical device to the computer (USB or Bluetooth)
- You prepare the transaction in the computer software
- The transaction is sent to the device to be signed internally
- The already-signed transaction is broadcast to the network
- At no point does the private key leave the hardware
Hackers can try to attack you from the internet all they want. There's nothing to attack: the key is in a physical chip with no network connection.
The Most Recommended Cold Wallets
Ledger The most popular on the market. Wide network and token support, Ledger Live app to manage your portfolio, and an ecosystem compatible with most software wallets. It's the most accessible starting point for hardware security.
Trezor Open source with an impeccable reputation among security purists. All firmware is publicly auditable. Especially valued by those who prioritize transparency over design.
Coldcard For the most serious bitcoiners. Bitcoin only, no distractions. Designed specifically for maximum BTC security: air-gapped signing (can sign without ever connecting via USB), auto-destruct PIN, and advanced features for multisig setups.
Non-negotiable rule: if you have more than you could afford to lose, you need a cold wallet. Not optional — common sense.
Why Does Each Blockchain Need Its Own Wallet?
This is the part that gets explained the least and causes the most confusion.
Every L1 blockchain has its own architecture, its own signing system, and its own address format. They're literally different languages.
Bitcoin — UTXO Model
Bitcoin uses the UTXO (Unspent Transaction Output) model. Addresses can start with 1, 3 or bc1 depending on the type (Legacy, P2SH or SegWit). The cryptography uses secp256k1 with ECDSA or Schnorr signatures (with Taproot).
Ethereum and EVM — Account Model
Ethereum uses an account model more similar to a traditional bank. All addresses start with 0x and are 42 characters long. The cryptography also uses secp256k1, which allows all EVM networks to share the same address format.
Solana — Ed25519
Solana uses the Ed25519 signing algorithm (different from secp256k1) and its addresses are in Base58 format (without ambiguous characters 0, O, I, l). Its execution model is completely different from Ethereum's.
SUI — Object Model
SUI uses its own object model where assets are objects with an explicit owner, rather than states in contracts. Its addresses are in hex format but with a different length than Ethereum. It supports Ed25519, Secp256k1 or Secp256r1.
That's why you need Phantom for Solana, Slush for SUI and Xverse for Bitcoin. It's not the developer's preference. They speak different languages at the protocol level.
Why Does MetaMask Work on Ethereum, Arbitrum, Base and Optimism?
Because Ethereum L2s are compatible with the EVM (Ethereum Virtual Machine).
The EVM is the virtual machine on which smart contracts run on Ethereum. Networks like Arbitrum, Optimism, Base, Polygon and zkSync use the same EVM (or a very close version), which means:
- Same address format (
0x...) - Same signing system (secp256k1 + ECDSA)
- Same contract standards (ERC-20, ERC-721, etc.)
For your MetaMask or Rabby, an L2 is simply another "tab": same key, different door. You just add the network in settings and you're done.
It's like using the same phone charger in different countries with the right adapter: the technology is the same, only the plug changes.
Does Solana Have L2s? What About SUI?
Solana doesn't need L2s in the same way as Ethereum.
While Ethereum scaled externally (moving transactions to secondary layers), Solana bet on scaling the L1 directly: high speed, low native cost. That's why Phantom works for the entire Solana ecosystem without needing to change networks.
SUI follows a similar approach: high-performance L1 with its own object model and native parallelism. Its wallets (Slush, Sui Wallet) work across the entire SUI ecosystem without additional layers.
The Recommended Setup
After years operating across different ecosystems, this is the setup I use and recommend:
| Use | Wallet |
|---|---|
| Daily DeFi on EVM and L2 | Rabby |
| Solana | Phantom |
| SUI | Slush |
| Savings and long-term | Ledger or Trezor |
And the rule I never break:
Hot wallet = what I can afford to lose. Cold wallet = what I cannot afford to lose.
There's no more philosophy than that. Separate operating capital from reserve capital and protect them differently.
Basic Security Checklist
Before finishing, a quick rundown of what you shouldn't skip:
- Seed phrase written on paper, never digital or in the cloud
- Copy of the seed in more than one secure physical location
- Separate wallet for farming, airdrops and new protocols
- Regularly review and revoke permissions at Revoke.cash
- Use Rabby to preview what you're signing before executing any transaction
- Verify contracts on Etherscan/Basescan before approving
- Never click unsolicited links in DMs
- Never click Google ads about DeFi (many are phishing)
Conclusion
Wallets aren't a boring technical detail you'll "learn about later."
They're the difference between actually owning your crypto or just thinking you do.
"Not your keys, not your coins."
It's been said a thousand times. It remains the most important truth in this entire space.
Save this article. And the next time someone asks you where to store their crypto, you know what to send them.
Related Links
Found this useful? Share it with your community
Weekly crypto analysis, free
Get market analysis, DeFi guides, and Hyperliquid updates to your inbox every week.
Related articles
- Stablecoins Explained: What They Are, Real Risks (Depeg), and Why They Power the Entire Crypto Market
Topical match: 2
A complete guide to stablecoins: what they are, why they are crypto’s backbone, key types (USDT, USDC, DAI, FDUSD, USDe), real-world risks like depegs, and how to read markets through stablecoin flows.
- Ultimate Crypto Security Guide: How to Protect Your Coins and Avoid Scams
Topical match: 2
A complete, human and experience-based guide to crypto security: from CEX and DEX risks to wallets, extensions, approvals, cold storage, diversification and habits to protect your funds and avoid scams.
- The 5 Mistakes I Made in My First Years in Crypto (And You're Probably Making Them Too)
Topical match: 1
I've been in crypto for years and made mistakes that almost every beginner trader repeats. These are the 5 that cost me the most and how to avoid them before the market charges you for them.
- Delta Neutral in Crypto: how to execute a DN strategy properly and avoid starting in the red
Topical match: 1
Advanced and practical guide to Delta Neutral strategies in crypto. Learn why most DN trades start negative and how to execute properly considering spread, volume, order types, fees and funding.

