Skip to main content
CD Crypto Market Dispatch

The mechanics behind the market.

Trading Infrastructure

How Ethereum Rollups Turn Transactions Into Batches

Ethereum rollups compress many user transactions into one batch, then publish data and a state commitment to cut costs while preserving verification.

Crypto Market Dispatch Newsroom 3 min read
How Ethereum Rollups Turn Transactions Into Batches

Since Ethereum’s Dencun upgrade activated on March 13, 2024, rollups have bundled users’ signed transactions offchain, compressed the records and posted a batch to Ethereum instead of making every user buy mainnet blockspace. Dencun’s EIP-4844 changed the market beneath that process: batches could move from permanent calldata into temporary “blobs,” whose capacity and base fee are separate from ordinary execution gas. The result was not free computation. It was a cheaper data lane for proving what an offchain system did.

How does a rollup transaction batch work?

A sequencer receives transactions, chooses their order, executes them against the rollup’s state and periodically combines many records into one compressed payload. The batch also commits to the resulting state—typically through roots that let other participants reconstruct or verify the transition. Posting one payload spreads Ethereum settlement costs across all transactions inside it.

  • Users sign transactions and pay the rollup’s quoted fee.
  • The sequencer orders and executes them, then compresses shared fields.
  • The operator publishes batch data plus a state commitment to Ethereum.
  • Verifiers use the published data to check or reconstruct the new state.

“Rollup” describes the shared pipeline, not one verification rule. Optimistic rollups accept a posted result unless a watcher proves fraud during a challenge window. Zero-knowledge rollups attach a validity proof that Ethereum verifies. Both save money by moving repeated execution offchain while keeping enough data or proof onchain to make the outcome auditable.

Who pays, who takes risk and who collects the fees?

The sequencer collects L2 fees from users, pays for execution, proof generation where required, and Ethereum publication, then retains any margin; ordering may also create MEV. Ethereum burns the blob base fee, while a block proposer can receive the execution priority fee attached to the blob-carrying transaction. Because users pay before a batch is posted, the operator bears short-term risk that blob demand or L1 gas moves against its estimate.

Liquidity enters at the bridge, not in batching itself. A canonical bridge locks assets under protocol contracts, while fast-bridge market makers may pre-fund the destination chain. Those suppliers collect bridge fees or spreads and take inventory, smart-contract and reorganization risk. That distinction matters: a rollup can settle valid batches while users still face thin exit liquidity. A CryptoQuant community dashboard can supply broader flow context, but it does not reveal the composition or ordering of a specific batch.

Why are blobs different from calldata for builders?

Before Dencun, rollups commonly put compressed data in calldata, competing in Ethereum’s execution-fee market and leaving that data in chain history. EIP-4844 instead specifies blobs that are pruned after roughly 18 days and priced through their own demand market. That separation lowers the marginal publication cost when blobspace is available and reduces the permanent storage burden on nodes.

For builders, cheaper batches enable lower-value actions, more frequent state updates and app designs that would be uneconomic on mainnet. The constraint is that blobs remain scarce: congestion raises their fee, small or delayed batches waste economies of scale, and centralized sequencers can still censor or reorder transactions until escape mechanisms work.

Our view: batching is economically significant because it converts scarce settlement space into a shared wholesale input. It does not remove trust or liquidity bottlenecks; it relocates them to sequencer policy, proof systems, bridges and data availability. What remains unknown for any rollup is how competitive its sequencing becomes and how much of lower publication costs it passes through to users.

Topics in this dispatch

  • Trading Infrastructure
  • Protocol Economics

Related reporting