Today Flashbots releases v0.2 and introduces bundle merging. That means that Flashbots miners can now mine multiple bundles per block.
A thread digging into this huge release and what that means 👇🏻
Flashbots gives users a way to communicate their transaction ordering preferences to miners via "bundles."
Bundles are groups of transactions executed in the order they are provided. Either the entire bundle is executed, or none of it is.
Bundles are typically very sensitive to ordering: you don't want other transactions to come before you & make a transaction your bundle fail
How did we deal with that sensitivity? We limited bundles included to 1 per block placed at the top of the block
An example arbitrage at the top of the block from the inimitable @mevalphaleak
Today most Flashbots bundles are for arbitrage and sandwiches, with a small but growing liquidation population and a long tail of other interesting things
Since Flashbots launched this has been very successful!
Over 100,000 bundles have been included on chain, leading to more efficient MEV extraction and new profits for searchers and miners.
But historically a ton of value has been left on the table. For a given block if you looked at random arbitrage and liquidation bundles they probably don't conflict!
Theoretically you can include both of those bundles in any order at the top of a block.
How many bundles should be included? In what order? How do you figure that out quickly? These are tough questions. Our algorithm for this is here: hackmd.io/@flashbots/cor…
tl;dr sort by profit, try adding bundles in a sequence, build parallel blocks w/ different #s of bundles
Today bundle merging went live for the 1st time 🥳
Ethermine mined the 1st multi-bundle block which you can see below. 3 different bundles were included in this block. They came from 3 different searchers & interacted with 6 tokens, and 4 DeFi protocols
The actual "profit" will be a bit lower due to the opportunity cost of including bundles (missed gas fees), but regardless that's a massive increase in miner revenue per block.
& by the way that gets internalized by stakers in ETH2
Historically each Flashbots block has led to an average of ~0.2 ETH profit - with a big increase lately with market volatility - with the limitation of only including one bundle.
We expect that profit per block will see a substantial increase from bundle merging.
Lastly bundle merging also opens up the door to regular users getting their transactions included via Flashbots much more often!
Now you are no longer competing with bots to be the only bundle in a block🙂
As always check out our Github to learn more and get involved and thank you to the tireless and amazing Flashbots team who makes all of this possible.
It's a golden age for searchers. Late enough that Flashbots and DeFi exists, but not so late that massive institutions are competing for MEV.
Even still the barrier to entry for the top strategies is getting higher very quickly. It's probably a few months of work to catch up to the best backrunning arb bots now.
It is funny to think about the early days of Flashbots when there was literally 1 market maker, 1 ESD bot, and 2 arb bots sending bundles. Unbelievably good opportunity to make money back then.
At a glance it looks vulnerable: an admin provides a string that is used as a key. Anyone that calls a function w/ 1 ETH and the string takes away 30 ETH.
So just find the admin's transaction and copy the string, right?
Wrong. Hidden away in Etherscan is an internal call that updates the string. You can't see the update on Etherscan, but plugging this into ethtx.info makes it clear the correct string has been updated.
Interestingly within hours of deployment a few people tried to exploit this honey pot. Looks like 3 ETH was trapped, and the creator made away with that and their initial 30 ETH.
In January Flashbots released Flashbots Alpha v0.1, a proof of concept communication channel between miners and users that enables transparent and efficient MEV extraction.
Since then we've seen rapid adoption, and now over 30% of blocks on Ethereum are Flashblocks.
Flashbots has two types of direct users today: searchers & miners
Searchers are users who send transactions via Flashbots - today these are mostly bot operators extracting MEV
Miners are the block producers of Ethereum today, who want to extract MEV in a fair & transparent way