Module 2 · Lesson 7 of 45

The crypto wallet: your key to the DEX

⏱ 6 min read ● Beginner Module 2 · First steps & practice

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

WalletTypeBest for
MetaMaskSoftware (EVM)Ethereum, layer-2s, BNB Chain
PhantomSoftware (Solana + EVM)Solana, increasingly multi-chain
RabbySoftware (EVM)Power users; clearer transaction previews
Ledger / TrezorHardware (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

  1. Click Connect Wallet on the DEX and pick your wallet.
  2. Approve the connection request — this only shares your public address, nothing more.
  3. 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.

Key terms
Private keyThe secret that controls one account and signs its transactions.
Public addressYour wallet's shareable 'account number'; safe to give out to receive funds.
Hot walletA software wallet whose keys live on an internet-connected device.
Cold / hardware walletA physical device that keeps keys offline and signs on-device.
!Common mistakes
  • 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.
Finished reading? Track your progress through the journey.