← Back to blog

Published on Sat Oct 18 2025 00:00:00 GMT+0000 (Coordinated Universal Time) by Orkid Labs

TL;DR

  • Negative EV rate $I(t) = \max{0, -E(t)}$ measures blockchain capital inefficiency
  • Generation-exploitation dynamics: Inefficiency builds at rate $\alpha(t)$, drains via arbitrage at rate $\beta I(t)$
  • Entropy coupling: MEV is anti-entropy; profit $\Delta C \approx -\kappa \Delta S$ (entropy reduction)
  • Real-world evidence: Searchers send 350 failed probes per successful $0.12 arbitrage, burning 132M gas
  • Implication: Every MEV opportunity is a negative EV pocket waiting to be converted into profit

Introduction: What is Negative EV?

In traditional finance, expected value (EV) measures the average outcome of a bet or trade. Positive EV means profit over time; negative EV means loss. In blockchain systems, we extend this concept to EV per unit time—the rate at which value flows to or from market participants.

Key insight: When $E(t) < 0$ (negative EV rate), capital is being inefficiently allocated. This creates an arbitrage opportunity—a pocket of value that can be extracted by reordering transactions or executing optimal trades.

We formalize this as the inefficiency rate:

$$I(t) = \max{0, -E(t)} \geq 0$$

where:

  • $E(t)$ = expected profit rate at time $t$
  • $I(t) > 0$ when $E(t)$ is decreasing (negative)
  • Larger $I(t)$ = more unexploited value in the system

In continuous time:

$$\frac{d}{dt}E(t) = -I(t)$$

In discrete time (per block):

$$I_n = \max{0, -(E_{n+1} - E_n)}$$

Interpretation: $I_n > 0$ when expected profit drops between blocks $n$ and $n+1$. This drop is the “negative EV pocket” left for exploiters to convert into profit.


Generation-Exploitation Dynamics

How do inefficiency pockets form and disappear? We model this as a coupled system:

$$\frac{dI}{dt} = G(t) - E_{\text{arb}}(t)$$

$$\frac{dC}{dt} = E_{\text{arb}}(t)$$

where:

  • $G(t) \geq 0$ = generation rate (random user trades, external shocks)
  • $E_{\text{arb}}(t) \leq I(t)$ = exploitation rate (arbitrage)
  • $C(t)$ = cumulative capital credit to exploiters (realized profit)

Linear Closure Model

A simple mean-field approximation:

$$\frac{dI}{dt} = \alpha(t) - \beta I(t), \quad \beta > 0$$

$$\frac{dC}{dt} = \beta I(t)$$

Interpretation:

  • Inefficiency builds at rate $\alpha(t)$ (new user trades)
  • Inefficiency drains at rate $\beta I(t)$ (arbitrage proportional to current inefficiency)
  • Profit accumulates at the same rate inefficiency is drained

Discrete-Time Version

For block-by-block analysis:

$$I_{n+1} = (1 - \mu)I_n + \eta_n, \quad 0 \leq \mu \leq 1, ; \eta_n \geq 0$$

$$C_{n+1} = C_n + \mu I_n$$

where:

  • $\mu$ = fraction of inefficiency exploited per block
  • $\eta_n$ = new inefficiency introduced at block $n$

Example: If $\mu = 0.5$, half of each inefficiency pocket is extracted per block, and the other half carries forward.


Theory is great, but does this model match reality? Yes—dramatically.

Case Study: Base Arbitrage Bot

Consider a typical MEV searcher on Base (Ethereum L2):

Successful Arbitrage:

  • Profit: $0.12 (after $0.02 fees)
  • Gas consumed: 944,535 gas (~11.8% of an Ethereum block)
  • Cost: ~$2.80 at current gas prices

Search Cost:

  • Attempts per success: ~350 transactions
  • Total gas burned: 132 million gas (~4 Ethereum blocks)
  • Total cost: ~$980 per successful $0.12 arbitrage

Net result: The bot loses money on average, but occasionally captures a large arbitrage that offsets losses.

Failed Probe Transaction

Most searcher transactions are negative EV probes:

  • Gas consumed: 2,582,920 gas (32% of block)
  • Cost: $0.28 in fees
  • Profit: $0.00 (no token transfers, just oracle reads)

These transactions call AMM price oracles (slot0, getReserves, etc.) to check for arbitrage opportunities. They execute successfully but transfer 0 ETH.

In our model:

  • Each probe is a debit: $I_n > 0$ (negative EV for the network)
  • Each successful arbitrage is a credit: $\Delta C = \mu I_n$ (positive gain for searcher)

