このコンテンツは現在日本語に翻訳中です。
What is MEV, and how does it relate to the sandwich attack discussed earlier?
MEV (Maximal Extractable Value) is an umbrella concept referring to the extra profit any participant capable of influencing transaction ordering within a block can extract through that ordering power. The term was originally coined as "Miner Extractable Value," because in the early days it was primarily miners who held this ordering power; as Ethereum shifted to proof-of-stake, that power moved to validators, and the term's full name evolved to "Maximal Extractable Value" to reflect that this phenomenon isn't limited to miners specifically.
A sandwich attack is just one of many specific techniques under the MEV umbrella — profiting by inserting your own transactions before and after a victim's. Beyond that, MEV also includes plain front-running (no follow-up close needed, just completing a same-direction trade first), liquidation arbitrage (executing a profitable liquidation ahead of others), cross-DEX arbitrage (exploiting price differences between different exchanges), and more. Think of MEV as an entire category, with the sandwich attack being one of the most commonly discussed techniques within it, and the one with the most direct impact on ordinary users.
Why does MEV exist, and what mechanism gives block producers this ordering power?
A blockchain's basic design means that at any given moment, a large number of transactions are simultaneously waiting in the mempool to be packed into a block, and each block can only hold a limited number of transactions. This means a block producer (whether a miner or a validator) inherently has the power to choose which transactions this block will include and in what order — this power itself is an indispensable mechanism for the blockchain to function normally, not a design flaw.
The issue is that a transaction's execution outcome is often highly dependent on order (in the same trading pair, the price of a transaction executed earlier affects the price of one executed later), meaning whoever controls the order can deliberately arrange it to create extra profit for themselves. The fundamental reason MEV persists is that as long as a blockchain needs someone responsible for ordering transactions, the room to profit from that ordering power will always exist — this is an inherent characteristic of blockchain architecture, not a technical flaw that can be fully eliminated.
MEVは実際どのように抽出され、この業界の現在の運用エコシステムはどのようなものですか?
初期のMEV抽出は比較的原始的で、主にマイナー自身がmempoolを監視し、手動または簡単なスクリプトで利益を生む取引を挿入するというものだった。この分野が成熟するにつれ、明確な分業体制を持つエコシステムが形成された——「サーチャー」(searchers)はmempoolをスキャンして抽出可能なMEVの機会を見つけ、抽出戦略を取引バンドル(bundle)にまとめるアルゴリズムの開発を専門とする。「ビルダー」(builders)は多数のサーチャーが提出した取引バンドルから、自分に最も高い手数料をもたらすブロック内容を組み立てる責任を負う。「バリデーター」(validators)は複数のビルダーが提案したブロックの中から、最も高い手数料を支払うものを選んで実際にオンチェーンに提出する。
この分業エコシステムはPBS(Proposer-Builder Separation、提案者・ビルダー分離)と呼ばれ、MEVの抽出プロセスをより透明で競争的なものにし、少数のバリデーターに秘密裏に独占されないようにすることを目的としている。Flashbotsのようなインフラプロバイダーは、サーチャーがプライベートトランザクションプールを通じてビルダーと直接コミュニケーションできるようにし、公開mempoolで取引の意図を晒す必要がなくなる。これは、本シリーズの前段で触れた「プライベートトランザクションプールがサンドイッチ攻撃のリスクを下げられる」という技術的基盤でもある。
MEVは一般ユーザーにどのような実際の影響を与えますか?DeFAI製品を利用する際、この現象をどう捉えるべきですか?
一般ユーザーにとって、MEVの最も直接的な影響は、取引コストが表面上表示されているものより高くなる可能性があることである——合理的なスリッページ許容度を設定していても、MEV抽出者はフロントランやサンドイッチによって、あなたの実際の約定価格を理論上の最適価格より悪化させる可能性がある。このコストは通常、取引インターフェースに直接表示されないため、ユーザーに見落とされやすい。
DeFAI製品を利用するユーザーにとっては、そのエージェント自体が取引を実行する際にMEV保護を考慮しているか——プライベートトランザクションプールを通じて取引を送信しているか、組み込みのMEV防御メカニズムがあるかを確認する価値がある。さらに注目すべきなのは、MEVは「他者に抽出される」という側面だけではないということだ。一部の高度なDeFAI戦略は、それ自体がMEVを能動的に抽出するよう設計されている(清算裁定、クロスDEX裁定など)。あなたが使用しているエージェントがこの種の戦略に該当する場合、MEVの動作ロジックを理解することは、その戦略の利益源が合理的で持続可能かをより正確に評価する助けとなる。
公開されているオンチェーン分析プラットフォームの推定によると、Ethereumメインネットだけでも様々なMEV手法を通じて抽出される価値は年間数億ドルに達し、そのうち清算裁定、サンドイッチ攻撃、クロスDEX裁定が大部分を占めている。この規模は、MEVが初期の周縁的な現象から、専門的な分業を持つ相当な規模の産業エコシステムへと発展したことを示している。
MEV extraction itself is a legitimate profit source for block producers and searchers, and through mechanisms like PBS, the extraction process is becoming more transparent and competitive; but for an ordinary trading user, MEV means the actual execution price can be worse than the theoretical optimal price, a cost usually hidden within transaction slippage and hard to notice, requiring a trading route with MEV protection to reduce the impact.