mev-(miner-extractable-value)
MEV, або Miner Extractable Value, представляє прибуток, який майнер може отримати, маніпулюючи порядком транзакцій у блоці.
MEV виникає з можливості майнерів (або валідаторів у системах Proof-of-Stake) перевпорядковувати, вставляти або цензурувати транзакції в межах блоку. Це дозволяє їм витягувати вигоду з таких можливостей, як арбітраж, front-running та sandwich attacks. Витягнута вартість — це різниця між ціною, за якою майнер купує актив, і ціною, за якою він його продає, або прибуток, отриманий шляхом використання інформаційної асиметрії. MEV є серйозною проблемою в блокчейн-просторі, оскільки вона може призвести до перевантаження мережі, збільшення комісій за транзакції та несправедливих переваг для тих, хто має ресурси для її використання.
graph LR
Center["mev-(miner-extractable-value)"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Rel_front_running["front-running"]:::related -.-> Center
click Rel_front_running "/terms/front-running"
Rel_mev_extraction["mev-extraction"]:::related -.-> Center
click Rel_mev_extraction "/terms/mev-extraction"
Rel_mev["mev"]:::related -.-> Center
click Rel_mev "/terms/mev"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Перевірка знань
🧒 Простими словами
[MEV](/uk/terms/mev) for miners was like a cashier who could decide the order of customers checking out, letting themselves go first if they saw someone about to pay with a rare collectible.
🤓 Expert Deep Dive
The concept of Miner Extractable Value emerged prominently with the growth of decentralized finance (DeFi) on platforms like Ethereum, where on-chain activities created significant economic opportunities exploitable through [transaction ordering](/uk/terms/transaction-ordering). Miners, by controlling block composition, could capture value from arbitrage, liquidations, and other DeFi-native strategies. This power was often exercised through private channels or by observing the public mempool. The 'selfish mining' strategy is related, aiming to maximize block rewards by withholding discovered blocks, but MEV focuses on extracting value within a block. The transition to Proof-of-Stake (PoS) has shifted this power from miners to validators and block builders, leading to the broader term Maximal Extractable Value (MEV), but the fundamental principle of extracting value via block production control remains.