Ethereum Block Production Architecture

EIP-7732 ePBS Explained: Ethereum Builders, Proposers, Payments, and Censorship Risk

EIP-7732 ePBS moves proposer-builder separation from Ethereum's external block-building middleware into the consensus protocol itself. Instead of depending on a trusted relay to escrow a builder's hidden execution payload, verify its promised payment, and reveal the payload after the proposer signs, enshrined proposer-builder separation introduces protocol-recognized builders, signed execution payload bids, delayed payload revelation, builder payment accounting, and a Payload Timeliness Committee. The objective is not simply to replace MEV-Boost. It is to remove a critical relay trust dependency, separate consensus validation from execution validation in time, lengthen the propagation window available for large execution payloads, and create a more explicit protocol foundation for Ethereum's block-building market.

TL;DR

  • Proposer-builder separation already exists operationally through MEV-Boost, builders, and relays, but the exchange between proposer and builder depends on external middleware and trust assumptions.
  • EIP-7732 introduces builders as protocol-recognized, staked entities and lets the consensus proposer commit to a signed execution payload bid instead of carrying the full execution payload inside the initial beacon block.
  • The builder's bid commits to key payload information including the execution block hash, builder identity, slot, fee recipient, gas limit, value, and blob commitments.
  • The protocol can deduct the builder's committed payment from its beacon-chain balance and later route the corresponding withdrawal to an execution address selected for the proposer.
  • The builder reveals the full execution payload separately after the beacon block commitment. A Payload Timeliness Committee checks whether the expected payload and blob data appeared on time.
  • PTC members do not need to perform full EVM validation before their timeliness vote. Full execution validation is moved away from the first critical consensus deadline.
  • This delayed-validation architecture gives validators more time for execution and data-availability work and can support substantially larger execution payloads without placing all validation inside the current hot path.
  • ePBS removes the need for a trusted relay for the core fair exchange of payload and payment, but it does not prevent builders and proposers from continuing to use off-protocol services for additional functionality.
  • ePBS does not automatically decentralize the builder market. Sophisticated builders can still benefit from superior orderflow, capital, latency, searcher relationships, infrastructure, and execution strategies.
  • ePBS also does not eliminate transaction censorship. FOCIL is a separate inclusion-list design intended to strengthen transaction inclusion guarantees, and it is not scheduled for Glamsterdam in the current network-upgrade specification.
  • The most useful way to evaluate ePBS is to separate three questions: who builds the payload, who chooses the builder, and which protocol rules determine payment, payload availability, and canonical inclusion.
  • For users, MEV and transaction ordering remain relevant. Enshrining PBS changes the infrastructure around block production, not the economic incentive to compete over valuable transaction ordering.
Protocol status EIP-7732 is in Review and is scheduled for inclusion in Glamsterdam.

As of August 18, 2026, EIP-7732 remains a Standards Track Core proposal in Review. The Glamsterdam Meta EIP lists enshrined proposer-builder separation among the EIPs scheduled for inclusion, while final activation epochs and timestamps for Sepolia, Holešky, and Ethereum mainnet have not yet been published in the activation table. Production operators should therefore follow client releases and network-upgrade announcements rather than assuming an activation date from development milestones alone.

For prerequisite reading on Ethereum protocol architecture and advanced execution topics, begin with the TokenToolHub Blockchain Advanced Guides. To understand why specialized transaction ordering became economically important in the first place, the MEV in Crypto guide provides the economic background behind arbitrage, liquidations, orderflow competition, builder specialization, and value extraction around Ethereum transactions.

How proposer-builder separation works before ePBS

Ethereum's protocol selects a validator to propose a beacon block for each slot. That validator can technically construct its own execution payload using its local execution client. In practice, a large block-building market emerged because specialized builders can often assemble more valuable payloads than a normal validator operating only from its local public mempool.

Builders compete by collecting public transactions, private orderflow, searcher bundles, arbitrage opportunities, liquidation transactions, and other sources of value. They arrange those transactions into candidate execution payloads and offer part of the resulting block value to the validator that has the right to propose the slot.

The basic economic split is straightforward. The builder specializes in constructing an economically optimized block. The proposer owns the temporary right to publish the canonical block. The proposer wants the highest reliable payment. The builder wants the proposer to commit to its payload without stealing the underlying transaction ordering strategy.

The difficult part is fair exchange. The proposer does not want to sign a promise for a payload that turns out to be invalid, unavailable, or worth less than advertised. The builder does not want to reveal its full profitable payload before the proposer is committed, because a proposer that can see the block could theoretically reconstruct or steal parts of the builder's strategy.

MEV-Boost and the relay architecture solve this using external middleware. Builders send full candidate payloads to relays. Relays inspect those blocks, verify required properties, and expose blinded headers and bid values to proposers. The proposer sees the commitment and price without initially seeing the complete transaction list. After the proposer signs the blinded block, the relay releases the full execution payload.

The proposer

The proposer is the validator selected by Ethereum consensus to propose the beacon block for a particular slot. In a locally built block, the proposer can obtain an execution payload from its own execution client. When outsourcing construction, the proposer compares bids from external builders and chooses one.

The proposer is not necessarily an expert in searcher orderflow, arbitrage routing, private transaction markets, or sophisticated MEV extraction. PBS exists partly so validators do not need those capabilities merely to remain competitive in staking revenue.

The builder

A builder assembles the execution payload. It chooses transaction ordering, includes public and private transactions, evaluates bundles, determines profitable combinations, satisfies protocol validity requirements, and creates a payload that pays the proposer while preserving some economic value for itself and its upstream participants.

Block building is competitive infrastructure. Superior builders can benefit from lower latency, better simulations, exclusive orderflow, more sophisticated optimization software, direct searcher relationships, stronger networking, and enough capital to support complex strategies.

The bid

A bid tells the proposer what the builder is willing to pay for the right to have its payload associated with the slot. Under the external relay model, the proposer generally evaluates blinded payload headers and their offered value without seeing all underlying transactions.

The bid therefore acts as both a commitment and an economic offer. The proposer needs confidence that the payload exists, is valid, will be revealed after signing, and actually produces or delivers the promised payment.

The execution payload

The execution payload contains Ethereum's execution-layer block data, including the ordered transactions and the resulting execution metadata. This is where transaction ordering, MEV opportunities, user swaps, liquidations, token transfers, contract calls, and fee-recipient economics ultimately appear.

Before ePBS, the full payload is returned through the external builder and relay flow and incorporated into the beacon block proposal process under the current protocol architecture.

The relay

A relay sits between builders and proposers. It receives full blocks from builders, verifies candidate payloads, checks bid and payment conditions, keeps transaction content hidden from the proposer until commitment, routes the highest valid offers, and releases the payload after the proposer signs the blinded block.

This role is operationally powerful because both sides rely on relay behavior. Builders need fair payload routing and protection from premature disclosure. Proposers need the relay to supply valid data, accurate bids, and timely payload revelation.

Payment before ePBS

In the widely used external builder workflow, a builder can set itself as the execution payload's fee recipient, collect execution-layer value, and include an ETH transfer to the proposer's configured fee-recipient address. The relay validates the expected payment before forwarding the bid.

The protocol itself does not currently enforce the entire builder-proposer marketplace as a native consensus exchange. That missing enforcement layer is one of the central problems EIP-7732 targets.

Why the current relay architecture contains trust

