mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-06-07 22:42:40 -04:00
block builders aggregation notes
This commit is contained in:
parent
ec3674f1e1
commit
311426a9e3
1 changed files with 11 additions and 4 deletions
|
@ -1,11 +1,18 @@
|
||||||
## block builders
|
## block builders on ethereum
|
||||||
|
|
||||||
### tl; dr
|
### tl; dr
|
||||||
|
|
||||||
|
* builders will aggregate txs from users, MEV searchers, and own private order flow to make the highest value blocks possible
|
||||||
* `blockValue` = `txFees` + MEV
|
* `blockValue` = `txFees` + MEV
|
||||||
* block bidding is carried out as a sealed bid auction
|
* block bidding is carried out as a sealed bid auction
|
||||||
* however, searchers can pay the builder through either coinbase payments and `txsFees`
|
* however, searchers can pay the builder through either coinbase payments and `txsFees`
|
||||||
|
* builders with exclusive private orderflow should create the most valuable block.
|
||||||
|
* 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
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### resources
|
### resources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue