A crypto wallet is the single most important tool in DeFi — and the most misunderstood. It does not actually hold your coins. Your coins live on the blockchain; the wallet holds the keys that prove they are yours and let you authorize moving them.
Once that clicks, everything else makes sense: lose the keys and you lose access; share the keys and someone else can spend your funds.
Hot vs. cold
- Hot wallet — software connected to the internet (a browser extension or phone app). Convenient for daily trading, but the keys touch an online device.
- Cold wallet — a hardware device that keeps keys offline and only signs when you physically confirm. Far safer for value you are not actively trading.
The wallets you'll actually use
| Wallet | Type | Best for |
|---|---|---|
| MetaMask | Software (EVM) | Ethereum, layer-2s, BNB Chain |
| Phantom | Software (Solana + EVM) | Solana, increasingly multi-chain |
| Rabby | Software (EVM) | Power users; clearer transaction previews |
| Ledger / Trezor | Hardware (cold) | Securing larger balances |
Your wallet must match the network — an EVM wallet like MetaMask won't open a Solana DEX, and vice versa (see Lesson 6).
Connecting to a DEX
- Click Connect Wallet on the DEX and pick your wallet.
- Approve the connection request — this only shares your public address, nothing more.
- From then on the site can read your balances, but every actual transaction still needs your signature.
Connecting is free and low-risk. The risk lives in what you sign afterwards — which is why the security module spends so much time there.
A practical starter setup
A sensible arrangement: a software wallet (MetaMask or Phantom) for day-to-day swaps with smaller amounts, and a hardware wallet for anything you hold long-term. You can even connect a Ledger through MetaMask — the familiar interface with offline key security. We expand on this in Wallet hygiene.
- Believing the wallet 'stores' your coins. It stores keys; the coins are on-chain.
- Installing a wallet from a search ad or random link. Only use the official site or an official app store.
- Keeping your entire net worth in one hot wallet that you also connect to risky new dApps.