The relay is not trusted in the same way as a wallet custodian holding a user's private keys, but it occupies a sensitive coordination position. The proposer signs before receiving the full payload. The builder reveals its block to the relay before the proposer has committed. The relay therefore mediates information asymmetry between the two participants.

A relay must validate builder submissions correctly, avoid presenting fraudulent bid values, protect builders from payload theft, respond quickly enough for strict slot deadlines, and release the correct full payload after the proposer signs. Relay reputation, monitoring, redundancy, and software quality become part of the validator's production reliability model.

A proposer can connect to multiple relays to reduce dependence on one operator. MEV-Boost can aggregate bids across those configured endpoints. This improves redundancy but does not transform the builder-proposer exchange into an Ethereum consensus rule. The validator is still depending on off-protocol parties to perform the fair-exchange role.

This external architecture was extremely useful because it allowed PBS-like economics to be deployed before Ethereum had native PBS. EIP-7732 should therefore not be understood as the protocol declaring relays a failed idea. It is an attempt to absorb the most security-sensitive part of a successful external design into consensus.

What EIP-7732 moves into the Ethereum protocol

EIP-7732 changes the structure of block validation by separating the consensus block from the execution payload both logically and temporally. The beacon block no longer needs to carry the complete execution payload at the first stage. Instead, it contains a signed execution payload bid from the selected builder.

That bid commits to the payload the builder intends to reveal later. The consensus layer recognizes builders, maintains builder-related state, accounts for pending builder payments, and tracks whether execution payloads became available. Ethereum validators also receive a new payload-timeliness responsibility through the Payload Timeliness Committee.

The proposal therefore enshrines several functions that today depend heavily on external coordination: builder identity inside consensus state, the builder's payload commitment, the economic payment obligation, separate payload revelation, timeliness signaling, and fork-choice treatment of blocks whose execution payload is present or missing.

FunctionExternal PBS / MEV-Boost modelEIP-7732 ePBS model
Block constructionSpecialized builders create execution payloads outside the base protocol.Specialized builders can continue building payloads, but builders become recognized participants in the consensus design.
Bid routingBuilders submit to relays, and MEV-Boost can aggregate relay bids for the proposer.Signed builder bids have protocol-defined structures and dedicated consensus-layer propagation.
Payload escrowA relay sees and holds the complete payload before the proposer signs the blinded block.The builder commits to the payload and later broadcasts the signed execution payload envelope separately.
Payment enforcementRelays verify execution-layer payment behavior and bid claims under external rules.The consensus layer can deduct the committed payment from the registered builder's balance and queue payment to the proposer.
Payload availabilityRelay reliability and timing are critical to reveal the payload after signature.A Payload Timeliness Committee attests to whether the expected payload and blob data were available on time.
Initial block validationConsensus and execution validation occur under the existing slot timing constraints after the complete block arrives.Consensus validation can proceed before full execution validation, moving execution work away from the first critical deadline.
Relay requirementExternal relays are central to trust-minimized outsourced construction.The core fair exchange can occur without requiring a trusted relay, although optional external services can still exist.

Before and after: relay-mediated PBS versus protocol-enforced ePBS

The architectural change is easiest to see as a difference in who guarantees the exchange. Before ePBS, the relay sits at the center of the builder-proposer handshake. With ePBS, Ethereum consensus handles the bid commitment, payment accounting, payload availability signaling, and fork-choice consequences.

External PBS compared with enshrined PBS The upper flow shows builders sending full payloads to trusted relays, relays sending blinded bids to proposers, and proposers receiving payloads after signing. The lower flow shows protocol-recognized builders broadcasting signed bids, proposers committing in the beacon block, builders revealing payload envelopes, and the PTC signaling timeliness. Before ePBS: external relay fair exchange The relay protects the builder's payload while giving the proposer confidence in the bid and later reveal. Builder Constructs full payload and payment transaction Relay Validates payload escrows transactions routes blinded bid Proposer Signs blinded block then receives payload full payload blinded bid External trust and availability boundary Builders and proposers depend on relay correctness, timing and fair routing. With EIP-7732: protocol-enforced exchange The initial beacon block carries a builder commitment. The complete execution payload arrives separately. Staked builder Broadcasts signed bid commits payload hash and payment value Consensus proposer Selects builder bid publishes beacon block payment becomes pending Payload + PTC Builder reveals envelope PTC checks timeliness and blob availability execution validates later Ethereum consensus enforces the core exchange Bid commitment, payment accounting, payload availability signaling and fork-choice treatment become protocol logic.
Before 1

Builder constructs a payload

The builder sends the complete candidate execution payload to an external relay.

Before 2

Relay validates and blinds

The relay verifies the payload and payment conditions, then forwards a blinded bid to the proposer.

Before 3

Proposer signs before seeing transactions

After the proposer commits, the relay releases the complete execution payload.

ePBS 1

Builder broadcasts a protocol bid

The signed bid commits to the payload and payment using protocol-defined data structures.

ePBS 2

Proposer commits in the beacon block

The consensus block identifies the chosen builder commitment without carrying the full payload immediately.

ePBS 3

Builder reveals the payload separately

The execution payload envelope is propagated after the consensus block commitment.

ePBS 4

PTC checks timely availability

Execution validation can continue later while consensus already has a protocol signal about payload presence.

What an EIP-7732 builder bid commits to

The signed execution payload bid is much more than a price advertisement. It binds the builder to information needed to connect the later execution payload to the correct consensus context.

The current EIP structure includes the parent execution block hash, parent beacon block root, committed execution block hash, prev_randao, fee-recipient information, gas limit, builder index, slot, value, execution-payment information, and blob KZG commitments. The builder signs the bid using the protocol-defined builder signing domain.

The block hash commitment is especially important. A builder is not merely saying it will build something for this slot. It commits to a specific execution block hash. When the payload is later revealed, validators can check that it is the payload associated with the original bid.

The beacon block contains the selected signed execution payload bid. This replaces the direct inclusion of the execution payload in the initial beacon block body under the EIP-7732 design.

Why the payload can remain hidden at the initial commitment stage

The proposer does not need to inspect the complete transaction sequence to choose between economic offers. It needs a valid commitment, builder identity, payload parameters, and payment value. Delaying the full payload reveal preserves the builder's ability to keep profitable ordering information private until the proposer has committed.

That is the same broad fair-exchange goal the relay serves today, but the commitment is now understood by Ethereum consensus rather than only by external middleware.

Builders become protocol-recognized entities

EIP-7732 introduces builders as a distinct type of participant tracked in beacon state. The builder record contains a BLS public key, execution address, balance, deposit epoch, withdrawal information, and related lifecycle data.

A builder is not simply a normal validator under another name. Builders do not take on the ordinary validator duty of continuously attesting to the chain merely because they registered as builders. Their consensus-layer balance exists primarily so the protocol can support builder-specific economic guarantees, especially payment to proposers.

This is a major architectural choice. If payment enforcement remained entirely on the execution layer, Ethereum would need to verify that payment funds existed and that the necessary transfer transaction was correctly positioned without first executing the entire payload. The EIP instead uses consensus-layer builder balances to make the payment enforceable at the commitment stage.

Registration raises a new operational surface

Builders need to manage protocol credentials, deposits, balances, withdrawals, signing keys, execution addresses, bidding systems, payload construction, and P2P communication. A builder that is excellent at transaction optimization but unreliable at protocol operations can lose opportunities or create payload-availability failures.

