Skip to content
On this page
  1. Key Takeaways
  2. What Drives Rollup Sequencer Revenue
  3. The Intuition
  4. How It Works
  5. Worked Example
  6. Common Mistakes
  7. Frequently Asked Questions
  8. Sources
  9. Disclaimer
← All concepts
Crypto & DeFiAdvanced5 min read

Sequencer Economics: How Rollups Earn Revenue

A sequencer is the node that orders transactions on a rollup, builds Layer 2 blocks, and posts the data to Ethereum. Rollup sequencer revenue is the gap between the fees users pay on Layer 2 and what it costs the sequencer to post that data to Layer 1, plus any value from ordering transactions.

Key Takeaways

  • A sequencer orders rollup transactions, builds Layer 2 blocks, and posts data to Ethereum.
  • Sequencer revenue is roughly user fees minus Layer 1 data costs minus operating costs, plus ordering value.
  • The common mistake is ignoring that one centralized sequencer can reorder or censor transactions.
  • EIP-4844 blobs cut the largest cost, data posting, which directly widens sequencer margins.

Key Takeaways

  • A sequencer orders rollup transactions, builds Layer 2 blocks, and posts data to Ethereum.
  • Sequencer revenue is roughly user fees minus Layer 1 data costs minus operating costs, plus ordering value.
  • The common mistake is ignoring that one centralized sequencer can reorder or censor transactions.
  • EIP-4844 blobs cut the largest cost, data posting, which directly widens sequencer margins.

What Drives Rollup Sequencer Revenue

Every rollup needs an operator to decide the order of incoming transactions and package them for Ethereum. That operator is the sequencer. It processes transactions, produces rollup blocks, and submits the batched data to the Layer 1 chain.

The sequencer has priority access and is the only entity authorized to submit batches to the on-chain contract. Other users queue their transactions in an inbox until the sequencer includes them. That position gives the sequencer both a job and a source of income.

The Intuition

Running a rollup costs money, mostly the fee to publish transaction data on Ethereum. To stay solvent, the sequencer must charge users more than that cost. The difference is its margin.

There is a second, subtler source of value. Because the sequencer decides transaction order, it can capture value tied to ordering, often called maximal extractable value, or MEV. Whoever controls ordering can place, delay, or insert transactions in ways that are profitable, which is why control of the sequencer is economically powerful and a center of debate.

This is why the question of who runs the sequencer is not just technical. The right to order transactions is a revenue stream, and a single operator that holds it captures both the fee margin and the ordering value. Spreading that right across many parties, through shared or decentralized sequencing, is partly a fairness and censorship question and partly a fight over who gets to keep this income.

How It Works

A user transaction fee on a rollup typically has three parts: the Layer 1 data publication cost, the Layer 2 execution cost, and a congestion component when Layer 2 demand is high.

Sequencer revenue ~= user fees collected
                     - Layer 1 data posting cost
                     - sequencer operating costs
                     + ordering value (MEV, priority fees)

The Layer 1 data cost is usually the biggest line. Before March 2024, rollups paid for permanent calldata on Ethereum, which was expensive. EIP-4844 introduced blobs, a separate and cheaper data lane that is pruned after about 18 days, which lowered this cost sharply and widened sequencer margins. On the ordering side, rollups commonly order transactions by priority fee, similar to Ethereum, so users can pay for better placement. Most rollups today run a single centralized sequencer, which captures this value but raises censorship and reliability concerns. Designs for decentralized and shared sequencers aim to spread that role across many parties.

The size of each cost shifts with conditions. When Ethereum is busy, blob demand can rise and the blob fee climbs, so the data line grows and squeezes the margin. When Layer 2 activity is high, user fees and ordering value rise, which can widen it. A sequencer that is profitable in calm markets can run thin or negative when base layer costs spike, so the business is more cyclical than a flat fee schedule suggests. This is why how a rollup prices its fees, and whether it subsidizes them to attract users, matters as much as the headline cost numbers.

Worked Example

Suppose a sequencer collects 10 ETH in user fees over a day. Posting that day's batched data to Ethereum as blobs costs 4 ETH, and running the infrastructure costs 1 ETH. The sequencer keeps 5 ETH before any ordering value.

Now imagine the same day before blobs existed, when data had to be posted as calldata for 8 ETH instead of 4 ETH. The sequencer would keep only 1 ETH, or could lose money if fees were lower. This is why EIP-4844 mattered so much for rollup economics: cutting the dominant cost roughly in this example turned a thin margin into a healthy one, and rollups passed part of the savings to users as lower fees.

Common Mistakes

  1. Treating the sequencer as a neutral pipe. A single sequencer controls ordering. It can delay or censor your transaction even if it cannot steal your funds.

  2. Ignoring data costs in fee analysis. The Layer 1 data posting cost usually dominates rollup fees. If you only look at execution cost, you misread why fees move.

  3. Assuming sequencer revenue all flows to users or Ethereum. With a centralized sequencer, most fee and ordering value is captured by the rollup operator, not shared with the base layer.

  4. Overlooking MEV from ordering. The right to order transactions has real value. Underrating it leads to a wrong picture of who profits and how.

  5. Confusing low fees with strong decentralization. Cheap transactions can come from a single efficient sequencer. Low cost says nothing about how distributed or censorship-resistant the rollup is.

Frequently Asked Questions

What is rollup sequencer revenue in simple terms? It is the money a rollup operator keeps after collecting user fees and paying to post data on Ethereum. Control over transaction order can add extra value on top.

How does sequencer revenue affect investment decisions? It shapes whether a rollup is sustainable and who captures its value. A rollup with thin margins or a single profit-taking sequencer carries different risks than one moving toward shared sequencing.

What is a real-world example of sequencer economics? If a sequencer earns 10 ETH in fees, pays 4 ETH to post data as blobs, and spends 1 ETH on operations, it keeps about 5 ETH before ordering value. Before EIP-4844 blobs, the data cost alone could have been double that.

How can investors think about sequencer risk effectively? Check whether the rollup uses a single sequencer or is decentralizing, look at how fees split between data costs and margin, and consider exposure to censorship. A practical rule is to treat single-sequencer rollups as carrying operator risk.

How is a sequencer different from an Ethereum validator? A validator proposes and attests to blocks on Ethereum, the base layer. A sequencer orders transactions on a Layer 2 rollup and posts the results to Ethereum, so it operates one layer up.

Sources

  1. Ethereum.org. "Optimistic Rollups." https://ethereum.org/en/developers/docs/scaling/optimistic-rollups/
  2. Ethereum.org. "Danksharding and Proto-Danksharding (EIP-4844)." https://ethereum.org/en/roadmap/danksharding/
  3. Ethereum.org. "Layer 2." https://ethereum.org/en/layer-2/
  4. Ethereum.org. "Maximal Extractable Value (MEV)." https://ethereum.org/en/developers/docs/mev/

Disclaimer

This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.

The IWP Substack

You understand the concept. Now see it applied.

The Investing With Purpose Substack turns ideas like this into research and risk-managed trade plans on real stocks, updated every week.

Read on Substack (opens in a new tab)

Related concepts