Add "MEV" page to developer docs [Resolves #3610]#3704
Add "MEV" page to developer docs [Resolves #3610]#3704samajammin merged 4 commits intoethereum:devfrom nathanhleung:nathanhleung/mev
Conversation
|
Thanks for the PR @nathanhleung Overall it looks really good. Got a few subject matter experts having a look before we merge because MEV isn't something I'm knowledgeable about 🙂 |
|
Some feedback I received:
|
|
Thanks for the feedback! I am still waiting to hear suggestions from some of my friends in the MEV space, but I will let you know once I make the changes they suggest and this PR is ready to be merged. |
timbeiko
left a comment
There was a problem hiding this comment.
Very good overview! Left a couple minor comments.
|
|
||
| ### The long tail {#mev-examples-long-tail} | ||
|
|
||
| DEX arbitrage, liquidations, and sandwich trading are all very well-known MEV opportunities and are unlikely to be profitable for new searchers. However, there is a huge long tail of less well-known MEV opportunities (NFT MEV is arguably one such opportunity). |
There was a problem hiding this comment.
s/less well-known/lesser known
|
Thank you for the thorough review! I've been busy this week, but just wanted to comment to say this PR is still on my mind and I hope to get to it fully this weekend. |
@nathanhleung no worries, thanks for keeping us in the loop 🙏 |
|
Made the changes y'all requested, let me know if I missed anything or you have any other suggestions. Thanks again for reviewing! |
samajammin
left a comment
There was a problem hiding this comment.
Looks great! Thanks again for this 🙏.
Made a handful of small tweaks - will accept those & merge.
|
|
||
| ## MEV extraction {#mev-extraction} | ||
|
|
||
| While in theory, MEV accrues entirely to miners, because miners are the only party that can guarantee the execution of a profitable MEV opportunity (at least in Eth1 — this will change in Eth2), in practice, a large portion of MEV is extracted by independent network participants referred to as "searchers." Searchers run complex algorithms on blockchain data to detect profitable MEV opportunities and have bots to automatically submit those profitable transactions to the network. |
There was a problem hiding this comment.
at least in Eth1 — this will change in Eth2
How so? Worth expanding on? Is this change in Eth2 just validators vs. miners, or something else?
Description
This PR adds a page about miner extractable value (MEV) to the developer docs.
Let me know what you think — I am also sending the deploy preview out to other folks I know in the MEV space for more feedback.
Related Issue
#3610
Link to deploy preview of the page: https://deploy-preview-3704--ethereumorg.netlify.app/en/developers/docs/miner-extractable-value/