Hook: The Numbers That Demand Explanation
Over the past 90 days, aggregate daily transaction fees on Ethereum’s leading ZK rollups—zkSync Era, Scroll, Linea, and Polygon zkEVM—have jumped 320%. Average throughput has stabilized above 15 TPS per chain, with peak days exceeding 40 TPS. That is not a blip. That is a sustained demand signal. Yet the same period saw Ethereum mainnet gas prices hover below 15 gwei for 73% of the time. The Layer 1 is quiet. The Layer 2s are noisy.
But here is the sand in the gearbox: the total value locked (TVL) on these ZK rollups has remained nearly flat at $4.2 billion for six weeks. If usage is up but capital is not flowing in, what exactly is driving the transaction volume? And more importantly, is this growth profitable for the operators?
I have spent the last five years auditing smart contracts, standardizing yield farming protocols, and building on-chain data verification tools. I know the smell of a vanity metric from a real one. This pattern—volume up, TVL flat, revenue uncertain—smells like a structural transition in how value moves through Ethereum, not a speculative mania. But that transition carries hidden costs that few are quantifying.
Context: The ZK Rollup Thesis Under Stress
Zero-knowledge rollups were always the promised land. They inherit Ethereum’s security without its congestion, produce validity proofs that eliminate trust assumptions, and compress hundreds of transactions into a single batch. For two years, the narrative has been that ZK rollups would absorb the flood of decentralized finance (DeFi) activity while keeping fees low and finality fast.
The reality is more nuanced. ZK proof generation is computationally expensive. Each proof currently costs between $0.50 and $2.00 in compute resources, depending on the circuit complexity and the proving backend used (e.g., Boojum, Plonky2, Halo2). At 15 TPS, a rollup processing 1.3 million transactions per day incurs proof generation costs upward of $650,000 per month—before sequencer fees, data availability costs, and infrastructure overhead.
Compare that to the revenue side. With average transaction fees on these rollups hovering around $0.03 to $0.08 (thanks to EIP-4844 blob space), daily revenue per chain sits between $39,000 and $104,000. Monthly revenue: $1.2 million to $3.1 million. That looks healthy on paper. But subtract the $650,000 proof cost, plus sequencer infrastructure ($50,000–$100,000 per month for a well-configured cluster), and the net margin starts to look razor thin—especially when transaction volume dips.
This is not a thesis against ZK rollups. It is a thesis for transparent cost accounting. The operators are running a high-volume, low-margin business. And they are doing it in a bear market where token prices are depressed, reducing the real value of any transaction fees paid in native tokens. If ETH stays at $2,500, the revenue side is stable but not lucrative. If ETH drops to $1,500, the margins shrink further because proof costs are denominated in fiat-equivalent compute.
Core: Seven-Dimensional Analysis of the ZK Rollup Revenue Surge
I will analyze this phenomenon using the same framework I apply when auditing protocol economics. These are not opinions; they are structural evaluations backed by on-chain data and operational experience.
Dimension 1: Revenue Composition and Profitability
Let’s take zkSync Era as a case study. Over the past 90 days, zkSync processed 112 million transactions. At an average fee of $0.05, that yields $5.6 million in gross revenue. Proof generation costs, using the Boojum prover, are estimated at $0.90 per batch. With batches submitted every 15 minutes, that is 96 batches per day, costing $86.40 daily in proof computation. But that is only the direct cost. The sequencer nodes, load balancers, and data storage add another $4,000 per month.
Wait—$86.40 per day? That seems low. But that is only the variable cost of running the prover on cloud instances. The capital expenditure for hardware is not included. Many ZK teams rent high-end GPU clusters from AWS or GCP to run provers. A single A100 GPU instance costs $3.50 per hour on demand. To generate proofs in real time, a rollup might need 10–20 instances running 24/7. That is $25,000 to $50,000 per month just in compute.
Verify everything. Trust the protocol. The total operational cost for a mid-tier ZK rollup sits between $200,000 and $500,000 per month. Against $1–$3 million in monthly revenue, the margins look comfortable—until you factor in team salaries, legal costs, and token incentives for liquidity mining. The real net margin could be as low as 10–20%.
Dimension 2: User Base Composition and Retention
The 320% transaction growth hides a critical detail: the percentage of transactions originating from real users versus automated bots and MEV searchers. On-chain analysis shows that on Linea, 62% of transactions come from addresses that interact with fewer than three unique contracts. That is a wash-trading or airdrop-farming signal. On zkSync, the number is 55%. The organic user base—addresses with repeated interactions over 30 days—accounts for only 18% of volume.
This is not a criticism of the rollups; it is a recognition that a significant portion of the current activity is incentivized or speculative. When these incentives end, transaction volume could drop by 40–60%. The revenue that remains must be supported by genuine DeFi, gaming, or remittance use cases.
Hype is noise. Standards are signal. The real measure of adoption is the ratio of unique daily active addresses to total transactions. For zkSync, that ratio has improved from 1:12 to 1:8 over three months. Progress, but not yet a healthy ecosystem.
Dimension 3: Technological Bottlenecks in Proof Generation
ZK rollups face a fundamental asymmetry: proving time scales with transaction complexity, not just count. A single swap on a DEX involves multiple state updates and signature verifications. A proof for a 1,000-transaction batch might take 10 minutes on a H100 GPU. That creates latency friction for applications requiring sub-second finality.
To address this, some rollups are adopting recursive proofs—where multiple proofs are aggregated into one. But recursive proofs increase computational cost by 30–50%, eroding the margin gains. Others are exploring proof outsourcing to third-party networks like Succinct or Risc Zero. That creates a decentralized proving market, but also introduces new trust assumptions and potential cost volatility.
Compliance is the new crypto currency. As proving costs become a line item on the balance sheet, operators must decide: do they own their hardware (capex-heavy but predictable) or rent it from cloud providers (opex-heavy but flexible)? The decision determines their resilience in a bear market.
Dimension 4: Competitive Landscape and Market Share
Ethereum’s ZK ecosystem is not a monolith. zkSync Era holds 38% market share by transaction volume, followed by Scroll at 27%, Linea at 20%, and Polygon zkEVM at 15%. But these numbers shift week to week based on incentive programs. Scroll’s recent "Scroll Sessions" campaign boosted its daily transactions by 150% in two weeks.
The hidden dynamic is the race for institutional custody. Coinbase’s Base may be an Optimistic rollup, but it has set a precedent for how exchange-backed rollups can eat market share. If a major exchange—say, Binance or Kraken—launches its own ZK rollup with subsidized fees, the independent rollups could lose their user base overnight.
Structure wins. Chaos loses. The rollup that survives will not be the one with the cheapest fees or the most airdrop hype. It will be the one that builds a self-sustaining economy of real applications—lending, trading, stablecoin transfers—that generate fees even when incentives taper.

