Try   HackMD

MEV-Boost Status Update - 2022-11-03

Quick summary of what's currently happening in and around MEV-Boost, as of Nov. 3, 2022.

Upcoming release of mev-boost v1.4.0

Updated getValidator relay data API

Profit-switching for the beacon node (WIP)

See also [RFC] Engine API: Add block value in response to engine_getPayload execution-apis#307 (geth PR)

Block scoring standard & Payment proofs (ongoing discussion)

Ongoing discussions [2] about how to define the "bid value".

Current options that are discussed:

  1. Payment transaction at the end of the block
  2. Proposer balance different before/after the block

Main considerations include:

  • Representation of "additional value provided to the proposer over a local EL block"
  • Ability for adding payment proofs to the bid, which reflect that score and can be verified by mev-boost

Inclusion lists (ongoing research)

Ongoing research on about adding inclusion lists, both outside and inside mev-boost.

There's several open questions, including authorization of setting an inclusion list for a proposer/slot, timing of sending the IL, and ability to verify successful inclusion and valid exclusion reasons inside mev-boost.

See also:

Allowing SSZ encoded payloads (in addition to JSON)

Currently, the beacon node communicates with the builder network exclusively with JSON payloads. SSZ encoded payloads would increase encoding and decoding performance significantly, and reliably shave off hundreds of milliseconds off the request roundtrips.

See also:

SSE subscription to trigger block building (stagnant)

Currently, block builders depend on a custom Prysm fork to trigger block production as soon as all parameters are available.

This could also be a simple SSE subscription on the beacon node.

See also https://github.com/ethereum/beacon-APIs/issues/244


Relays

Eight relays have been delivering payloads in the last 24 hours:

Relay Payloads (24h)
boost-relay.flashbots.net 4503
bloxroute.max-profit.blxrbdn.com 669
relay.edennetwork.io 259
bloxroute.ethical.blxrbdn.com 221
builder-relay-mainnet.blocknative.com 184
bloxroute.regulated.blxrbdn.com 101
mainnet-relay.securerpc.com 49
relayooor.wtf 41

(Source: Data API on the relays)

Note: multiple relays can deliver the same payload for a given slot (i.e. when a builder sends a winning bid to multiple relays).

Builders

The Flashbots relay, on average, receives 300 bids from 30 builders for any given slot. These are builders who submitted more than 100 winning payloads (landed on chain) in the last 7 days:

Builder Blocks (7d) Operator
0xb194b23027 6937 builder0x69
0xa1dead27fc 4628 Flashbots
0x81babe80f9 4249 Flashbots
0x81beef994f 3507 Flashbots
0xa4fb636772 2448 builder0x69
0x80c731d3d5 1753 bloXroute
0xa1daf014e9 1213
0x94aa4e7c67 1204 bloXroute
0x976e636013 1187 bloXroute
0x96a59dfc27 1081 beaverbuild.org
0x8eb7728ad0 359 eth-builder.com
0xb8fceee899 316 builder0x69
0x91afe2945a 190
0x8b8edc5fba 157 bloXroute
0xa30251d5b8 117
0x987ff8bb99 112
0x8d6e6c3efd 106

(Source: Flashbots Relay Data API)