block proposal duty will be discussed. Block proposals are random and rare, on average once every ~6 months ↗ but they provide the majority of the rewards a validator receives.
Ethereum is a sequencer
Even thoughBased Sequencing has only more recently been discussed ↗ in the context of L2s, the Ethereum L1 has always been a sequencer.

This may change in the future with features such as
FOCIL ↗,
BRAID ↗,
and Execution Tickets ↗ but as
of writing, Ethereum validators still have absolute control during their block
proposal.


MEV Boost
Most Ethereum validators choose to delegate Ethereum block building to a network of specialized builders and searchers through MEV-boost ↗ or other sidecars like commit-boost ↗. Maximal extractable value (MEV) is a huge topic ↗ but from the perspective of an Ethereum validator, it’s simple:Someone will pay for control over the exact order of transactions within blocks.

priority fee can be set higher so that validators have an incentive to include a particular tx first in a block. But there are cases where even greater control over the tx ordering can yield much higher rewards. This could be simple arbitrage between a centralized exchange and a DEX or a more malicious sandwich attack ↗, but if there’s money to be made (and there’s a lot of money ↗ to be made!) then someone will pay for it.
This is where MEV Boost ↗ and other sidecars come in. Finding the optimal tx order to maximize MEV is a highly sophisticated and resource-intensive activity. To allow any validator, even solo home stakers to participate in this highly competitive endeavor, a block-building marketplace was created. All a validator has to do is run the MEV Boost client and tell it which relays it wants to use. From the perspective of a validator, this is a win-win. They can opt-in and opt-out at any time, it’s free to use, and they get paid significantly more for each block proposal! There’s even an option to set a min-bid parameter so that if a validator receives a low offer for your proposal from the MEV Boost builders, they can still build their own blocks locally.

| MEV Boost - Pros | MEV Boost - Cons |
|---|---|
| • Free to use • Opt-in and opt-out at any time • Set min-bid value as a fallback for local (vanilla) block building | • Centralizing effect due to hyper-specialized block builders • Can decrease censorship resistance of Ethereum (FOCIL ↗ helps with this) |
blind sign the block header without seeing what will eventually be included in the block. This can be risky. If the block builder submits an invalid block or doesn’t even send the full block, the validator will miss their proposal. Relays are used as the mediators for multiple block builders, and can check that blocks are valid and give validators a trusted point to query the current highest bid for their proposal slot.

Sequencing all the way up
Ethereum is a sequencer for its own transactions. A validator can choose to order the txs in their block proposals themselves or outsource it to specialized block builders through MEV Boost to significantly increase their rewards. But what if the sequencing concept is extended further? What if instead of sequencing only the Ethereum L1 blocks, Ethereum validators also sequenced L2 blocks? This isL2 Based Sequencing and is the foundation of L2 Based Rollups.

