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.
* however, MEV “marketplaces” like flashbots, are quite centralized, since the vast majority of blocks flow through it.
<br>
##### bundles
* bundle/transaction profitability is determined by: fee per gas used, priority fee, and direct validator payments.
<br>
----
### in this dir
### chapters
<br>
* [mev-boost](mev-boost)
* [suave](suave)
* [scripts](scripts)
* [tools](tools)
* **[mev-boost](mev-boost)**
* **[suave](suave)**
* **[scripts](scripts)**
* **[tools](tools)**
<br>
---
### resources
### cool resources
<br>
- [how to use flashbots](https://cryptomarketpool.com/how-to-use-flashbots/)
- [bundle pricing docs](https://docs.flashbots.net/flashbots-auction/searchers/advanced/bundle-pricing)
- [flashbots bundler explorer](https://flashbots-explorer.marto.lol/)
- [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)
- [data analysis of Flashbots MEV](https://github.com/ivanmolto/mev-flashbots-unleashed)
- [flashbots' transparency board](https://transparency.flashbots.net/)
- [flashbots' research topics](https://github.com/flashbots/mev-research)
- [mev economics](https://www.youtube.com/playlist?list=PLXzKMXK2aHh7bW0j2dhpnLNiIJIMnPgsD)
* **[protecting against mev with flashbots, c. chapman et al (2025)](https://x.com/i/broadcasts/1MnxnDwrjNLGO)**
* **[mev economics videos, by eth global (2024)](https://www.youtube.com/playlist?list=PLXzKMXK2aHh7bW0j2dhpnLNiIJIMnPgsD)**
* **[order flows kingmaker of block builders, by noxx (2022)](https://noxx.substack.com/p/order-flows-kingmaker-of-the-block)**
<br>
##### docs
* **[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)**