mev space #2: the searcher integration saga, by eigenphi (2025)

This commit is contained in:
autistic-symposium-helper 2025-01-19 13:53:17 +01:00 committed by GitHub
parent 5400ba6dc7
commit 5670fc3a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,35 +17,53 @@
<br> <br>
<img width="530" src="https://user-images.githubusercontent.com/1130416/217417346-50916961-aaa2-49ef-ad10-2f623a959fa6.png"> <img width="530" src="https://user-images.githubusercontent.com/1130416/217417346-50916961-aaa2-49ef-ad10-2f623a959fa6.png">
<br> <br>
---- ----
### resources ### cool resources
<br> <br>
#### specs and algorithms
* [builder specs, by the ef](https://github.com/ethereum/builder-specs) * **[builder specs, by the ef](https://github.com/ethereum/builder-specs)**
* [builder opens source, by flashbots](https://github.com/flashbots/builder) * **[builder opens source, by flashbots](https://github.com/flashbots/builder)**
* [flashbots block building algorithm](https://writings.flashbots.net/searching-post-merge#blockbuilding-algorithm) * **[mev-rs: gateway to a network of block builders](https://github.com/ralexstokes/mev-rs)**
* [etherscan blocks](https://etherscan.io/blocks), [mev blocks](https://etherscan.io/blocks/label/mev-block), and [mev builders](https://etherscan.io/accounts/label/mev-builder) * **[flashbots block building algorithm (2022)](https://writings.flashbots.net/searching-post-merge#blockbuilding-algorithm)**
* [builder69.io endpoint for searchers (bundle/tx)](https://builder0x69.io)
* [mev-rs - gateway to a network of block builders](https://github.com/ralexstokes/mev-rs) <br>
* [fat stats for builders through mev-boost](https://www.mevpanda.com/)
* [decentralizing the builder role, by vitalik](https://hackmd.io/@vbuterin/distributed_builders#/) #### builders, data, stats
* [mev and the rise of builders, by galaxy](https://www.galaxy.com/research/whitepapers/mev-the-rise-of-the-builders/)
* [block builder decentralization is coming, but maybe not so soon, by ballsyalchemist](https://bittokoin.substack.com/p/block-builder-decentralization-is) * **[fat stats for builders through mev-boost](https://www.mevpanda.com/)**
* [the role of block building in the future of ethereum, by d. der werff](https://frontier.tech/beyond-extraction) * **[rated.network's builders dashboard](https://www.rated.network/builders?network=mainnet&timeWindow=1d&page=1)**
* [running geth within sgx, by flashbots](https://writings.flashbots.net/geth-inside-sgx) * **[builder69.io endpoint for searchers (bundle/tx)](https://builder0x69.io)**
* [rated.network's builders dashboard](https://www.rated.network/builders?network=mainnet&timeWindow=1d&page=1) * **[etherscan blocks](https://etherscan.io/blocks)**, **[mev blocks](https://etherscan.io/blocks/label/mev-block)**, and **[mev builders](https://etherscan.io/accounts/label/mev-builder)**
* [buildernet, by flashbots, beaverbuild, nethermind (2024)](https://buildernet.org/blog/introducing-buildernet) * **[mev and the rise of builders, by galaxy (2023)](https://www.galaxy.com/research/whitepapers/mev-the-rise-of-the-builders/)**
* [eip-7727, enable meta transactions to order other transactions, by l. johnson (2024)](https://eips.ethereum.org/EIPS/eip-7727)
* [from competition to centralization: the oligopoly in ethereum block building auctions, by wu et al. (2024)](https://arxiv.org/pdf/2412.18074) <br>
#### decentralizing
* **[decentralizing the builder role, by vub (2023)](https://hackmd.io/@vbuterin/distributed_builders#/)**
* **[the role of block building in the future of ethereum, by d. der werff (2023)](https://frontier.tech/beyond-extraction)**
* **[block builder decentralization is coming, but maybe not so soon, by ballsyalchemist (2023)](https://bittokoin.substack.com/p/block-builder-decentralization-is)**
* **[buildernet, by flashbots, beaverbuild, nethermind (2024)](https://buildernet.org/blog/introducing-buildernet)**
<br>
#### research
* **[running geth within sgx, by flashbots (2022)](https://writings.flashbots.net/geth-inside-sgx)**
* **[eip-7727, enable meta transactions to order other transactions, by l. johnson (2024)](https://eips.ethereum.org/EIPS/eip-7727)**
* **[from competition to centralization: the oligopoly in ethereum block building auctions, by wu et al. (2024)](https://arxiv.org/pdf/2412.18074)**
* empirical game theoretic analysis exploring builders' strategic bidding incentives in MEV-Boost auctions, focusing on how advantages in network latency and access to MEV opportunities affect builders' bidding behaviors and auction outcomes. * empirical game theoretic analysis exploring builders' strategic bidding incentives in MEV-Boost auctions, focusing on how advantages in network latency and access to MEV opportunities affect builders' bidding behaviors and auction outcomes.
<br>
#### talks
* **[mev space #2: the searcher integration saga, by eigenphi (2025)](https://www.youtube.com/watch?v=gMhnyXp0CQM)**