mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-03 20:04:14 -04:00
2.4 KiB
2.4 KiB
block builders on ethereum
tl; dr
- block builders have the same 3 sources of tx as validators did before the merge. they can:
- act as searchers and include their own MEV-extracting transactions.
- include txs submitted to them privately, including those submitted by external searchers (through a "bribe" through either coinbase payments or
txsFees
). - include pending tx broadcasted in the public mempool
blockValue
=txFees
+ MEV- builders will aggregate txs from users, MEV searchers, and own private order flow to make the highest value blocks possible
- builders having its blocks included consistently incentivizes more private order flow (searchers want their tx included)
- builder can be selling future blockspace upfront so market makers or protocols can secure block space for their transactions or users

resources
- builder specs, by the ef
- builder opens source, by flashbots
- flashbots block building algorithm
- etherscan blocks, mev blocks, and mev builders
- builder69.io endpoint for searchers (bundle/tx)
- mev-rs - gateway to a network of block builders
- mev order flow, the king of block builders
- fat stats for builders through mev-boost
- decentralizing the builder role, by vitalik
- mev and the rise of builders, by galaxy
- block builder decentralization is coming, but maybe not so soon, by ballsyalchemist
- the role of block building in the future of ethereum, by d. der werff
- running geth within sgx, by flashbots