From 8ec1ecfe2db787d9552c4ebb4e16e884b2310ec2 Mon Sep 17 00:00:00 2001 From: "Dr. Mia von Steinkirch" <1130416+F4DELEGATECALL@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:24:01 -0700 Subject: [PATCH] Update README.md --- flashbots/README.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/flashbots/README.md b/flashbots/README.md index f31bc3c..a6f43b1 100644 --- a/flashbots/README.md +++ b/flashbots/README.md @@ -8,33 +8,17 @@ * flashbots is a research and development organization focused on mitigating the negative externalities of current MEV extraction techniques and avoiding the existential risks MEV could cause to state-rich blockchains like Ethereum. -* flashbots try to move the problem to another area to prevent clogging up the Ethereum network and giving it more clarity. I works by reducing MEV's complexity by three fronts: - - **inspect and quantize the impact of MEV**: this helps reduce the information asymmetry and people can understand the problem and its impact better (mev-Inspect). - - **democratize the extraction of MEV**: the power to extract MEV exists in the hands of few people so they provide tools for everyone to start extracting MEV (mev-feth, mev-boost). - - **distribute the benefit of mev**: currently, the miners and validators extract a disproportionate amount of benefits. So it’s important to redistribute these to all the participants. - -
- ---- - -### auction architecture - -
- -- searcher: bots looking for access to blockspace, users frontrunning protection on their transactions, and dapps -- relay -- miner
---- -### resources in this repo +### dirs in this repo
-* [scripts](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/scripts) -* [tools](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/tools) +* [some scripts](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/scripts) +* [some tools](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/tools) * [mev-boost stuff](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/mev-boost)