The design therefore moves some responsibilities away from relays but does not eliminate specialized infrastructure. It changes which functions are consensus-critical and which services can remain optional.

EIP-7732 slot walkthrough from bid to execution validation

The cleanest way to understand ePBS is to follow one slot through the complete exchange. Exact client scheduling and implementation details can evolve, but the protocol logic separates the consensus commitment from the later execution payload.

1

Builders construct candidate payloads

Builders gather transactions and orderflow, optimize execution payloads, determine an economically viable proposer payment, and calculate the payload commitment.

2

Builders broadcast signed bids

The bid identifies the builder, slot, execution block hash, value, payload parameters, and relevant blob commitments.

3

Proposer chooses a bid

The consensus proposer selects an execution proposer, or builder, according to the available bids and its local policy.

4

Beacon block commits to the bid

The proposer broadcasts the consensus block containing the chosen signed execution payload bid instead of the complete execution payload.

5

Payment obligation enters consensus state

The protocol checks that the builder payment can be deducted and records the pending payment associated with the selected builder commitment.

6

Builder reveals the payload envelope

The builder broadcasts the signed execution payload envelope that must correspond to the earlier commitment.

7

PTC and later validation complete the picture

The PTC signals timely payload and blob availability, while full execution validation proceeds outside the earliest consensus hot path.

Step one: builders compete before proposer commitment

Builders continue doing what makes a builder economically valuable: searching the transaction space for profitable payload construction. They can ingest the public mempool, private transactions, searcher bundles, liquidation opportunities, arbitrage routes, and other orderflow sources.

The proposer does not need to duplicate that infrastructure. Competition among builders determines which candidate block can offer the proposer the strongest combination of value and acceptable operating conditions.

Step two: the bid becomes a signed protocol object

A builder's bid is propagated through a dedicated consensus-layer path. Because it is signed and structurally defined by the protocol, clients can validate its identity and context without relying on a relay-specific representation.

The builder is now making an on-protocol commitment to reveal a payload corresponding to the bid's execution block hash.

Step three: the proposer selects the execution proposer

The beacon proposer chooses which builder commitment to include. This is the moment where the validator delegates construction of the execution payload while retaining its consensus role as the proposer.

Local building remains conceptually possible. EIP-7732 includes a self-build indicator for the case in which the proposer also supplies the execution payload rather than outsourcing it to a separate builder.

Step four: consensus can advance without the full payload

The beacon block contains the signed execution payload bid, not the complete execution payload. Validators processing the initial consensus block can perform consensus-layer work without immediately needing to validate every execution transaction inside the payload.

This is the core timing change. Ethereum no longer requires consensus validation and execution validation to sit on exactly the same initial critical path.

Step five: the builder reveals the execution payload

After the proposer has committed to the builder's bid, the builder broadcasts a signed execution payload envelope. The envelope contains the execution payload and related information that moved out of the initial beacon block.

Validators can check the relationship between the payload, builder identity, slot, beacon block root, execution state, and the commitment that was previously selected.

Step six: timeliness is attested separately

A selected subset of validators serves on the Payload Timeliness Committee. They report whether the correct execution payload was revealed in time and whether corresponding blob data was available from their network view.

They are not required to run full execution validation before making this timeliness judgment. The question is primarily availability and matching commitment, not whether every EVM state transition has already been verified.

Step seven: execution validation completes later

The complete execution payload still has to be valid. ePBS does not transform Ethereum into a chain where execution is optional. The improvement is temporal decoupling. Expensive execution work receives a larger validation window instead of competing with the earliest attestation deadline.

How builder payments work under ePBS

Trustless payment is one of EIP-7732's most important changes because it removes a major reason for relays to stand between builders and proposers.

When the beacon block containing the builder's commitment is processed, the protocol validates the signed execution payload bid and checks whether the payment can be deducted from the builder's beacon-chain balance. A pending payment object is recorded in consensus state.

After successful payload processing, the protocol can transform the pending payment into a pending withdrawal that ultimately credits the appropriate execution-layer address. The EIP's architecture therefore links builder stake, the signed bid, consensus processing, and the proposer's payment destination.

Why payment is tied to builder balance

A trustless exchange requires funds to be available before the builder has an opportunity to reveal or withhold the payload. If the proposer had to trust that a builder would pay later from an ordinary execution account, the fair-exchange problem would partially return.

By maintaining builder balances inside beacon state, consensus can verify the payment obligation when processing the builder commitment rather than discovering after payload execution that the builder cannot pay.

Trusted payment paths can still exist

The current EIP also accommodates payment promises that are fulfilled outside the trustless in-protocol mechanism. This means ePBS does not mandate that every commercial relationship between every builder and proposer must be completely represented by one consensus withdrawal.

This flexibility matters because sophisticated block-building markets may continue developing rebates, private agreements, latency services, orderflow relationships, or other economic arrangements beyond the base protocol.

Enshrining payment does not eliminate economic strategy

A builder still needs to determine how much of the block's value it is willing to offer. Bid strategy remains a competitive problem. Bidding too little can lose the slot. Bidding too aggressively can reduce profit or create losses if the builder misestimates the payload's economic value.

The protocol enforces the payment mechanism. It does not tell builders what an economically rational bid should be.

The Payload Timeliness Committee

The Payload Timeliness Committee, or PTC, exists because the beacon block can become known before the complete execution payload. Ethereum needs a consensus-visible answer to a simple but important question: did the builder reveal the promised execution payload in a timely manner?

The EIP currently defines a PTC of 512 validators for a slot. PTC members broadcast payload-attestation messages describing whether the payload was present and whether blob data was available according to their view.

The committee performs basic checks needed to connect the payload to the builder's commitment. Full EVM execution is deliberately not required before the timeliness attestation. Requiring complete execution first would reintroduce the same hot-path timing pressure ePBS is designed to remove.

Timely does not mean valid

A builder can reveal a payload on time and the payload can still fail execution validation. Availability and validity are separate properties. The PTC primarily protects the timing and fork-choice side of the separation, while execution clients remain responsible for validating Ethereum's state transition.

PTC messages influence fork-choice interpretation

Once consensus and execution are separated, different network participants can temporarily have different information about whether a payload arrived. Fork choice therefore needs additional logic to handle full blocks, missing payloads, and availability signals without letting those temporary views destabilize consensus.

EIP-7732 modifies fork-choice behavior around this new reality. This is one reason ePBS is significantly deeper than simply standardizing a builder API inside Ethereum.

Why delayed execution validation matters for Ethereum scaling

Ethereum operates under a 12-second slot. Under the pre-ePBS architecture, validators receive a complete beacon block containing the execution payload and must complete several critical activities before their attestation decision. Those activities include consensus processing, execution validation, data-availability checks, and head evaluation.

The amount of payload data that can be safely processed is constrained not only by total slot length but by how much time exists on that first critical path. Even if the second half of the slot contains spare CPU or network capacity, the validator cannot freely move earlier work into that later period without changing protocol structure.

EIP-7732 performs exactly that structural change. Consensus validation happens first. The execution payload is revealed separately. According to the current EIP rationale, the next proposer receives roughly six seconds to validate the preceding payload, while other validators can have roughly nine seconds before their next attestation-related requirement.

The broader Ethereum Glamsterdam documentation describes this as expanding the useful propagation and validation window from the present tight path to roughly nine seconds for payload work. That additional time is important because scaling Ethereum L1 means allowing nodes to process more execution data without requiring unrealistic networking or computation speed.

Early slot
Consensus proposer publishes the beacon block commitmentThe beacon block can propagate without carrying the complete execution payload on its initial consensus path.
After commit
Selected builder reveals the execution payload envelopeThe full payload, execution requests, and associated data can propagate separately after the proposer is committed.
PTC phase
Payload timeliness and blob availability are signaledCommittee members check that the expected payload appeared on time without waiting for complete EVM validation.
Later slot
Execution validation continuesClients receive a larger window to execute transactions, verify state transitions, process payload contents, and evaluate availability.
Next slot
Consensus builds on validated payload stateUser transactions become broadly execution-validated as the next consensus round builds on the prior payload.

The latency tradeoff is visible to transaction interpretation

The EIP notes an important user-experience consequence. A transaction placed in the execution payload for slot N is not necessarily widely execution-validated at the same moment the consensus block commitment first appears. Full execution validation extends further into the slot and interacts with the following slot's consensus process.

Applications that expose highly granular pending, proposed, available, executed, and consensus-confirmed states may eventually need to distinguish those concepts more carefully instead of treating block visibility as one instantaneous event.

Full, skipped, and empty slots under ePBS

Separating the beacon block from its execution payload introduces a state that is less meaningful under the previous architecture: a consensus block can exist even when its committed execution payload never appears.

Full

Beacon block and payload are present

The proposer committed to a builder bid and the corresponding execution payload was revealed and incorporated under the protocol's fork-choice rules.

Skipped

No beacon block was included

The slot has neither a canonical beacon block nor an execution payload associated with a successful proposal.

Empty

Beacon block exists but payload is missing

The proposer commitment reached the chain, but the builder's promised execution payload was not included.

The EIP's concept of proposer unconditional payment is particularly relevant to the empty case. Once an honest proposer commits to the builder according to the protocol, the payment guarantee should not disappear merely because the builder later fails to reveal the payload.

This changes builder incentives. Failure to deliver is no longer equivalent to simply walking away from an informal offer. The protocol can make the builder economically responsible for the committed value according to the applicable payment and fork-choice rules.

Liveness and the builder free-option problem

Enshrining the exchange removes relay trust, but it introduces and formalizes builder behavior that must be considered at the protocol level. One concern documented directly in EIP-7732 is the free-option problem.

Imagine a builder wins the right to supply the payload for a slot and then receives new information before reveal. Perhaps a market moves, another chain changes state, an arbitrage disappears, or withholding the payload produces a different economic advantage. An economically rational but malicious builder might decide not to reveal the committed payload.

The proposer can still receive its protocol-enforced payment under the intended design, but Ethereum users lose the execution payload for that slot. Transactions remain pending, throughput is reduced, and the network experiences an empty execution slot.

This illustrates an important distinction between proposer safety and chain liveness. Paying the proposer prevents the proposer from being financially cheated. It does not recreate the missing transaction capacity.

Economic penalties and availability incentives matter

The EIP discusses possible mitigations involving builder penalties for failing to have payload envelopes included in the canonical chain. The design challenge is to penalize strategically harmful withholding without introducing unsafe incentives around network partitions or honest builders whose payloads were revealed but did not become canonical for reasons outside their control.

This is one area where production monitoring should focus heavily on empirical behavior after activation. If builders rarely withhold, the concern remains mostly theoretical. If withholding becomes economically meaningful around volatile events, fee spikes, liquidations, or cross-domain arbitrage, builder economics may require further protocol attention.

Builder safety and reorganization risk

The fair exchange must protect both sides. A builder should not reveal a valuable block and then be arbitrarily excluded after the proposer has already committed to it. EIP-7732 therefore includes fork-choice properties intended to protect timely builder reveals.

The EIP describes builder reveal safety as the property that an honest builder which reveals the committed payload on time, as observed by the PTC, should have that payload included on-chain under the relevant security assumptions.

Builder withhold safety addresses the opposite scenario. If a beacon block containing a builder commitment is itself withheld and revealed too late, the builder should not be forced to pay for a slot commitment it could not safely fulfill under normal timing.

These properties matter because an ePBS market would fail if either participant could systematically exploit the commitment timing. Builders would stop making aggressive bids if proposers could steal their payment while excluding their payload. Proposers would avoid external builders if payment disappeared whenever a builder failed to reveal.

PTC equivocation and network-split considerations

The PTC introduces new signed messages and therefore a new place where conflicting statements can occur. A committee participant could theoretically send incompatible views about payload presence, especially during a network partition.

EIP-7732 discusses a scenario where a builder with network-partition capability and a malicious PTC participant could contribute to different network views of whether a payload was withheld or present. The current design deliberately avoids some additional slashing complexity, relying on the economic cost and security margins around such attacks.

This does not mean the PTC is a casual advisory committee. Its messages feed consensus logic around a payload whose full execution validation has been delayed. Implementation correctness, P2P propagation, committee sampling, signature validation, and fork-choice behavior all become security-critical.

Does ePBS solve builder concentration?

No. It changes the trust architecture around builders, but it does not guarantee a competitive builder market.

Builder concentration comes from economic and technical advantages that exist beyond relay trust. The best builders can receive exclusive private orderflow, operate sophisticated search infrastructure, simulate more transaction combinations, maintain low-latency connections to searchers, optimize across decentralized exchanges, estimate cross-domain opportunities, and carry enough capital to bid aggressively.

Removing mandatory relay intermediation can lower one infrastructure dependency and potentially make direct participation simpler in some respects. It does not erase the economies of scale in payload optimization.

Orderflow can be more important than protocol access

If one builder receives transactions that competitors never see, the protocol can make bidding permissionless while the economic opportunity remains concentrated. Private orderflow, wallet integrations, searcher exclusivity, and application routing can therefore influence builder power even when every qualified builder can technically submit a bid.

Capital requirements can create another advantage

Builders need enough liquidity or staked balance to support their bid strategy. Highly competitive slots can involve meaningful proposer payments. Larger operators may be better positioned to maintain balances, manage volatility, absorb losses, and bid across many consecutive opportunities.

Reliability is an economic moat

A proposer evaluating a builder market cares about more than theoretical maximum value. Builders that regularly fail to reveal payloads, propagate late, or create operational incidents can become unattractive. High-performance networking and robust client engineering can therefore reinforce the position of established builders.

Enshrining builders makes concentration easier to observe, not automatically easier to eliminate

One benefit of protocol-recognized builder activity is that researchers can study builder registration, payments, selection frequency, reveal behavior, and missed payloads through more standardized data. That improves measurement. Policy or protocol responses to concentration still require separate decisions.

ePBS and Ethereum censorship risk

Builder concentration matters because the builder chooses transaction ordering inside the execution payload. A dominant builder can decide not to include a transaction even when that transaction is valid and pays a competitive fee.

In a healthy competitive market, a censored transaction can wait for a different builder or locally built block. If a small set of builders controls most profitable block construction and shares similar filtering policies, transaction inclusion can become less reliable.

ePBS does not force builders to include every valid transaction they have seen. It creates a safer protocol-level relationship between proposer and builder. Censorship resistance requires additional mechanisms or sufficient market diversity.

Proposer choice still matters

