mev-toolkit/MEV_projects
2023-10-01 08:39:01 -07:00
..
cow_protocol add mevblocker rpc 2023-04-13 21:12:07 -07:00
dflow Update README.md 2023-02-08 09:27:42 -08:00
eden Update README.md 2023-02-08 17:36:04 -08:00
espresso rules and strategies of a protocol, by data always 2023-10-01 08:39:01 -07:00
flashbots mev economics 2023-04-15 19:00:40 -07:00
jito Update README.md 2023-02-08 09:29:59 -08:00
manifold manifold introduces mevETH 2023-04-15 18:10:59 -07:00
shutter Update README.md 2023-02-08 09:33:36 -08:00
skip add mev on osmosis 2023-03-07 06:39:12 -08:00
history.md rollups are not real, by jon charbonneau 2023-03-21 12:03:37 -07:00
README.md rules and strategies of a protocol, by data always 2023-10-01 08:38:36 -07:00

projects and research


tl; dr




what's the future of mev rewards?


here are some ideas (and below are some of the projects working on specific problems and solutions):


mev burning

  • instead of having to deal with certain centralized actors, the network would put in place mechanism to burn mev (inspired by the burn mechanism found within EIP-1559).
  • targets the centralizing potential that mev can have on validators, but removing the economic incentives of mev for validators.
  • in this ethresear.ch discussion, domothy recommends implementing an auction for the "right to build a block" on the network (happening at the validator level). networks slot times would change from 12 seconds to 16 seconds to allow for the period of bidding on block proposal rights.

mev smoothing

  • in this ethresear.ch and this, francesco propose "Smoothing MEV means reducing the variance in the MEV that is captured by each validator, with the ultimate goal of getting the distribution of rewards for each validator to be as close as possible to uniform: a staker would then get a share of rewards proportional to their stake, just like with issuance."
  • while smoothing is not available as an in-protocol ethereum, the general principle can be seen via smoothing liquid staking pools. rocketpool operates a voluntary smoothing pool see also eigenlayer discussions. mev-share from flashbots has also introduced a proposal for programmable provate orderflow that rewards users (through a matchmaking protocol between users and searchers).

mev sharing

  • while MEV smoothing/burning focuses on the end of the MEV supply chain and interactions between block builders and validators, mev sharing is in the beginning of the supply chain, for example with block builders that provide rebates (e.g. wallet-boost from blocknative).






resources