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:
- Transactions are processed on Base (not Ethereum mainnet)
- Batched results (state roots) are periodically posted to Ethereum
- The results are assumed valid by default ("optimistic")
- During a 7-day challenge window, anyone can submit fraud proofs
- 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.