Home / Crypto / Academy / How crypto actually works

The major chains compared, and what each actually trades off

Every chain makes the same three way trade off. Once you can see which corner a chain chose, its behaviour stops being mysterious.

MODULE 40 OF 64 LEVEL 1: HOW CRYPTO ACTUALLY WORKS 13 MIN

The trade off every chain faces

The usual framing is the blockchain trilemma: decentralisation, security and scalability. You can have two comfortably. Pushing all three at once is where the engineering difficulty lives.

When a chain advertises enormous throughput and near zero fees, the honest question is which of the other two it traded, and the answer is usually node hardware requirements and therefore decentralisation.

The major chains, honestly

What each optimised for
Bitcoin
Security and decentralisation
Gave up programmability and throughput entirely. Around seven transactions per second, deliberately. Anyone can run a full node on modest hardware, which is the point. Never had a consensus failure.
Ethereum mainnet
Decentralisation and security
Gave up cheap throughput. Expensive when busy, and it hosts by far the deepest liquidity and the most battle tested contracts. Its scaling answer is rollups rather than raising its own capacity.
Ethereum rollups
Scalability, inheriting security
Arbitrum, Base, Optimism. Cheap and fast, settling to Ethereum. The trade is a sequencer, usually a single company ordering transactions, which is a genuine centralisation point even though funds remain secured by Ethereum.
Solana
Scalability and low cost
Extremely fast and cheap, with a single global state and no rollups needed. The trade is heavy validator hardware, which limits who can participate, and a history of network outages, though far fewer recently.
BNB Chain
Cost and throughput
Cheap and busy with a small validator set closely associated with Binance. Explicitly a trade of decentralisation for speed and cost. Very high density of low quality tokens.
Cronos
Ecosystem integration
EVM compatible, low fees, tightly linked to Crypto.com which gives it real fiat on ramps. Liquidity is a fraction of the majors, so slippage matters more than fees here.
Cosmos chains
Sovereignty
Each application gets its own chain, connected by IBC. Maximum flexibility and each chain must attract its own validators and security, so many are individually small.
Bitcoin layers
Extending Bitcoin
Lightning for payments, plus newer sidechains and rollups. Different security models, and none inherit Bitcoin's guarantees as directly as an Ethereum rollup inherits Ethereum's.

What actually decides which chain you use

In practice it is rarely the technology. It is these, in roughly this order.

  1. Where is the asset you want? If the token only exists on Solana, that decides it.
  2. Where is the liquidity? A cheaper chain with thin books can cost you more in slippage than an expensive chain with deep ones.
  3. What does a transaction cost relative to your size? Moving 50 dollars on Ethereum mainnet is wasteful. Moving 500,000 there is sensible.
  4. How will you get money in and out? Some chains have far better exchange support than others.
  5. What are you willing to trust? A single sequencer, a small validator set, a young bridge.
Transactions per second figures in marketing are theoretical maximums under ideal conditions, usually measured on simple transfers rather than real contract activity. Real sustained throughput is invariably far lower. Treat the number as advertising.

A practical default

For most people: hold long term on Bitcoin or Ethereum mainnet, do routine activity on an established rollup such as Base or Arbitrum, and use Solana if you are active in its ecosystem. Everything else should be a deliberate decision with a reason, not somewhere you ended up because a bridge suggested it.

READ NEXT

BEFORE YOU MOVE ON

Common questions

What is the blockchain trilemma?

The observation that decentralisation, security and scalability trade against each other. A chain advertising enormous throughput and near zero fees has usually traded decentralisation, typically through heavy validator hardware requirements.

Which blockchain should I use?

Usually wherever the asset and the liquidity are. Hold long term on Bitcoin or Ethereum, do routine activity on an established rollup, and treat anything else as a deliberate choice.

Is Solana better than Ethereum?

They optimised for different things. Solana is far faster and cheaper with heavier validator requirements and a history of outages. Ethereum is more decentralised and battle tested with higher mainnet costs, scaling through rollups instead.

Risk warning: crypto is highly volatile and largely unregulated. You can lose everything you put in. Nothing here is financial, investment or tax advice.

← PREVIOUS
Ethereum specifically: the world computer and its rollups
NEXT →
The research process: how a professional actually decides