The 350:1 ratio means $\mu \approx 1/350 \approx 0.003$ for this bot’s strategy.


MEV as Anti-Entropy

We now connect inefficiency to information theory.

Entropy and Negentropy

Let $S(t)$ be the Shannon entropy of the on-chain state at time $t$ (in bits):

$$S(t) = -\sum_i p_i \log p_i$$

where $p_i$ is the probability of state $i$.

Intuition:

  • High $S$ = disordered, unpredictable market
  • Low $S$ = ordered, predictable market (exploitable structure)

Define negentropy (information):

$$N(t) = S_{\max} - S(t)$$

where $S_{\max}$ is maximum possible entropy.

Key result (Hughes et al.): Atomic MEV is any transaction with $\Delta S < 0$ (equivalently $\Delta N > 0$).

MEV Signal Rate

Define the MEV signal rate:

$$\Xi(t) = \frac{dN}{dt} = -\frac{dS}{dt}$$

Interpretation: $\Xi(t) > 0$ when entropy is decreasing (information is being extracted).

Over a block:

$$\Delta N = N_{\text{after}} - N_{\text{before}} = S_{\text{before}} - S_{\text{after}}$$

Positive $\Delta N$ = information gained (entropy lost) = MEV extracted.

Fundamental Theorem

Hughes et al. prove: “No non-trivial blockchain can be constructed without MEV.”

Why? Without MEV extraction, entropy would only increase (second law of thermodynamics). MEV is the negentropy that keeps the system useful by:

  1. Correcting price imbalances (reducing disorder)
  2. Enforcing arbitrage-free conditions (increasing predictability)
  3. Converting information into capital flows

Coupling Capital and Entropy

We can relate profit to entropy reduction:

$$\Delta C \approx -\kappa \Delta S$$

where $\kappa > 0$ is a coupling constant.

Interpretation: Profit is gained by the same amount that entropy is lost.

Coupled Dynamics

Combining inefficiency, entropy, and capital:

$$\frac{dS}{dt} = \alpha(t) - \beta E_{\text{arb}}(t)$$

$$\frac{dI}{dt} = \beta E_{\text{arb}}(t) - \mu I(t)$$

$$\frac{dC}{dt} = \mu I(t)$$

where:

  • $\alpha(t)$ = entropy injected by random transactions
  • $E_{\text{arb}}(t)$ = entropy removed by arbitrage
  • $\mu$ = efficiency of converting inefficiency into profit
  • $\beta$ = scaling factor

Energy conservation: Without extraction, entropy grows ($dS/dt > 0$) and no utility is generated. With extraction ($I > 0$), entropy is reduced and capital flows to searchers.


Implications for DeFi

1. Router Inefficiency

Problem: DEX routers don’t always find optimal swap paths.

Example: A multi-hop route yields less output than a direct swap would.

Result: A “routing inefficiency” pocket exists ($I_n > 0$).

Exploitation: A searcher inserts the omitted swap in one atomic transaction, converting negative EV into profit.

2. Smart Contract Design

Atomicity: Ethereum transactions allow bundles to reorder multiple pools in one block.

Entropy reduction: A bundle that corrects price imbalances decreases $S$ by equalizing pools.

Efficiency factor $\mu$:

  • Higher $\mu$: More efficient oracles, lower gas costs → more inefficiency captured
  • Lower $\mu$: High gas costs, poor contract design → inefficiency persists

MEV surface $\alpha(t)$:

  • Higher $\alpha$: More expressive state spaces (many price states) → more MEV opportunities
  • Lower $\alpha$: Simple contracts, fewer states → less MEV

3. Searcher Strategy

Observation: Searchers send hundreds of negative EV probes to find one profitable arbitrage.

Model interpretation:

  • Each probe is a debit ($I_n > 0$)
  • Each successful arbitrage is a credit ($\Delta C = \mu I_n$)
  • The ratio of probes to successes determines $\mu$

Optimization: Searchers want to maximize $\mu$ (success rate) while minimizing probe costs.


Mathematical Summary

Inefficiency Rate

Continuous time: $$I(t) = \max{0, -E(t)}, \quad \frac{d}{dt}E(t) = -I(t)$$

Discrete time: $$I_n = \max{0, -(E_{n+1} - E_n)}$$

Generation-Exploitation

$$\frac{dI}{dt} = \alpha(t) - \beta I(t), \quad \frac{dC}{dt} = \beta I(t)$$

Entropy Coupling