The proposer selects the execution builder. A validator can theoretically prefer a lower-value bid because of local policy, builder reputation, compliance requirements, decentralization preferences, or other criteria. Whether real operators will sacrifice meaningful revenue for those preferences is an economic question.

Local building remains an important fallback concept

A proposer that builds locally can source transactions directly from its execution client rather than accepting an external builder's ordering. The economic disadvantage of local construction depends on how much additional value specialized builders can extract.

This means local building can contribute to censorship resistance, but it is not a complete solution if external building consistently provides substantially more staking revenue and therefore dominates rational validator behavior.

Censorship can happen before the builder

A user's transaction may also be filtered by RPC providers, private transaction services, wallets, searchers, orderflow auctions, or other routing infrastructure before it reaches builders. Builder decentralization is therefore one part of end-to-end transaction inclusion resilience.

The distinction between transaction ordering and user execution risk is explored further in the TokenToolHub Front-Running in Crypto guide. ePBS changes who guarantees the block-building exchange, but it does not make ordering-sensitive transactions immune to sandwiches, backruns, arbitrage, liquidation races, or other MEV-driven behavior.

How FOCIL complements ePBS

Fork-choice enforced inclusion lists, commonly shortened to FOCIL, address a different part of the block-production problem. Where ePBS focuses on safely separating the proposer and builder, FOCIL focuses on strengthening transaction inclusion guarantees when builders are specialized or concentrated.

Under the FOCIL design, a committee of validators constructs inclusion lists from transactions observed in their mempool view. Builders are expected to satisfy those inclusion constraints, and attesters use fork choice to avoid supporting blocks that improperly omit valid listed transactions.

The conceptual combination is powerful. ePBS can allow Ethereum to outsource payload construction to specialized builders without relying on trusted relay middleware. FOCIL can impose transaction-inclusion constraints on those builders so that specialization does not automatically mean complete discretion over which eligible transactions reach the block.

Important separation ePBS and FOCIL solve different problems.

ePBS does not guarantee censorship resistance by itself, and FOCIL does not remove every builder concentration or MEV risk. The current Glamsterdam Meta EIP schedules EIP-7732 for inclusion but lists EIP-7805 FOCIL among proposals declined for Glamsterdam. Treat FOCIL as a compatible, separate mechanism rather than a feature automatically delivered by ePBS.

FOCIL does not prevent profitable ordering

An inclusion list can require eligible transactions to appear, while the builder can still have substantial freedom over where those transactions are placed and what other transactions surround them. Inclusion guarantees and ordering fairness are not identical.

FOCIL does not eliminate private orderflow

Transactions that never reach inclusion-list committee members cannot necessarily benefit from the same public-mempool inclusion guarantees. Wallet routing and private transaction channels remain part of the censorship-resistance discussion.

ePBS does not need FOCIL to function

EIP-7732 is explicitly designed to be compatible with fork-choice enforced inclusion-list systems. The fair-exchange and delayed-validation architecture can operate independently, while inclusion-list systems can be layered into future protocol rules.

What ePBS changes about MEV and what it leaves intact

MEV exists because transaction ordering can change economic outcomes. An arbitrage may only be profitable before another trade. A liquidation can only be captured by one participant. A sandwich depends on positioning transactions around a user's swap. A token launch may create extreme value for the earliest successful order.

EIP-7732 does not remove those opportunities. Builders can still specialize in identifying and packaging profitable orderings. Searchers can still compete to send bundles or orderflow. Applications can still create transactions whose economic outcome depends on position within a block.

The proposal changes the infrastructure around who receives the payload-building right and how the proposer-builder exchange is enforced.

MEV becomes more cleanly separated from consensus duties

One motivation for PBS is to prevent every validator from needing a sophisticated MEV operation. If maximizing validator revenue required running world-class search infrastructure, validators with ordinary hardware and networking would become economically disadvantaged.

Specialized builders centralize some complex block-construction work while allowing many independent validators to compete for consensus duties. ePBS attempts to make this separation native and trust-minimized.

Centralization moves rather than disappears

PBS can protect validator decentralization while concentrating block construction. That tradeoff is one reason builder concentration and censorship resistance remain active protocol-research topics.

Ethereum can have thousands of independent validators while a much smaller number of builders construct most economically optimized execution payloads. Those are different decentralization surfaces and should be measured separately.

Connect protocol mechanics to actual transaction ordering

Builder architecture explains who assembled the payload. Transaction evidence explains what happened to the user. Decode calldata, transfers, approvals, swaps, and execution results before attributing a bad trade or unexpected outcome purely to MEV infrastructure.

What ePBS means for ordinary Ethereum users

Most users will not manually select builders or interact directly with the ePBS builder registry. The visible experience remains sending a transaction through a wallet or application and waiting for inclusion and confirmation.

The indirect effects are more important. A more efficient block-propagation architecture can help Ethereum support larger execution workloads. Reducing relay trust can simplify the security model behind outsourced block construction. Better timing separation can reduce pressure on validators as Ethereum scales.

However, a user should not interpret ePBS as MEV protection. If you submit a large public swap with weak slippage controls, the transaction may still expose an economically valuable ordering opportunity. If an application sends a liquidation or arbitrage transaction into a competitive public market, builders can still choose among competing bundles.

Transaction inclusion and transaction outcome are different

A transaction can be included successfully and still produce a poor economic result. A sandwich attack is not censorship. A backrun is not necessarily front-running. A builder choosing one arbitrage over another is different from refusing to include a user's transaction at any price.

ePBS research should therefore keep censorship, MEV extraction, execution correctness, and user protection as separate analytical categories.

What ePBS means for rollups and L2 infrastructure

Ethereum rollups ultimately depend on L1 for some combination of settlement, data availability, state commitments, bridge operations, proof verification, and asset security. Changes that increase Ethereum's safe payload capacity can therefore influence rollup economics even when the rollup uses its own sequencer and execution environment.

Glamsterdam's ePBS timing changes are particularly relevant to Ethereum's ability to propagate larger amounts of data without forcing validators to execute and attest inside an excessively compressed deadline. More available L1 capacity can support broader scaling goals, including increased blob throughput and larger execution workloads.

That does not mean ePBS decentralizes rollup sequencers. L2 transaction ordering remains governed by each rollup's own architecture. A centralized sequencer can still censor, reorder, or delay transactions according to the protections and escape mechanisms implemented by that system.

For teams comparing rollup architecture, sequencer design, proof systems, settlement assumptions, data availability, interoperability, and operational tradeoffs, use the TokenToolHub Rollups Buyer's Guide as the broader evaluation framework.

What validators and staking operators need to monitor

ePBS changes validator operations because proposal duties interact with builder bids, proposer preferences, delayed payload availability, PTC responsibilities, and a new distinction between consensus-block arrival and execution-payload arrival.

Validator and staking-operator monitoring

  • Confirm both consensus and execution clients support the finalized Glamsterdam specification before activation.
  • Monitor builder-bid receipt latency and the number of viable bids visible during proposal slots.
  • Track the percentage of proposals using external builders versus local construction.
  • Record selected builder identity, bid value, payment route, payload reveal time, and whether the payload became canonical.
  • Alert on beacon blocks whose corresponding execution payload is late or missing.
  • Monitor PTC duty performance separately from ordinary attestation performance.
  • Measure execution-validation completion time after payload revelation rather than only beacon-block arrival.
  • Track missed attestations that correlate with payload-processing or network-bandwidth pressure.
  • Maintain reliable local block-building fallback where client architecture and operator policy support it.
  • Test builder and proposal configuration against network partitions, slow payload propagation, and builder unavailability.
  • Separate in-protocol builder payment accounting from any optional external payment or rebate relationships.

