Module 1 · Lesson 6 of 45

Blockchains & networks: where DEXes live

⏱ 6 min read ● Beginner Module 1 · Foundations: what a DEX is & why

A DEX does not float in space — it runs on a specific blockchain, and that choice quietly decides your fees, your speed and which tokens you can even reach.

The networks you will meet

NetworkWhat it isFeesNotes
EthereumThe original smart-contract chain (L1)High at peakDeepest liquidity, most tokens
Arbitrum · Base · OptimismLayer-2s built on EthereumLowInherit much of Ethereum's security
BNB ChainIndependent EVM chainLowHome of PancakeSwap
SolanaFast, non-EVM L1Very lowHome of Jupiter and Raydium
Sui · Aptos · Cosmos…Newer ecosystemsVariesTheir own wallets and tokens

EVM vs. non-EVM

Most chains are EVM-compatible (Ethereum, its layer-2s, BNB Chain), meaning the same wallet — such as MetaMask — and similar tokens work across all of them. Solana is the big non-EVM exception, with its own wallets (Phantom) and token standard. That is why you cannot simply point MetaMask at Solana.

Why the network decides your costs

  • Fees — the very same swap can cost a few dollars on Ethereum and a fraction of a cent on Solana or a layer-2.
  • Tokens — a token lives on a specific chain; if it is on Base, your wallet must be on Base to trade it.
  • Liquidity — a coin can exist on several chains, with different pool depths on each.

The rule that prevents most mistakes

Your wallet, the DEX and the token all have to be on the same network. Switching networks is a one-click action in your wallet — but sending tokens to the wrong one is a common and costly error. Moving assets between chains needs a bridge, which we cover in Module 4. For beginners, a cheap layer-2 like Base or Arbitrum, or Solana, is the friendliest place to start: low fees mean small mistakes stay small.

Key terms
Layer 1 / Layer 2A base chain (L1) like Ethereum, and the faster, cheaper networks (L2) built on top of it.
EVMThe Ethereum Virtual Machine — the standard that lets one wallet work across many chains.
Native coinThe chain's own coin (ETH, BNB, SOL) used to pay gas.
BridgeA service that moves tokens from one chain to another.
!Common mistakes
  • Having your wallet on the wrong network and thinking your tokens have vanished.
  • Sending tokens to an exchange or address on a different chain — they can be lost for good.
  • Assuming a token on one chain is the same as the identically-named one on another.
Finished reading? Track your progress through the journey.