Back to blog
EcosystemMarch 12, 2026·7 min read

What Is Base? — Coinbase's Ethereum Layer 2

What the Base blockchain is, why a publicly traded exchange built its own chain, how it works, and what the tradeoffs are.

#Base#Layer 2#Coinbase#Ethereum#OP Stack#L2

Coinbase Built Its Own Blockchain

In August 2023, Coinbase — the largest US crypto exchange and a Nasdaq-listed company — launched Base, its own blockchain mainnet. For a regulated exchange to operate its own chain was unusual, to say the least.

Base is an Ethereum Layer 2. It inherits Ethereum's security while cutting transaction fees by orders of magnitude. Since launch, its TVL (total value locked) has grown rapidly, pushing it into the top tier of L2 networks.

Built on OP Stack

Base is built on OP Stack, the open-source L2 development framework created by the Optimism team.

Base, OP Mainnet (Optimism), Zora Network, and others all run on the same OP Stack foundation. They form what Optimism calls the Superchain — a network of interoperable chains built on a shared base, designed to connect seamlessly with each other.

How Base Works: Optimistic Rollup

Base uses Optimistic Rollup:

  1. Transactions are processed on Base (not Ethereum mainnet)
  2. Batched results (state roots) are periodically posted to Ethereum
  3. The results are assumed valid by default ("optimistic")
  4. During a 7-day challenge window, anyone can submit fraud proofs
  5. If unchallenged, the batch is finalized

This approach maintains Ethereum's security guarantees while dramatically reducing cost. The downside: withdrawing assets from Base back to Ethereum requires waiting out the 7-day window. Third-party bridges offer faster exits for a fee.

Why Base Has Attracted Attention

1. Coinbase's credibility

Coinbase is a Nasdaq-listed company subject to SEC oversight. The "made by Coinbase" label lowers the psychological barrier for institutions and first-time crypto users who might be wary of anonymous blockchain projects.

2. 100 million existing users

Coinbase has over 100 million verified users worldwide. Any of them is a potential Base user. Moving assets from Coinbase's app to a Base wallet is straightforward by design.

3. Onchain Summer

The "Onchain Summer" campaign at launch seeded Base with hundreds of NFT projects, social apps, and mini-games. It bootstrapped a developer ecosystem quickly.

4. Low fees

Transactions that cost dollars on Ethereum mainnet cost fractions of a cent on Base.

Why Base Has No Native Token

Base does not have an official token. Network fees are paid in ETH. Coinbase earns a portion of those fees as revenue.

This is a deliberate choice. Issuing a token risks it being classified as a security under US law — a serious problem for a publicly traded company already under SEC scrutiny.

The implication for investors: there is no "BASE token" to buy. Exposure to Base's growth comes through ETH itself or through individual protocols built on Base.

Base's Major Ecosystem

Social / SocialFi

  • Farcaster: A decentralized social network where much activity flows through Base
  • friend.tech: A social token platform (briefly a major phenomenon in 2023)

DeFi

  • Aerodrome: Base's dominant DEX, at times the highest TVL DEX across all L2s
  • Moonwell: Lending and borrowing protocol
  • Morpho: Optimized lending infrastructure

Memecoins Base saw its own memecoin wave in 2024, with BRETT among the most notable.

The Centralization Tradeoff

Base's most significant criticism is its lack of decentralization.

Currently, the sequencer — the entity that determines transaction ordering on Base — is run exclusively by Coinbase. Unlike Ethereum with its hundreds of thousands of distributed validators, Base's transaction ordering is centralized.

In theory, Coinbase could:

  • Censor specific transactions
  • Halt the sequencer unilaterally
  • Change operating rules without community governance

Coinbase has stated long-term plans to decentralize, but today Base is, in practice, a centralized chain.

How to Think About Base

Base is best understood as an extension of the Ethereum ecosystem. It uses ETH as its currency, relies on Ethereum's security model, and is 100% compatible with Ethereum's developer tooling.

Its clearest value is lowering the entry barrier. A regular Coinbase user can access DeFi and NFTs without managing complex wallet setups, seed phrases, or network configuration.


Want to understand how Layer 2 rollups work mechanically? Try the Layer 2 module. For Ethereum mainnet fundamentals, the Ethereum module covers the architecture hands-on.

Want to experience it yourself?

Try ChainLearn's interactive modules to simulate the concepts directly.

Start Learning