Why was the name changed from Miner Extractable Value to Maximal Extractable Value
What is frontrunning?
MEV definition
What are the monetary incentives for miners to find the next block?
Are miners only incentivised to reorganize transactions or might they also reorganize something else?
How is that attack called or reorganzing something else?
What is the problem with organising the block history?
Time-bandit attack
Undercutting attack
Miner forks the longest chain (ignores the current block). The miner does not build on top on the longest chain to get 20 but forks to get 270 and let the next miner get 250.
What are bidding wars?
When bots bid against each other trying to offer the highest transaction fee in order to be the first to leverage an MEV opportunity.
Disadvantages of MEV
- transaction fees can increase significantly.
What does MEV-Geth do?
Does MEV-Geth end MEV scene?
No. It is only a mechanism for bidders to bypass the Ethereum public mempool..
Is MEV quantifiable? And why?
No. MEV can be generated almost from any interaction of a user with a blockchain. Since smart contracts offer almost infinitely many ways for interaction it is infeasible to calculate an exact value.
Can lower bounds of MEV be calculated?
Yes. Lower bound can be calculated by summing the amount that has been extracted by known forms of MEV.
Is MEV larger than for Bitcoin or for Ethereum?
Can MEV be limited?
BTC: MEV can be reduced through limiting the Lightning Network (payment protocol)
Ethereum: impossible to restrict all possible implications of an application pattern.
How can MEV be mitigated?
–> all of these solutions require changes to the core Ethereum protocol