Dimension 5: Regulatory Exposure and Compliance Risk
Transaction volume growth brings regulatory attention. ZK rollups, by design, obscure transaction details from the L1. That is a feature for privacy but a liability for compliance. The European Union’s MiCA framework and the U.S. Treasury’s sanctions enforcement require the ability to freeze or reverse transactions in certain circumstances.
Most ZK rollups operate with a trusted sequencer that can theoretically censor transactions. That centralized point is a compliance hook. But regulators may demand proof-level censorship—freezing an address at the circuit level. That is technically possible in some implementations but would destroy the zero-knowledge property.

I have seen this pattern before. In 2021, I helped authenticate NFTs using on-chain provenance tracking. The same tension exists: privacy versus accountability. The rollups that proactively implement compliant proof schemes—like selective disclosure of sender identity—will win the institutional business.
Dimension 6: Investment and Valuation Implications
Investors are pouring capital into ZK rollup teams. In 2024 alone, zkSync raised $50 million at a valuation above $5 billion. Linea secured $40 million. These valuations are based on future transaction volume projections, not current profitability.
But the math does not work at current fee levels. To justify a $5 billion valuation, a rollup must generate at least $250 million in annual free cash flow (assuming a 20x multiple). At current average fees of $0.05, that requires 5 billion transactions per year—14 million per day. That is an order of magnitude above current throughput. Either fees must rise (likely as bull market returns) or cost per transaction must drop (via advanced proving hardware or recursive proofs).
Verify everything. Trust the protocol. The market is pricing in a 10x increase in transaction volume within three years. That is possible, but it assumes that blockchain adoption continues at its current trajectory. Any major setback—regulatory, technological, or macroeconomic—could halve those expectations.
Dimension 7: Infrastructure and Capital Expenditure
Behind every ZK rollup is a capital-intensive infrastructure stack. Provers require high-performance GPUs. Data availability requires blob storage on Ethereum (paid in ETH) or alternative layers like EigenDA or Celestia. Sequencers require low-latency nodes.
Take Scroll as an example. It operates 12 sequencer nodes across three cloud providers (AWS, GCP, and a bare-metal provider in Europe). Monthly infrastructure cost: $85,000. Prover cluster (20 H100 GPUs leased): $140,000 per month. Data availability: $30,000 per month in blob fees. Total: $255,000 per month.
Against monthly revenue of $1.8 million (at current volume), that leaves a margin of $1.5 million. But that margin assumes no additional incentives for liquidity or users. Scroll currently spends $200,000 per month on incentive programs. Net margin: $1.3 million. Not bad. But if transaction volume drops 50%—and it will at some point—revenue falls to $900,000, while infrastructure costs remain fixed. That margin shrinks to $400,000. The team has a few months of runway, but not indefinite.
This is why I emphasize Structure wins. Chaos loses. The rollups that have already achieved scale can ride out volatility. The smaller ones—with 1/10th the volume but similar fixed costs—are one bad market week away from insolvency.

Contrarian: The Growth Is Real, But It’s Not What You Think
Every bullish analyst will tell you that 320% transaction growth proves the ZK rollup thesis. I agree with the data but not the interpretation. The growth is not primarily from organic DeFi or new users discovering Ethereum. It is from three mechanical sources:
- Airdrop farming: Users are executing large numbers of small transactions to qualify for future token drops. Once the snapshot is taken, these users disappear. zkSync’s token launch in 2024 showed this pattern clearly: transaction volume dropped 70% in two weeks post-airdrop.
- Cross-rollup bridging: Protocols like LayerZero and Stargate are facilitating liquidity migration between rollups. Each bridge transaction generates fees on both chains, inflating the activity count without adding net new value.
- Institutional test transactions: Banks and asset managers are running test batches before committing large sums. These are one-off or low-frequency. They don’t sustain monthly revenue.
The contrarian read is that the current transaction volume is a leading indicator of future adoption, but the current revenue is a lagging indicator that may never materialize if fees stay low. The real opportunity for ZK rollups is not in charging per transaction but in offering premium services—private mempools, priority inclusion, and verifiable compute—to institutional clients who will pay 10x the average fee for guarantees.
Compliance is the new crypto currency. The rollup that builds a compliance-friendly premium tier will capture the enterprise wallet. The rollup that competes on raw cheapness will win the airdrop farmers and lose them just as quickly.
I am not bearish. I am structurally realistic. The ZK rollup space is building the plumbing for a trillion-dollar financial system. But the current revenue numbers are not a reflection of that future. They are a reflection of a hyper-competitive market where every chain is buying growth with incentives. That is not sustainable.
Takeaway: The Next Inflection Point Is Cost, Not Volume
Transaction growth is a vanity metric. Profitability is the signal. The next six months will separate the ZK rollups that can generate positive cash flow from those that cannot. The key variable is not how many transactions they process but how much it costs to prove each one.
We are approaching an inflection point where custom hardware (ASICs for ZK proving) will drop the cost per proof by an order of magnitude. Rollups that have committed to hardware partnerships—like Polygon with its zkASIC efforts—will have a structural cost advantage. Those that rely on rented GPUs will be squeezed.
The question every operator must answer is not "How do we attract more volume?" but "How do we survive at 30% of current volume?" The winners will be those who build lean, automated infrastructure and a sticky user base that transacts for reasons beyond token incentives.
I have seen this pattern before—in 2017 with ICO compliance checklists, in 2020 with DeFi yield standards, and in 2022 with the Luna rescue. Those who plan for the worst and execute with discipline are the ones still standing five years later.
Hype is noise. Standards are signal. Watch the cost per proof. That number will tell you which rollup has real legs. The rest is just a race to zero.