protecting against mev with flashbots, c. chapman et al (2025)

This commit is contained in:
autistic-symposium-helper 2025-02-03 12:14:22 +01:00 committed by GitHub
parent d7e3f567e0
commit bd45fb6eae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,46 +10,47 @@
* after the release of MEV-geth (and later MEV-boost), much of the computation related to MEV was taken off-chain, by a side-relay that allows MEV searchers to communicate directly with nodes and other participants. This lead to a decrease in fee congestion pricing. * after the release of MEV-geth (and later MEV-boost), much of the computation related to MEV was taken off-chain, by a side-relay that allows MEV searchers to communicate directly with nodes and other participants. This lead to a decrease in fee congestion pricing.
* however, MEV “marketplaces” like flashbots, are quite centralized, since the vast majority of blocks flow through it. * however, MEV “marketplaces” like flashbots, are quite centralized, since the vast majority of blocks flow through it.
<br>
##### bundles ##### bundles
* bundle/transaction profitability is determined by: fee per gas used, priority fee, and direct validator payments. * bundle/transaction profitability is determined by: fee per gas used, priority fee, and direct validator payments.
<br> <br>
---- ----
### in this dir ### chapters
<br> <br>
* **[mev-boost](mev-boost)**
* [mev-boost](mev-boost) * **[suave](suave)**
* [suave](suave) * **[scripts](scripts)**
* [scripts](scripts) * **[tools](tools)**
* [tools](tools)
<br> <br>
--- ---
### resources ### cool resources
<br> <br>
- [how to use flashbots](https://cryptomarketpool.com/how-to-use-flashbots/) * **[protecting against mev with flashbots, c. chapman et al (2025)](https://x.com/i/broadcasts/1MnxnDwrjNLGO)**
- [bundle pricing docs](https://docs.flashbots.net/flashbots-auction/searchers/advanced/bundle-pricing) * **[mev economics videos, by eth global (2024)](https://www.youtube.com/playlist?list=PLXzKMXK2aHh7bW0j2dhpnLNiIJIMnPgsD)**
- [flashbots bundler explorer](https://flashbots-explorer.marto.lol/) * **[order flows kingmaker of block builders, by noxx (2022)](https://noxx.substack.com/p/order-flows-kingmaker-of-the-block)**
- [flashbots: frontrunning the mev crisis by thegostep](https://ethresear.ch/t/flashbots-frontrunning-the-mev-crisis/8251)
- [order flows kingmaker of block builders by noxx](https://noxx.substack.com/p/order-flows-kingmaker-of-the-block) <br>
- [data analysis of Flashbots MEV](https://github.com/ivanmolto/mev-flashbots-unleashed)
- [flashbots' transparency board](https://transparency.flashbots.net/) ##### docs
- [flashbots' research topics](https://github.com/flashbots/mev-research)
- [mev economics](https://www.youtube.com/playlist?list=PLXzKMXK2aHh7bW0j2dhpnLNiIJIMnPgsD) * **[bundle pricing docs](https://docs.flashbots.net/flashbots-auction/searchers/advanced/bundle-pricing)**
* **[flashbots' research topics](https://github.com/flashbots/mev-research)**
<br>
##### code
* **[data analysis of flashbots mev](https://github.com/ivanmolto/mev-flashbots-unleashed)**