MEV-Boost is an implementation of proposer-builder separation (PBS) built by Flashbots for proof of stake Ethereum. Validators running MEV-Boost maximize their staking reward by selling blockspace to an open market of builders.
MEV-Boost is free, open-source, neutral software built with love, for the community. For information on MEV-Boost software and roadmap, see the MEV-Boost Repository.
https://butn.one/btn/?name=Install+MEV-Boost+from+Github+&link=https%3A%2F%2Fgithub.com%2Fflashbots%2Fmev-boost%23installing&tab=1&darkMode=0&transparent=0&ftSize=&ftFamily=&ftWeight=normal&ftStyle=&cText=%23FFFFFF&cBg=%236669e4&cHText=%23FFFFFF&cHBg=%233d21ca&bColor=%23000&bRadius=5&bSize=0&position=center&emoji=&boxYpos=2&boxXpos=1&boxBlur=0&boxSpread=0&boxColor=rgb(15+15+15+%2F+10%25)&px=8&py=6
Connect MEV-Boost to desired MEV-Boost relays:
./mev-boost -mainnet -relay-check -relays relay1,relay2
-mainnet
, -sepolia
or -goerli
.Configure a consensus client. Detailed instructions are available on the MEV-boost testing wiki, and guides for connecting the client to mev-boost can be found in the consensus client compatibility table below.
Confirm that the setup works by calling the data API to see your validator registration.
For a comprehensive list of relay URL endpoints by network and operator maintained by the community, please refer to:
MEV-Boost is designed to be compatible with the standard Ethereum Builder API. This means it is compatible with all consensus and execution clients. You can find guides for installing with your favorite consensus client below!