Staking pools need observability across many validators

A solo validator can inspect one proposal incident manually. A staking pool operating thousands of validators needs aggregation. Builder selection frequency, failed reveals, PTC participation, payment realization, local fallback behavior, and slot profitability should become first-class metrics.

The objective is not only maximizing proposer revenue. Operators also need to determine whether one builder or network path has become a systemic dependency across their validator fleet.

What builders need to monitor

Builder reliability becomes directly visible to consensus. An operator competing in the ePBS builder market needs to treat bid generation, signing, payload construction, payment liquidity, reveal propagation, and fork-choice outcomes as one continuous production system.

Builder production controls

  • Maintain sufficient builder balance for expected bid obligations and operational bursts.
  • Protect builder signing keys separately from searcher and ordinary execution infrastructure.
  • Verify that each signed bid commits to the correct parent context, slot, execution hash, gas limit, fee recipient, and blob commitments.
  • Track time from bid creation to proposer selection and from proposer commitment to payload propagation.
  • Measure how many peers receive the payload before the relevant timeliness boundary.
  • Monitor payload rejection causes, including execution invalidity, parent mismatch, blob-data problems, and consensus-state mismatch.
  • Record empty-slot events where the builder was selected but the payload did not become available or canonical.
  • Distinguish deliberate economic withholding from networking or software failure during incident analysis.
  • Stress-test under high blob counts, large execution payloads, volatile MEV opportunities, and simultaneous orderflow bursts.

What researchers should measure after ePBS activation

The move from relay-mediated PBS to protocol-recognized builders creates a richer dataset for studying Ethereum block production. The most important research questions are not limited to how much validators earn.

Builder market share

Measure how frequently each builder wins proposal opportunities and how concentration evolves over time. Compare raw slot share with bid value, orderflow sources, failed reveals, local-builder share, and performance during volatile market conditions.

Bid dispersion

Compare the winning bid with the next-best visible bids. A market where one builder wins because it is consistently marginally better has different competitive dynamics from a market where one builder routinely outbids all others by a wide margin.

Payload reveal latency

Measure the distribution of reveal times rather than only whether a payload passed the timeliness threshold. Rising tail latency can expose networking stress long before the network experiences frequent empty slots.

Empty execution slots

Track slots in which the beacon commitment was canonical but the execution payload was absent. Classify incidents by builder, client, geography, network conditions, software version, and market event.

Payment reliability

Compare bid commitments with realized in-protocol proposer payments and any observable external payments. This helps identify whether the trustless payment path is becoming the standard settlement mechanism or whether large portions of builder economics remain off-protocol.

Censorship patterns

Measure how long valid public transactions remain pending across different fee levels and builders. A meaningful censorship study must control for nonce dependencies, insufficient balances, gas constraints, replacement transactions, private submission, and application-specific validity.

Local-build competitiveness

Compare locally constructed payload revenue with external builder revenue. If the difference becomes extremely large, local building may become an economically unrealistic censorship fallback for many validators.

Orderflow concentration

Builder market share alone can hide deeper dependencies. Researchers should study which wallets, applications, searchers, private transaction services, and orderflow auctions feed dominant builders.

Infrastructure testing for ePBS research

Researchers and engineering teams evaluating ePBS need reliable access to execution data, traces, blocks, receipts, mempool observations, and historical state. Shared public RPC endpoints can be useful for simple queries but are not ideal for controlled latency testing or high-volume tracing.

Run controlled Ethereum infrastructure experiments

Teams testing block-production data pipelines, transaction-order analysis, traces, and post-fork client behavior can use a dedicated Ethereum environment from Chainstack when predictable RPC capacity and isolated workloads materially improve the experiment. Confirm the exact client, fork configuration, archive requirements, trace methods, and ePBS-specific data exposure before using any endpoint as a protocol reference.

Worked examples: how ePBS changes real block-production situations

Example one: normal competitive builder win

Three builders construct payloads for the same slot. Builder A can offer 0.04 ETH, Builder B offers 0.05 ETH, and Builder C offers 0.07 ETH. Assume all three bids are valid and arrive before the proposer's decision.

The proposer selects Builder C's signed execution payload bid. The beacon block commits to Builder C and its payload hash. The protocol records the associated payment obligation. Builder C then reveals the correct payload envelope on time. The PTC sees the payload and required blob data. Execution validation succeeds. The slot becomes a full block, and the proposer receives the applicable payment through the ePBS payment process.

No relay was required to guarantee that Builder C would pay after the proposer committed or that the proposer could safely choose the builder without seeing the full payload first.

Example two: builder wins and withholds

A builder wins with a very high bid because its payload contains a profitable cross-market arbitrage. After the proposer commits, market conditions move sharply and the builder determines that revealing the payload is economically worse than withholding it.

The beacon block can still exist while the execution payload is missing. The proposer-payment design protects the proposer according to the protocol's unconditional-payment property, but the network loses that slot's execution throughput.

This is the free-option problem. The protocol can make withholding costly, but payment to the proposer does not recreate the transactions that should have been executed.

Example three: builder reveals on time but payload is invalid

The selected builder broadcasts the expected envelope before the timeliness deadline. PTC members verify the basic commitment relationship and report payload presence. Later execution validation discovers an invalid state transition.

The key lesson is that PTC approval was never supposed to prove execution correctness. The committee answers a timing and availability question. Execution clients still determine whether the payload obeys Ethereum's execution rules.

Example four: local proposer builds its own payload

A proposer receives external builder bids but prefers local construction because external bids are weak or because its local policy prioritizes independent block production.

The self-build path lets the proposer remain both block proposer and payload builder. This preserves a protocol route that does not force every validator to rely on the specialized builder market.

Whether operators use this path frequently depends heavily on the revenue difference between local and external construction.

Example five: censorship by a dominant builder

A valid transaction remains in the public mempool and pays a fee that should ordinarily make it attractive, but a dominant builder deliberately excludes transactions associated with a particular application.

ePBS does not force the builder to include the transaction. The proposer can select another builder or build locally if those alternatives are economically and technically viable. Without a separate inclusion mechanism, builder discretion remains substantial.

This is where FOCIL research becomes relevant. Inclusion-list committee members could create protocol-enforced constraints that make persistent omission of valid public transactions more difficult.

Example six: transaction loses money but ePBS is functioning correctly

A user submits a large public DEX swap with loose slippage. Searchers detect the opportunity. A builder includes a bundle that extracts value around the user's trade. The builder reveals the payload on time, payment works, the PTC behaves correctly, and execution validation succeeds.

The user still receives a poor price. Nothing in that outcome proves ePBS failed. The infrastructure worked exactly as designed. The user's issue is transaction-ordering exposure and MEV, which requires application-level protections, better execution settings, private routing choices, or improved market design.

How to investigate post-ePBS transaction ordering

Once ePBS is active, analysts should avoid attributing every unusual transaction to the selected builder merely because the builder assembled the payload.

Start from the transaction itself. Decode the calldata. Identify swaps, approval changes, token transfers, nested calls, multicalls, bridge operations, or liquidations. Inspect the transaction immediately before and after it. Determine whether those neighboring transactions interact with the same pools or assets.

