Replies: 2 comments 3 replies
-
100 blocks is way too many IMO. 10 blocks would be way more than sufficient to avoid reorg attacks in just about all cases. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Could you go more in depth about how searchers could monitor if miners were misbehaving? And is it really impossible for this to be done in a way that preserves failed trade privacy? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current design of the FlashBots alpha uses a sealed be auction which aims to prevent pga type gas wars.
However, it creates information asymmetry between searchers and miners as miners can observe the content of the bundles.
Revealing the failed bundle submissions after a certain number of blocks, for example 100 blocks, would allow searchers to monitor how the bidding process behaved ex-post thus allowing them to identify if miners are miss-behaving.
Note: this breaks the guarantee of 'failed-trade privacy' as defined in the ethresearch post which may lead to accelerated alpha decay.
Issue: flashbots/mev-relay-js#39
Beta Was this translation helpful? Give feedback.
All reactions