Update README.md

This commit is contained in:
Dr. Mia von Steinkirch 2022-10-17 21:24:01 -07:00 committed by GitHub
parent 93bc223cca
commit 8ec1ecfe2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 its important to redistribute these to all the participants.
<br>
---
### auction architecture
<br>
- searcher: bots looking for access to blockspace, users frontrunning protection on their transactions, and dapps
- relay
- miner
<br> <br>
---- ----
### resources in this repo ### dirs in this repo
<br> <br>
* [scripts](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/scripts) * [some 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 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) * [mev-boost stuff](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/flashbots/mev-boost)