From 0e3fba4dc8d294a92affc34158680b4e48654951 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sun, 18 Sep 2022 17:36:16 -0700 Subject: [PATCH] Update README.md --- flashbots/mev-boost/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flashbots/mev-boost/README.md b/flashbots/mev-boost/README.md index 75ebd45..c32cc50 100644 --- a/flashbots/mev-boost/README.md +++ b/flashbots/mev-boost/README.md @@ -4,8 +4,10 @@ * [mev-boost](https://github.com/flashbots/mev-boost#installing) is a middleware run by validators to democratize the block-building market. * it's an implementation of [proposer-builder-separation (PBS)](https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725) for proof-of-stake Ethereum. +* PBS was initially proposed by Ethereum researchers as a response to the risk that MEV poses to decentralization of consensus networks. * builders produce blocks containing transaction orderflow and a fee for the block proposing validator (separating these roles). +
Screen Shot 2022-09-18 at 2 57 20 PM