Skip to main content

Searcher Proposer Decoupling

Definition

Searcher proposer decoupling is an architectural design pattern in blockchain transaction ordering, particularly relevant in proof-of-stake systems like Ethereum. It separates the roles of “searchers,” who identify and bundle profitable transaction sequences, from “proposers,” who are responsible for adding blocks to the blockchain. This separation aims to mitigate maximal extractable value concerns by reducing the proposer’s ability to front-run or reorder transactions. It promotes a more equitable and transparent block production process.