Next, separate builder-level evidence from searcher-level behavior. The builder may have received a preconstructed bundle from a searcher. It may have selected among competing bundles. It may have inserted its own strategy. Public block data alone does not always identify the economic relationship among builder, searcher, wallet, and orderflow source.

Use the Transaction Decoder to establish transaction behavior before drawing conclusions about MEV or censorship. Transaction ordering is evidence. Intent still requires context.

A monitoring framework for ePBS health

ePBS should be evaluated across consensus health, builder competition, payload availability, payment correctness, and user inclusion. Looking at only one metric can hide important failure modes.

Consensus

Beacon and fork-choice health

Track skipped slots, empty payload slots, PTC participation, attestation behavior, reorganizations, and client disagreement.

Builder

Market structure

Track builder share, bid dispersion, reveal latency, failed payloads, orderflow concentration, and local-building competitiveness.

Payment

Economic settlement

Track builder balances, committed values, realized proposer withdrawals, external payment usage, and failed payment conditions.

User

Inclusion quality

Track pending-time distributions, fee-adjusted inclusion, public versus private routing, suspected censorship, and ordering-sensitive execution outcomes.

A healthy builder market is not just many registered builders

Thousands of registered builder identities do not matter if two operators win nearly every valuable slot. Market share, orderflow access, bid competitiveness, and reveal reliability are more informative than registry count alone.

A low empty-slot rate does not prove censorship resistance

Builders can reliably reveal full payloads while excluding particular transactions. Availability measures whether a payload arrived. Censorship research measures what was systematically omitted.

High proposer revenue is not the only objective

A system that maximizes immediate validator income while producing extreme builder concentration could create long-term neutrality risk. Ethereum's design challenge is to preserve economic efficiency without making block construction dependent on a tiny set of organizations.

Common misunderstandings about EIP-7732 ePBS

ePBS does not remove builders

It does the opposite. Builders become a first-class concept in the consensus design. The proposal removes the need for trusted relay intermediation in the core exchange, not the specialized builder role.

ePBS does not ban MEV-Boost-style middleware

External services can continue offering routing, aggregation, policy, analytics, reputation, or other functionality. The protocol simply provides a trustless base mechanism that does not require a relay for the core builder-proposer fair exchange.

ePBS does not guarantee the highest bid is always selected

The proposer chooses its execution builder according to the protocol and local implementation policy. Economic rationality may encourage highest-value selection, but Ethereum does not need to define every proposer preference as maximize one number regardless of all other considerations.

PTC approval does not prove the payload is valid

The PTC checks payload timeliness and relevant availability information. Full execution validity is deliberately deferred.

Delayed validation does not mean Ethereum accepts invalid execution

Validation is delayed in time, not abandoned. Invalid execution payloads remain invalid.

ePBS does not guarantee builder decentralization

Protocol access can be open while economic concentration persists because of orderflow, capital, latency, software, and searcher relationships.

ePBS does not solve transaction censorship by itself

A builder can still exclude transactions. Inclusion-list mechanisms such as FOCIL target that problem more directly.

FOCIL is not automatically part of ePBS

The designs are compatible but separate. The current Glamsterdam specification schedules EIP-7732 and lists EIP-7805 among proposals declined for that upgrade.

ePBS does not eliminate front-running

Transaction ordering still has economic value. Builder architecture does not automatically protect users from sandwiches or other order-dependent strategies.

ePBS is not merely a payment feature

The deeper change is decoupling consensus and execution validation, separating payload propagation from the initial beacon-block path, changing fork choice, recognizing builders in consensus state, and introducing PTC duties.

Why ePBS is central to Glamsterdam

Ethereum's scaling challenge is not simply increasing one numerical gas limit. Nodes must be able to propagate, execute, validate, and commit larger workloads without turning ordinary validator participation into a specialized data-center operation.

The current hot path limits that flexibility because consensus decisions depend on validators receiving and processing the full execution payload quickly. Increasing block size or blob throughput without changing the timing architecture can increase missed attestations, propagation inequality, and reorganization risk.

EIP-7732 creates more room in the slot. The consensus block can propagate quickly. The selected builder reveals the heavy execution payload separately. PTC members signal whether it arrived. Execution validation receives more of the remaining slot.

This architectural separation works naturally with Glamsterdam's broader execution-scaling changes, including Block-Level Access Lists, gas repricing, and other client-performance work. ePBS gives Ethereum more time. BALs give execution clients better information about what state the block will touch. Together, these changes attack different bottlenecks in processing larger L1 workloads.

Questions operators and researchers should keep asking

Protocol health questions

  • How often does a canonical beacon block end up without its committed execution payload?
  • How frequently do builders reveal near the timeliness boundary rather than comfortably before it?
  • Does payload reveal latency differ materially by geography, client, or network provider?
  • How much additional execution capacity can clients process while maintaining safe attestation participation?
  • Do any client implementations exhibit materially different PTC or payload-import behavior?

Market structure questions

  • How concentrated is winning builder share?
  • How much builder advantage comes from private orderflow rather than execution optimization?
  • Can new builders enter the market and win meaningful slots without exclusive integrations?
  • Does the builder balance requirement create a material capital barrier?
  • How competitive is local block building relative to external ePBS bids?

Censorship and user questions

  • Do valid high-fee public transactions experience systematic delays associated with particular builders?
  • How often do transactions reach builders only through private routing?
  • Do dominant builders apply common filtering policies?
  • Can proposers realistically route around censoring builders without large revenue penalties?
  • How would a future inclusion-list mechanism interact with private orderflow and account abstraction?

Conclusion: ePBS changes who guarantees Ethereum's builder market

EIP-7732 is one of Ethereum's most consequential block-production changes because it takes a relationship that already dominates modern validator economics and gives it a native protocol foundation.

Before ePBS, specialized builders construct profitable execution payloads while proposers depend on external relays to protect the fair exchange. The builder trusts the relay not to leak or steal its payload. The proposer trusts the relay to validate the bid, verify payment conditions, and reveal the correct payload after the proposer signs.

EIP-7732 changes that boundary. Builders become protocol-recognized entities. Signed execution payload bids commit to the payload and economic offer. The proposer includes the selected bid in the beacon block. Payment can be deducted from the builder's consensus-layer balance. The execution payload is revealed separately. A Payload Timeliness Committee reports whether the correct payload and blob data became available in time. Full execution validation continues outside the earliest consensus deadline.

The result is more than removal of relay trust. Ethereum gains a different slot architecture. Consensus validation no longer needs to wait for the complete execution payload on the first critical path, giving clients more time to propagate and validate larger workloads.

That improvement should not be confused with solving every MEV or decentralization problem. Builders can still concentrate. Private orderflow can still create economic moats. Valuable transaction ordering still creates MEV. A dominant builder can still censor transactions unless proposers route around it or future mechanisms constrain builder discretion.

FOCIL addresses that inclusion problem from another direction. It can complement ePBS by letting a validator committee impose transaction-inclusion constraints on builders, but the two mechanisms remain separate. The current Glamsterdam specification schedules ePBS while FOCIL is not included in that fork.

For broader protocol context, continue through the Blockchain Advanced Guides. For the economic layer behind builder competition, use the MEV research guide and the front-running guide. When investigating a specific post-fork transaction, move from protocol architecture to direct execution evidence with the Transaction Decoder.

