Skip to content

Commit ad0a614

Browse files
Update README.md
1 parent 0d966aa commit ad0a614

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
### Note
33
- Commit-Boost is still in alpha development, all APIs are subject to change
44
- The code is unaudited and NOT ready for production
5+
- Orginally proposed on ETH Research, read more [here](https://ethresear.ch/t/based-proposer-commitments-ethereum-s-marketplace-for-proposer-commitments/19517)
56

67
## Background:
78

8-
Nearly half a decade ago, Flashboys 2.0 2 was published highlighting how arbitrage bots were challenging the promise of blockchains. On the back of this, some of the authors and community members started a research collective to provide solutions to tackle these challenges. In the end, these efforts created a product more broadly known as MEV-boost 1.
9+
Nearly half a decade ago, Flashboys 2.0 2 was published highlighting how arbitrage bots were challenging the promise of blockchains. On the back of this, some of the authors and community members started a research collective to provide solutions to tackle these challenges. In the end, these efforts created a product more broadly known as MEV-boost.
910

10-
MEV-boost is a middleware that allows the proposer to make a wholesale commitment that outsources block building to a sophisticated actor called a block builder. In return, these block builders pack a block to earn the highest fee for the proposer. Today, over 90% of blocks 2 are built with proposer commitments.
11+
MEV-boost is a middleware that allows the proposer to make a wholesale commitment that outsources block building to a sophisticated actor called a block builder. In return, these block builders pack a block to earn the highest fee for the proposer. Today, over 90% of blocks are built with proposer commitments.
1112

1213
## Proposer Commitments:
1314

@@ -35,7 +36,6 @@ To help address this we started an open source community effort called "Commit-B
3536
- Open source public good that is backwards compatible to help standardize the communication mechanism for the last mile of proposers’ commitments.
3637
- The goal is to develop and then sustain a standard software that will limit fragmentation, reduce complexity for core devs, and decrease risks for proposers making commitments–but, still allow for open innovation / not limiting designs developed by proposer commitment protocols
3738
- Specifically, Commit-Boost is a new Ethereum validator sidecar focused on standardizing the last mile of communication between validators and third parties. It has been designed with modularity at its core, with the goal of supporting a broad range of different use cases and protocols.
38-
- Read more [here](https://ethresear.ch/t/based-proposer-commitments-ethereum-s-marketplace-for-proposer-commitments/19517)
3939

4040
## Goals
4141
- **Open Source**: Developed in the open and under open-source licensing
@@ -66,6 +66,5 @@ By default, Commit-Boost will start a [MEV-boost](https://github.com/flashbots/m
6666
- [Reth](https://github.com/paradigmxyz/reth)
6767
- [Lighthouse](https://github.com/sigp/lighthouse)
6868

69-
7069
## License
7170
MIT + Apache-2.0

0 commit comments

Comments
 (0)