What Is a Crypto Wallet?
A crypto wallet does not store your coins. It stores the key that lets you move them. Think of it like a key ring, not a safe.
Your coins live on the blockchain. A wallet gives you access, reading the ledger and signing transactions.
| Concept | Crypto Wallet | Bank Account |
|---|---|---|
| Who Holds Assets | You (via keys) | The bank |
| Access Method | Private key or seed phrase | Password and 2FA |
| Recovery Option | Seed phrase only | Customer support |
| Transaction Finality | Irreversible | Often reversible |
Your balance is on the blockchain, not inside the wallet. The wallet simply proves you own the address.
Public Key vs. Private Key
Every wallet creates a pair of keys. The public key is like your email address. You can share it freely.
The private key is the password that controls the funds. You must never share it.
Alice wants Bob to send her 0.1 BTC. She gives Bob her public address. She keeps her private key secret. Bob signs a transaction with his own private key.
Anyone can see the address on the blockchain. But only Alice can spend from it.
| Feature | Public Key | Private Key |
|---|---|---|
| Purpose | Receive funds | Send/spend funds |
| Analogy | Email address | Email password |
| Sharing | Safe to share | Never share |
| Format | Short alphanumeric string | Long alphanumeric string |
Seed Phrases Explained
A seed phrase is a list of 12 or 24 simple words. It acts as a master backup for your wallet.
With the seed phrase, you can recover all your private keys on any device. Protect it like gold.
John wrote his 12-word seed on paper and locked it in a drawer. His phone broke, but he restored everything using a new wallet app. The coins never moved — they stayed on-chain.
Losing the seed means losing the coins. Anyone who finds the seed controls the wallet.
Hot Wallet vs. Cold Wallet
Wallets come in two main flavors: hot and cold. Hot wallets connect to the internet. Cold wallets stay offline.
Hot wallets are good for small amounts and quick trades. Cold wallets are for long-term holding.
| Feature | Hot Wallet | Cold Wallet |
|---|---|---|
| Connection | Always online | Offline |
| Examples | MetaMask, Trust Wallet | Ledger, Trezor |
| Best For | Daily spending | Long-term savings |
| Security Level | Moderate | Very high |
| Cost | Free | $50–$200 |
Software vs. Hardware Wallets
Software wallets are apps on your phone or browser. They are convenient but vulnerable to malware.
Hardware wallets are physical devices. They keep your keys offline even when connected to a compromised computer.
Mia used a mobile wallet for buying coffee with crypto. When she inherited some ETH, she moved it to a hardware wallet. She treats the mobile one like a pocket purse and the hardware one like a vault.
| Category | Software Wallet | Hardware Wallet |
|---|---|---|
| Form Factor | App or browser extension | USB-like device |
| Key Storage | On device (encrypted) | Secure chip |
| Transaction Signing | Online | Offline |
| Typical Cost | Free | Paid |
Use a software wallet for small daily sums. Use a hardware wallet for savings you cannot afford to lose.
Custodial vs. Non-Custodial
On exchanges, the platform holds your private keys. That is a custodial wallet. It feels easy but carries risk.
A non-custodial wallet gives you full control. You also carry full responsibility.
Sam left 2 BTC on a crypto exchange. One day, the exchange froze withdrawals. Sam could only watch the price drop. He never forgot: "Not your keys, not your coins."
Custodial wallets feel like a bank but are not insured. Non-custodial wallets give freedom, but no safety net.
How a Transaction Happens
You hit send. Your wallet creates a message and signs it with your private key. The network checks the signature against your public key.
If valid, miners or validators add the transaction to a block. The whole process takes seconds or minutes.
| Step | Who Does It | What Happens |
|---|---|---|
| 1. Create | Sender wallet | Build a transaction message |
| 2. Sign | Sender wallet | Sign with private key |
| 3. Broadcast | Wallet to network | Send to mempool |
| 4. Validate | Network nodes | Check signature and funds |
| 5. Confirm | Miners/validators | Add to a block |
Common Security Mistakes
People lose crypto mostly through human error. Screenshotting a seed phrase, storing it in cloud, or sharing it online are fatal.
Always write the seed on paper. Keep multiple copies in different physical locations.
Tom saved his seed phrase as a text file on his laptop. A malware attack stole it. His wallet was emptied in minutes. He never saw the funds again.
| Action | Safe? | Reason |
|---|---|---|
| Store seed in cloud | No | Hackers can access it |
| Write on paper | Yes | Offline and durable |
| Share private key | Never | Full control given away |
| Use hardware wallet | Yes | Keys stay offline |
| Click random airdrop links | No | Often phishing scams |
Multi-Signature Wallets
A multi-signature wallet requires more than one key to approve a transaction. It works like a joint safety deposit box.
Businesses and shared funds use this to prevent any single person from running away with the money.
A DAO treasury required 3 of 5 board members to sign before moving funds. Even if one key got hacked, the money stayed safe.
Key Takeaways
| Key Point | What It Means | Action Item |
|---|---|---|
| Wallets hold keys, not coins | Funds live on the blockchain | Think of wallets as key managers |
| Private key = full control | Whoever has it owns the coins | Never share it with anyone |
| Seed phrase is the master backup | 12–24 words restore everything | Write it down, store it offline |
| Cold storage protects savings | Hardware wallets stay offline | Use for amounts you cannot lose |
| Custodial means trust | Exchange controls your keys | Move large amounts to your own wallet |
| Transactions are irreversible | No undo button in crypto | Double-check addresses before sending |