The lasting significance of EIP-7732 is that Ethereum does not need to pretend the builder market is external to consensus forever. The protocol can recognize that builders exist, define the exchange explicitly, enforce the core payment commitment, create rules for payload availability, and give execution validation the time it needs as L1 capacity grows.

Investigate the transaction, not just the builder

When a post-ePBS block contains suspicious ordering, unexpected approvals, swaps, transfers, or contract calls, start with the transaction evidence. Separate builder selection, transaction ordering, contract behavior, and user execution risk before drawing conclusions.

FAQs

What is EIP-7732?

EIP-7732 is an Ethereum Core proposal for enshrined proposer-builder separation. It separates the consensus beacon block from the execution payload, introduces protocol-recognized builders, signed execution payload bids, builder payment accounting, separate payload revelation, and a Payload Timeliness Committee.

What does ePBS mean?

ePBS means enshrined proposer-builder separation. Enshrined means the proposer-builder exchange is represented directly in Ethereum consensus rules rather than depending entirely on external middleware such as relays.

Is EIP-7732 scheduled for Glamsterdam?

Yes. As of August 18, 2026, the Glamsterdam Meta EIP lists EIP-7732 among the EIPs scheduled for inclusion. Final mainnet and testnet activation timestamps have not yet been populated in the Meta EIP's activation table.

What is a block proposer?

A proposer is the validator selected by Ethereum consensus to propose the beacon block for a particular slot. The proposer can build an execution payload locally or select an external builder's payload commitment.

What is an Ethereum block builder?

A block builder constructs an execution payload by selecting and ordering transactions, bundles, private orderflow, and other available transactions. Builders compete to offer valuable payloads and proposer payments.

What is a builder bid under EIP-7732?

A builder bid is a signed protocol object that commits to key payload information, including the execution block hash, parent information, builder identity, slot, gas limit, payment value, and relevant blob commitments.

What role do relays play before ePBS?

Relays receive full payloads from builders, validate them, protect the payload content before proposer commitment, route blinded bids to proposers, and reveal the complete payload after the proposer signs.

Does ePBS eliminate relays?

It removes the requirement for a trusted relay to enforce the core fair exchange between a proposer and builder. External relays or middleware can still exist for optional routing, aggregation, analytics, reputation, policy, or commercial functionality.

How does a builder pay a proposer under ePBS?

EIP-7732 tracks builders and their balances in beacon state. When a proposer commits to a valid builder bid, the protocol can deduct the applicable payment from the builder's balance and later queue a withdrawal to the appropriate execution address.

Can builders still use payments outside the protocol?

The current EIP accommodates trusted payment promises outside the in-protocol payment path. ePBS provides a trustless mechanism but does not prohibit additional economic arrangements.

What is the Payload Timeliness Committee?

The PTC is a subset of validators assigned to report whether the execution payload committed by the selected builder was revealed on time and whether corresponding blob data was available according to their view.

Does the PTC fully execute the payload before attesting?

No. The PTC performs basic commitment and availability checks. Full execution validation is deliberately deferred so it does not remain on the earliest consensus hot path.

Can an invalid payload be reported as timely?

Yes. Timeliness and execution validity are separate properties. A payload can arrive on time and later fail full execution validation.

Why does ePBS delay execution validation?

Separating consensus validation from execution validation gives validators more time to process large execution payloads and blob data, reducing the amount of work that must be completed before the earliest attestation deadline.

Does delayed validation make Ethereum less secure?

The payload still has to satisfy Ethereum's execution rules. ePBS changes when execution is validated and how fork choice handles payload availability. It does not make invalid execution acceptable.

What is an empty slot under ePBS?

An empty ePBS slot is a slot where the beacon block commitment is included but the execution payload committed by the builder is not included.

What is proposer unconditional payment?

It is the intended property that an honest proposer which committed to the builder's valid bid can still receive the applicable builder payment even if the builder later fails to reveal the execution payload.

What is the free-option problem in ePBS?

A builder may sometimes have an economic incentive to withhold a previously committed payload after learning new market information. The proposer can be paid, but Ethereum loses execution throughput for that slot.

Can the proposer still build its own block?

Yes. EIP-7732 contains a self-build path for situations where the proposer itself supplies the execution payload rather than selecting a separate external builder.

Does ePBS eliminate builder centralization?

No. Builder concentration can still arise from exclusive orderflow, superior algorithms, lower latency, capital, searcher relationships, networking, and operational reliability.

Does ePBS solve Ethereum censorship?

No. Builders can still choose which valid transactions to include. ePBS removes relay trust from the proposer-builder exchange but does not independently guarantee timely inclusion of every eligible transaction.

What is FOCIL?

FOCIL is a fork-choice enforced inclusion-list design in which a committee of validators creates transaction inclusion constraints that builders are expected to satisfy. It targets censorship resistance rather than proposer-builder payment exchange.

Is FOCIL included with ePBS in Glamsterdam?

No. The current Glamsterdam Meta EIP schedules EIP-7732 for inclusion but lists EIP-7805 FOCIL among proposals declined for that upgrade.

Can ePBS and FOCIL work together?

Yes. EIP-7732 is designed to be compatible with fork-choice enforced inclusion lists. ePBS can manage builder selection and fair exchange while an inclusion-list mechanism constrains transaction omission.

Does FOCIL eliminate MEV?

No. Inclusion lists can strengthen transaction inclusion guarantees while builders can still optimize ordering and compete over MEV within the remaining protocol constraints.

Does ePBS prevent front-running?

No. Valuable transaction ordering still exists. Users can remain exposed to sandwiches, backruns, arbitrage, liquidations, and other ordering-sensitive strategies depending on how they submit transactions and how applications are designed.

Does ePBS matter to rollups?

Yes indirectly. Improving Ethereum's safe propagation and validation capacity can support greater L1 and blob throughput, which affects rollup settlement and data-availability economics. ePBS does not itself decentralize L2 sequencers.

What should validator operators monitor after ePBS activates?

Operators should monitor bid receipt, builder selection, payload reveal latency, empty payload slots, PTC performance, execution-validation duration, payment realization, local-building fallback, and client-specific fork-choice behavior.

What should researchers monitor?

Important metrics include builder market share, orderflow concentration, bid dispersion, reveal latency, payload-withholding frequency, proposer payments, local-build competitiveness, fee-adjusted transaction inclusion, and persistent censorship patterns.

How can I investigate a transaction included by an ePBS builder?

Start with transaction-level evidence. Decode calldata, transfers, approvals, logs, swaps, and neighboring transactions. Then evaluate ordering and builder context. Builder identity alone does not prove who created a strategy or why a specific transaction was included.

References and further reading

The following primary specifications and technical documentation provide additional detail on enshrined proposer-builder separation, the Glamsterdam upgrade, inclusion lists, and the external PBS architecture that ePBS replaces at the protocol boundary.


This TokenToolHub guide is technical research and educational material. EIP-7732 remains under review and implementation details can change before network activation. Validator operators, builders, infrastructure providers, application developers, and researchers should verify finalized consensus specifications, client releases, test vectors, activation epochs, network timing, and operational requirements before production deployment.

TH

Add TokenToolHub shortcut

Keep scanners, research tools, guides, and the community one tap away on this device.

On iPhone, open TokenToolHub in Safari, tap the Share icon, then choose Add to Home Screen.