# What is Base? Coinbase's Ethereum L2 for stablecoin payments

> Base is Coinbase's Ethereum Layer 2, built on the OP Stack and home to a growing USDC payments ecosystem. Here is how it works, where it fits in the stablecoin landscape, and how it compares to a payments-first L1 like Tempo.

6 min read · Updated 2026-06-09 · Topic: chains

Canonical: https://tempo.dataos.so/articles/what-is-base-ethereum-l2

Base is Coinbase's Ethereum Layer 2. It launched in August 2023, built on the OP Stack — the same open-source framework that powers Optimism — and has grown into one of the most actively used L2s, with a TVL of approximately **$12 billion** by mid-2026 and a stablecoin supply of roughly **$4.6 billion**, almost entirely in USDC.

For anyone building or sending stablecoin payments, Base is worth understanding: it sits at the intersection of Coinbase's distribution scale, Circle's USDC infrastructure, and Ethereum's security guarantees, at a fraction of Ethereum mainnet's cost.

## What Base is and how it works

An **Ethereum Layer 2** is a blockchain that runs on top of Ethereum, inheriting its security while processing transactions off the main chain to keep fees low. Base handles transaction execution independently of Ethereum mainnet, then periodically posts compressed transaction data (and, post-Azul, fraud proofs and ZK proofs) back to Ethereum L1. Ethereum is the settlement layer; Base is the execution layer.

The OP Stack is a modular L2 framework. Base shares its underlying architecture with Optimism and a growing number of other chains in what Optimism calls the "Superchain" ecosystem. This means Base benefits from shared development, security research, and eventual cross-chain interoperability within that ecosystem.

Coinbase built and maintains Base, but Base is a separate public blockchain — it is not Coinbase's internal database or a custodial service. Users control their own private keys. Coinbase operates the current sequencer (the node that orders transactions), which is the most significant centralisation point in Base's current architecture.

## USDC on Base: native, not bridged

The stablecoin story on Base starts with USDC. Circle issues USDC natively on Base — meaning Circle mints it directly on the chain, just as it does on Ethereum mainnet. This matters because it eliminates **bridge risk**: a bridged USDC is a wrapped representation of USDC from another chain, which carries smart-contract risk in the bridge itself. Native USDC carries only Circle's issuer risk.

Base holds approximately **$4.1–4.5 billion in USDC** as of mid-2026, making it the largest USDC market outside Ethereum mainnet. Coinbase's position as both the chain operator and a major USDC distribution channel (Coinbase exchange, Coinbase Wallet, Coinbase's merchant payment products) drives that concentration.

Coinbase Wallet's Simple Mode subsidises USDC transfers on Base to zero for retail users — Coinbase covers the gas cost as a user acquisition strategy. Outside Simple Mode, a standard ERC-20 USDC transfer on Base costs **$0.005–$0.05** depending on L1 calldata pricing at the time.

## Fees and performance

Base's fee structure has two components: an L2 execution fee (paid to the sequencer) and an L1 data fee (the cost of posting transaction data to Ethereum). The L1 data component is what has historically driven Base fees higher than "pure" L2 competitors; the Ethereum Dencun upgrade (March 2024) reduced this substantially by introducing "blobs" for L2 data posting.

In 2026, typical Base fees for a USDC transfer run **$0.005–$0.05**. These are well below Ethereum mainnet ($0.50–$5+) and broadly comparable to other OP Stack chains.

Observed TPS on Base runs at roughly **150 transactions per second** in normal operation, with burst capacity near 2,000 TPS. The **Base Azul upgrade** (May 28, 2026) deployed a dual TEE+ZK proof system and set the stage for significantly higher throughput — the long-term target is 1 gigagas per second, though production delivery of that figure is measured in years.

## Finality on Base: two speeds

Base, like all optimistic L2s, has two notions of finality:

**Soft finality** arrives in **1–5 seconds** — the Base sequencer has confirmed and ordered the transaction. Most wallets, dApps, and centralized exchanges treat soft finality as sufficient for user-facing confirmations. From a user's perspective, this feels instant.

**Hard finality** is when the transaction is provably settled on Ethereum L1. Before Base Azul, this took **7 days** — the fraud proof challenge window for optimistic rollups. After Azul's TEE+ZK hybrid proof system, this has been cut to approximately **1 day**. Hard finality is relevant for large withdrawals from Base back to Ethereum mainnet, but not for Base-to-Base transfers.

The sequencer that produces soft finality is currently operated by Coinbase. If the sequencer goes offline or produces invalid transactions, there are safety mechanisms — but a single sequencer is a centralisation risk that Base's decentralisation roadmap (toward Stage 2) is designed to address over time.

## Who Base is for

Base's strengths align with a specific user profile:

- **Coinbase users** who are already in the Coinbase ecosystem find Base the path of least resistance — Coinbase Wallet integrates it natively, and Coinbase exchange offers direct Base withdrawals.
- **USDC-centric applications** benefit from the native issuance, deep liquidity, and Circle's close partnership with Coinbase.
- **EVM developers** get full Ethereum tooling compatibility — Solidity, Foundry, Hardhat, Viem — on a cheap, fast chain with strong adoption.
- **DeFi protocols** benefit from the $12 billion TVL and a growing user base.

