mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-06 13:24:39 -04:00
💾
This commit is contained in:
parent
bf818f2682
commit
d3a292bfd1
133 changed files with 26 additions and 40 deletions
54
MEV_projects/flashbots/README.md
Normal file
54
MEV_projects/flashbots/README.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
## flashbots
|
||||
|
||||
<br>
|
||||
|
||||
### tl;dr
|
||||
|
||||
<br>
|
||||
|
||||
* **flashbots** is a research and development organization focused on mitigating the negative externalities of current MEV extraction techniques.
|
||||
* 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
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
* [mev-boost](mev-boost)
|
||||
* [suave](suave)
|
||||
* [scripts](scripts)
|
||||
* [tools](tools)
|
||||
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### 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)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue