Citation

Zhang, A., Liu, Y., Shan, Y., Zhang, R., Wu, Y. “Order Flow Exclusivity and Value Extraction Mechanisms: An Analysis of Ethereum Builder Centralization.” arXiv:2605.04471v1 [cs.CR] (May 6, 2026). Tsinghua / KU Leuven / Cryptape & Nervos.

Setup

Ethereum builder market collapsed from a distributed landscape (no builder >20% in late 2022) to an oligopoly: by Sep 2024, Titan + Beaverbuild = 87.7% combined; by Dec 2025, BuilderNet absorbed Beaverbuild but concentration remained.

Existing research focused on influential (high-revenue) order flows. This paper closes two gaps: (1) EOFs (Exclusive Order Flows) — which order flows are exclusive vs which are public, systematically, including for small/emerging builders; (2) non-atomic MEV — only 13 instances had been documented before; the systematic landscape was unknown.

Two Methodological Contributions

1. KL-divergence-based exclusivity metric

Identifies all EOFs (164,249 order flows analyzed Sep 2023–Aug 2025) without two prior biases:

  • Endogeneity bias — high market share trivially leads to high captured order flow.
  • Sample-size confound — low-frequency flows produce stochastic errors.

Solution: KL divergence between an order flow’s bribe distribution across builders vs the aggregate builder market-construction distribution, weighted by the flow’s total bribe.

Result: identifies 75 EOFs (68 previously unreported) that account for 70.53% of trading-related builder revenue. Newly identified flows contribute 34.96% of total EOF bribe.

2. Supervised-learning identifier for non-atomic MEV

Manually labeled top 210 revenue-contributing order flows → ground truth. Decision-tree classifier with augmented feature set (entry-point contract aggregate stats: unique interacting addresses, average tx-frequency per sender). 92.06% accuracy.

Result: 322 non-atomic MEV order flows (316 previously undocumented) → 22.99% of total builder revenue. Newly identified contribute 39.84% of that subtotal.

Notable: top-2 non-atomic flows capture 56% of all non-atomic bribes. Power-law distribution (α = 1.47) means a persistent long tail of niche players remains active.

Four Eras of Builder Market Evolution

Weekly Herfindahl-Hirschman Index (HHI) traces a clear centralization trajectory. The four eras:

EraDefining feature
GenesisDistributed; no dominant builders
Algorithm WarsBuilders compete on technical sophistication; algorithm quality is the moat
EOF MoatsEOFs become the primary differentiator; “chicken-and-egg” most acute
Oligopoly (current)Titan + Beaverbuild + (BuilderNet) entrenched; EOF-bribe correlation with market share decoupled

Pearson correlation analysis: dominant builders had strong EOF-bribe ↔ market-share correlation during EOF Moats — but the relationship decoupled in the Oligopoly era. EOFs were instrumental in establishing dominance; incumbents now sustain market share via entrenched network effects that no longer require steady EOF income.

Central Thesis

Builder centralization is an emergent property of the PBS architecture itself, not just of EOFs or MEV per se. EOFs and non-atomic MEV are symptoms and catalysts, not the root cause. PBS systematically violates three prerequisites of a competitive market:

  1. Diminishing returns to scale — instead, scale → more EOFs → more revenue → more scale (positive feedback).
  2. Information symmetry — searchers selectively share private flow with preferred builders.
  3. Low entry barriers — chicken-and-egg dilemma blocks new entrants.

⟹ PBS framework facilitates an inevitable trajectory toward centralization.

Notable Quantitative Results

MetricValue
Order flows analyzed164,249
EOFs identified75 (68 newly unreported)
EOF share of trading-related revenue70.53%
Non-atomic MEV flows identified322 (316 previously undocumented)
Non-atomic MEV share of revenue22.99%
Top-2 non-atomic concentration56% of all non-atomic bribes
Power-law exponent (non-atomic bribes)α = 1.47
Builder market share (Sep 2024)Titan + Beaverbuild = 87.7%
Classifier accuracy (non-atomic MEV)92.06%
Data windowSep 2023 – Aug 2025; 5.23M blocks; 889M tx; 503,853 ETH in tips + bribes

Connection to Existing Wiki

Open Questions

❓ Does ePBS (EIP-7732) actually break the EOF flywheel, or just shift it onto on-protocol auction structures? The paper’s “PBS-as-architecture” thesis would predict no — the architecture is the cause.

❓ The Oligopoly-era decoupling of EOF-bribe vs market-share — is this causally network effects, or does it reflect that EOFs have reached a saturation point (no more incremental EOF revenue available beyond the entrenched ones)?

❓ How sensitive is the KL-divergence metric to the choice of aggregate baseline distribution? Robustness to baselines that themselves shift with market structure.

See Also