## Base vs Tempo: the architectural split

Both Base and Tempo are cheap, EVM-compatible chains with stablecoin payments as a meaningful use case. The differences are in architecture and design intent.

| Dimension | Base | Tempo |
|---|---|---|
| **Type** | Ethereum L2 (OP Stack, optimistic + ZK) | Payments-first L1 |
| **Typical fee** | $0.005–$0.05 | Target < $0.001 |
| **Gas token** | ETH | None — USD stablecoin |
| **Soft finality** | 1–5 seconds | Sub-second (deterministic) |
| **Hard finality** | ~1 day (post-Azul) | Sub-second (same — no distinction) |
| **Sequencer** | Single (Coinbase-operated) | Distributed validator set (Stripe, Visa, Zodia Custody, MoneyGram) |
| **Primary stablecoin** | USDC (native) | TIP-20 USD stablecoins (USDT0, USDC.e, DLUSD, others) |
| **Payment-native features** | No (general-purpose L2) | Yes — Payment Lanes, ISO-20022 memos, Fee AMM, MPP |

The core architectural difference: Base is a general-purpose L2 that happens to be well-suited for USDC payments. Tempo is a chain designed only for payments. That distinction produces different answers on gas token (ETH vs USD stablecoin), finality model (soft/hard vs single deterministic), and feature set (general EVM vs payment-specific primitives like Payment Lanes and ISO-20022 memos).

The soft/hard finality split on Base is not purely academic. A business that needs to verify a payment is irrevocably settled — not just sequencer-confirmed — faces a different answer on Base (about a day) than on Tempo (sub-second). For many consumer use cases, soft finality is sufficient. For wholesale settlement between institutions, the distinction matters.

Base's gas-token situation is Ethereum's: users must hold ETH to transact, or rely on a paymaster arrangement to abstract it. Coinbase has smoothed this in its own wallet, but the structural requirement for ETH exists at the protocol level. Tempo removes it at the protocol level.

## The honest picture

Base is a well-executed L2 with a distribution advantage that few chains can match. Coinbase's reach — the largest US exchange, tens of millions of retail accounts — gives Base a user acquisition channel that is genuinely unique. Native USDC issuance and the developer ecosystem make it a natural choice for applications targeting English-speaking retail and DeFi.

Its limitations relative to a payments-first design are real: a single sequencer, a finality model with two speeds, ETH as the gas token, and fees that, while cheap, are still an order of magnitude higher than Tempo's target. These are trade-offs inherent in the OP Stack architecture, not failures of Base's implementation.

For the broader chain comparison, see [blockchains for stablecoin payments, compared](/articles/stablecoin-chains-comparison). For finality in detail, see [what is transaction finality?](/articles/transaction-finality-explained).

## FAQ

**What is Base?**

Base is an Ethereum Layer 2 blockchain built by Coinbase on the OP Stack (Optimism's open-source L2 framework). It launched in August 2023. It inherits Ethereum's security and EVM compatibility while offering much lower fees than Ethereum mainnet.

**Is USDC on Base safe?**

USDC on Base is natively issued by Circle — not bridged. That means there is no bridge smart-contract risk for the token itself. Circle mints USDC directly on Base, so each token is backed the same way as USDC on Ethereum mainnet.

**What is the difference between soft finality and hard finality on Base?**

Soft finality is when Base's sequencer confirms your transaction — this happens in 1–5 seconds and is what most wallets and apps treat as final. Hard finality is when the transaction is provably settled on Ethereum L1. After the Base Azul upgrade (May 2026), hard finality takes roughly one day, down from seven. For payments between Base users, soft finality is generally sufficient.

**How does Base compare to Tempo for payments?**

Base is a general-purpose Ethereum L2 with strong USDC distribution and cheap fees ($0.005–$0.05 per transfer). Tempo is a purpose-built payments L1 with no gas token, sub-cent fees targeting under $0.001, deterministic sub-second finality, and protocol-native features like Payment Lanes and ISO-20022 memos. Base is the better choice for USDC-heavy apps in the Coinbase ecosystem; Tempo is designed for payment flows that need finality guarantees and no gas-token friction.

## Sources

1. [Base — Network fees documentation](https://docs.base.org/base-chain/network-information/network-fees)
2. [Coinbase — Introducing Base](https://help.coinbase.com/en/coinbase/other-topics/other/base)
3. [Chainspect — Base TPS & TTF](https://chainspect.app/chain/base)
4. [DefiLlama — Base stablecoin supply](https://defillama.com/stablecoins/base)
5. [Paradigm — Tempo, a payments-first blockchain](https://www.paradigm.xyz/2025/09/tempo-payments-first-blockchain)

---
Neutral, sourced explainer from tempowiki. Index: https://tempo.dataos.so/llms.txt