$$\Xi(t) = \frac{dN}{dt} = -\frac{dS}{dt}, \quad \Delta C \approx -\kappa \Delta S$$

Coupled System

$$\frac{dS}{dt} = \alpha(t) - \beta E_{\text{arb}}(t)$$ $$\frac{dI}{dt} = \beta E_{\text{arb}}(t) - \mu I(t)$$ $$\frac{dC}{dt} = \mu I(t)$$


Conclusion

We’ve introduced a formal framework for understanding blockchain inefficiency as negative EV per unit time. Key takeaways:

  1. Inefficiency is measurable: $I(t) = \max{0, -E(t)}$ quantifies capital misallocation
  2. MEV is anti-entropy: Arbitrage reduces entropy, converting disorder into profit
  3. Coupled dynamics: Inefficiency, entropy, and capital flows are interconnected
  4. Real-world validation: Searcher behavior (350 probes per success) matches our model
  5. Design implications: Contract efficiency ($\mu$) and state complexity ($\alpha$) determine MEV surface

The big picture: Every MEV opportunity is a negative EV pocket—a zone of low entropy where information can be extracted. Searchers act as Maxwell’s demons, tapping these pockets to convert free energy into profit. This unifies DeFi economics with thermodynamic intuition: arbitrage is anti-entropy, and capital flows mirror information flows in the blockchain.


Further Reading

  1. Hughes et al. (2023): “MEV and Entropy: A Thermodynamic Perspective on Blockchain Economics” - arXiv:2304.05600
  2. Daian et al. (2019): “Flash Boys 2.0: Frontrunning in Decentralized Exchanges” - arXiv:1904.05234
  3. Flashbots Research: MEV-Boost, MEV-Share, and empirical MEV data - writings.flashbots.net
  4. Ethereum Gas Tracker: Real-time gas costs and MEV activity - etherscan.io/gastracker

Built by Cadence System · “Research and infrastructure for MEV strategy and execution.”

Written by Orkid Labs

← Back to blog

Technical bridge

Move from analysis into a forwardable technical asset

This post is closest to technical review, routing logic, or infrastructure design. The strongest next move is to connect it to the protocol packet, then decide whether the team needs a launch brief or a commercial lane.

Try it now

Swap on Orkid

9 bps flat fee, gasless, MEV-protected. Live on Base, Ethereum, and Unichain. No ETH needed — the solver pays gas.

Open swap →

Technical packet

Review the Protocol Packet

Use the packet when the team needs a shared view of settlement mechanics, remediation framing, and audit posture before the next internal review.

Open packet →

Operator context

Get the field guide

Move into the field guide if the team needs practical operator framing before deciding on a deeper technical or commercial step.

Get field guide →

Shortlist and fit

Use comparisons or alternatives

When the question is no longer category education but shortlist fit, use the comparison surfaces to support an honest vendor evaluation.

See comparisons →
  • ZK Proving Systems Compared: Halo2, SP1, Plonky2, and STARKs

    ZK Proving Systems Compared: Halo2, SP1, Plonky2, and STARKs

    Eight zero-knowledge proving systems compared across proving time, proof size, verification, trusted setup, and ecosystem. A developer's guide to choosing a ZK system.

  • What Is Tokenized Credit Infrastructure?

    What Is Tokenized Credit Infrastructure?

    Tokenized credit is more than putting a loan on-chain. It is a full stack: SPV, token registry, compliance layer, and distribution. Here is how it works and why ERC-6909 matters.

  • What Is Surplus in DEX Aggregation?

    What Is Surplus in DEX Aggregation?

    When an aggregator routes your swap better than the quoted price, the difference is surplus. Some aggregators keep it. Some return it. Here is why that matters for your total cost.

  • What Is MEV and How to Protect Against It

    What Is MEV and How to Protect Against It

    Maximal extractable value costs DEX users millions. Here is what MEV is, how sandwich attacks work, and the four approaches to protection — private mempools, batch auctions, intent-based execution, and threshold encryption.

  • What Is ISO 20022 and Why It Matters for Blockchain

    What Is ISO 20022 and Why It Matters for Blockchain

    ISO 20022 is the global messaging standard for payments. Here is what it is, how it works, why banks are migrating to it, and what it means for blockchain settlement.

  • What Is Intent-Based Swap Execution?

    What Is Intent-Based Swap Execution?

    Intent-based execution lets users sign a message describing what they want, and solvers compete to fill it. Here is how the model works and why it's different from traditional DEX trading.

LLM Resource Index llms.txt