MEV, Orderflow, and the Hidden Economics of Blockchain Networks

MEV and blockchain economics

If you have used a decentralized exchange and wondered why you often pay slightly more than the quoted price, or received slightly less of the asset you were buying than you expected, you have felt the effects of MEV — Maximal Extractable Value. MEV is the value that can be extracted from a blockchain network by controlling the ordering of transactions within a block. It is one of the most important and least publicly discussed forces shaping the economics of blockchain networks, and understanding it is essential for anyone thinking seriously about blockchain infrastructure as an investment category.

At CloudWorx Capital, MEV has been part of our investment framework since our earliest discussions about where the hidden value flows in blockchain systems would determine long-term economic outcomes. Several of our portfolio companies work directly on MEV-related infrastructure — MEV protection, orderflow routing, and fair sequencing. This piece is our attempt to explain MEV clearly for an informed but non-specialist audience, and to share our view of the infrastructure opportunity it creates.

What MEV Actually Is

In a blockchain network, transactions do not execute the moment they are submitted. They first enter a waiting area — the mempool — where they sit until a block producer (a miner in a proof-of-work system, a validator in proof-of-stake) includes them in a block. The block producer has complete discretion over which transactions to include and in what order, subject only to the block size limit.

This discretion is the source of MEV. The order in which transactions execute determines who makes money and who loses money on certain kinds of trades. If Alice submits a large buy order for a token on a decentralized exchange, that order will move the price. Anyone who can see Alice's transaction before it executes — and insert their own transaction in front of it — can buy the token at the old price, let Alice's transaction push the price up, and then sell immediately at the higher price. This is called frontrunning, and it is a form of MEV that is structurally unavoidable in systems where transaction ordering is public and controlled by profit-maximizing parties.

Frontrunning is the most intuitive form of MEV, but it is far from the only one. Sandwich attacks — where an attacker places transactions both before and after a victim's trade to extract value from the price impact — are common on DEXes. Arbitrage between DEXes with stale prices extracts value when block producers prioritize the arbitrageur's transactions. Liquidations of under-collateralized positions in lending protocols create racing conditions where multiple bots compete to be first to collect the liquidation bonus. Each of these is a form of MEV that extracts value from ordinary users and transfers it to sophisticated searchers and block producers.

The Scale of MEV

MEV is not a trivial phenomenon. Billions of dollars of value have been extracted from Ethereum users through MEV over the past four years, with the vast majority going to bot operators (called "searchers") and validators rather than to the users whose transactions generated the value in the first place. On days with high DeFi activity, MEV extraction can be a significant fraction of total transaction fee revenue.

These numbers understate the true cost because they only measure MEV that was successfully extracted. The competition for MEV extraction also generates its own costs: gas wars between competing searchers inflate gas prices for everyone on the network during periods of intense MEV activity, wasting blockspace on failed transactions and making the network more expensive for all users. The infrastructure required to compete in MEV extraction — specialized bots, low-latency connections to validators, sophisticated simulation environments — represents a significant capital allocation that is economically productive only in the narrow sense that it captures MEV that would otherwise go to someone else.

The Proposer-Builder Separation Architecture

The most consequential structural response to the MEV problem has been the development of Proposer-Builder Separation (PBS) — a protocol design that separates the role of building blocks (selecting and ordering transactions to maximize value extraction) from the role of proposing blocks (including a block in the canonical chain). Under PBS, specialized "block builders" compete to construct the most valuable block, and "proposers" simply select the most profitable block from the builders' offers, pocketing the difference between the block value and their own costs.

PBS creates a more efficient market for MEV extraction by allowing specialized entities to optimize for block construction without requiring every validator to run sophisticated MEV extraction software. It also, importantly, makes the MEV extraction process more transparent and auditable — the competition between builders happens in an observable marketplace, rather than in the opaque mempool games that characterized earlier MEV extraction.

PBS has become the dominant block production architecture on Ethereum, with a substantial majority of blocks now going through specialized block builders. This architecture has given rise to a significant ecosystem of infrastructure companies: block building services, relay networks that connect builders to validators, orderflow routing systems that direct transaction volume to builders who offer rebates, and monitoring services that track MEV activity across the network.

MEV Protection Infrastructure

From an end-user perspective, the most important infrastructure response to MEV is MEV protection — systems that shield ordinary users from having their transactions exploited by sophisticated searchers. The core approach is private transaction submission: instead of broadcasting a transaction to the public mempool where any searcher can see and front-run it, a user submits their transaction directly to a block builder or relayer that commits to not using the transaction's information for MEV extraction before it is included in a block.

This approach works because of the market structure PBS creates. Block builders have strong incentives to maintain their reputation for honest transaction processing, because transaction flow is the input to their block building business and they cannot monetize that flow if users do not trust them with their transactions. A block builder that front-runs its customers' transactions will lose those customers to competitors who do not. This competitive dynamic creates space for MEV protection to be a durable market rather than a temporary fix.

The infrastructure for MEV protection has expanded significantly beyond the original private transaction submission approach. MEV-aware DEX routing — routing trades through execution venues that have structural protection against sandwich attacks — allows users to trade with significantly reduced slippage on large transactions. Intent-based trading systems, where users specify what they want to achieve rather than how to achieve it, abstract MEV exposure away from users and transfer the execution responsibility to solvers who compete on quality. Private mempools on Layer 2 systems that have sequencers provide structural protection against MEV extraction at the execution environment level.

Orderflow as a Strategic Asset

One of the most interesting strategic dynamics in the MEV ecosystem is the emerging importance of orderflow as a strategic asset. Orderflow — the stream of user transactions flowing through an application or wallet — is valuable because it can be routed to block builders or market makers who will pay for the right to process it, in exchange for providing users with better execution quality (lower slippage, higher fill rates) than they would get from public mempool submission.

The economic logic is straightforward: a block builder or market maker who has advance access to a large stream of predictable transaction volume can price and position more efficiently, extracting less MEV per transaction while still generating attractive economics because of the volume. This is why payment for orderflow — a practice common in traditional financial markets — has emerged in blockchain contexts. Wallets, DEX aggregators, and other applications with large transaction volumes can monetize their orderflow by routing to venues that pay for it, and users benefit from the resulting execution quality improvements.

The orderflow market is creating competitive dynamics that are reshaping the landscape of blockchain application economics. Applications that control large orderflow have a structural advantage: they can use it to improve user experience (through MEV protection and execution quality), to generate revenue (through orderflow payments), or both. This is why MEV and orderflow considerations have become important factors in how we evaluate applications with transaction volume, not just pure infrastructure plays.

The Fair Sequencing Problem

The fundamental issue underlying MEV is not searcher behavior — it is the fact that whoever controls transaction ordering has a structural advantage over everyone else. Proposer-Builder Separation improves the transparency and efficiency of MEV extraction but does not eliminate it. Private transaction submission shifts MEV from public searchers to trusted builders but does not eliminate it from the system. Genuinely solving the MEV problem requires addressing the ordering monopoly that any single block producer holds.

Various approaches to fair sequencing — transaction ordering protocols that remove the ordering discretion from block producers — have been proposed and partially implemented. First-come-first-served ordering, where transactions are included in strict arrival order without block producer discretion, eliminates certain forms of MEV but creates other problems (latency gaming, infrastructure centralization around low-latency connections). Commit-reveal schemes, where users commit to transactions before their contents are public, can prevent frontrunning but increase confirmation latency. Threshold encryption of the mempool, where transaction contents are encrypted until after ordering is determined, is technically elegant but requires significant changes to existing infrastructure.

None of these approaches has yet achieved widespread deployment, and the fair sequencing problem remains one of the most important open problems in blockchain protocol design. We view this as both a long-term intellectual challenge and a long-term investment opportunity.

Key Takeaways

  • MEV (Maximal Extractable Value) is the profit available to transaction orderers from inserting, reordering, or censoring transactions — billions of dollars extracted from users annually.
  • Proposer-Builder Separation has become the dominant block production architecture on Ethereum, creating a more transparent and efficient MEV market.
  • MEV protection infrastructure — private transaction submission, MEV-aware routing, intent-based execution — shifts MEV exposure from users to informed intermediaries.
  • Orderflow is emerging as a strategic asset for applications with high transaction volumes, enabling both revenue generation and improved user execution quality.
  • The fair sequencing problem — removing ordering monopoly from block producers — remains unsolved and represents a major long-term protocol design and investment opportunity.
  • Understanding MEV is essential for evaluating any blockchain infrastructure company whose economics depend on transaction volume or execution quality.

CloudWorx Capital has investments in MEV infrastructure and orderflow routing. See our portfolio for more, or get in touch if you are working on MEV-related infrastructure.

← Back to Insights Tokenomics Design Principles →