👾 MEV extraction can be a force of good in a non-predactory blockspace free-market as an incentive for economic security.

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 09:20:52 -08:00 committed by GitHub
parent 7af43d8439
commit 5aeb1f13de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# 🦈⛓ mev toolkit
# 🕹⛓ mev toolkit
<br>
@ -12,18 +12,19 @@
## tl; dr
#### maximal extractable value (MEV) encompasses the profits generated by participant parties in the block production supply chain, a revenue stream generated from priority gas auction (PGA).
<br>
#### MEV extaction can be a force of good in a non-predactory blockcspace free-market as an incentive for economic security.
#### 👾 maximal extractable value (MEV) encompasses the profits generated by participant parties in the block production supply chain, a revenue stream generated from priority gas auction (PGA).
#### the initial concept of MEV started as a thread by [pmcgooohan](https://twitter.com/pmcgoohancrypto?lang=en) on [e/ethereum](https://www.reddit.com/r/ethereum/comments/2d84yv/miners_frontrunning/), and it was formalized by [phildaian](https://twitter.com/phildaian)'s [research paper [flash boys 2.0](https://arxiv.org/abs/1904.05234).
#### 👾 MEV extraction can be a force of good in a non-predactory blockspace free-market as an incentive for economic security.
#### this repository is an ongoing boundless catalog from my own research. therefore, no guarantees, no promises; use it at your own risk.
<br>
#### 👾 the initial concept of MEV started as a thread by [pmcgooohan](https://twitter.com/pmcgoohancrypto?lang=en) on [e/ethereum](https://www.reddit.com/r/ethereum/comments/2d84yv/miners_frontrunning/), and it was formalized by [phildaian](https://twitter.com/phildaian)'s [research paper [flash boys 2.0](https://arxiv.org/abs/1904.05234).
#### ⚠️ this repository is an ongoing boundless catalog from my own research. therefore, no guarantees, no promises; use it at your own risk.
<br>
---
## 🍕 notes && code in this repo
@ -42,18 +43,20 @@
* [just-in-time](uniswap/uniswap-v3/just-in-time.md)
* [flashloans](flashloans)
* [sniping](sniping)
* [statistical](stat_strategies)
<br>
### building a toolkit
<br>
* [pvp battles](pvp_war)
* [build your mev bot](anatomy_of_mev_bots)
* [latency optimization](latency)
* [cross-domain mev](cross_domain_mev)
* [statistical strategies](stat_strategies)
* [private order flows](private_order_flows)
@ -75,12 +78,11 @@
### mev-related projects
<br>
* [flashbots](flashbots)
* [cyph3rs.xyz](https://www.cyph3rs.xyz/)
* [cow protocol](cow_protocol)
* [rook dao](rook)
* [private order flows](private_order_flows)
@ -88,10 +90,12 @@
### related defi stuff
<br>
* [uniswap](uniswap)
* [oracles, twap, twamm](oracles)
* [0x protocol and rfq](0x_protocol)
* [defi and day trading](defi_and_trading)
* [defi and trading](defi_and_trading)
* [tokenomics](tokenomics)
@ -108,6 +112,7 @@
### mev explorers
<br>
* [ethtx transaction decoder](https://ethtx.info/)
* [tx.eth.samczsun.com](https://tx.eth.samczsun.com/)
@ -123,10 +128,8 @@
<br>
##### ethereum mainnet
<br>
* [bloxy, by bitquey](https://bloxy.info/)
* [ethvm ethereum explorer](https://www.ethvm.com/)
@ -140,37 +143,19 @@
* [tx explorer, by blocksec](https://phalcon.blocksec.com/)
* [address explorer, by breadcrumbs](https://www.breadcrumbs.app/home)
<br>
##### goerli testnet
<br>
* [etherscan goerli](https://goerli.etherscan.io/)
<br>
### gas trackers
<br>
* [eth gas alert](https://ethgasalerts.xyz/)
* [gas price io](https://www.gasprice.io/)
* [ethereum gas tracker](https://www.useweb3.xyz/gas)
* [nansei gas tracker](https://pro.nansen.ai/gas-tracker)
* [gas fee prediction](https://www.blocknative.com/gas-estimator)
* [gastrology](https://dethgasstation.eth.link/)
<br>
### data && analytics
<br>
* [mev dashboard, by flashbots](https://explore.flashbots.net/).
* [cross-domain arbitrage tracker, by odos](https://www.odos.xyz/arbitrage)
@ -224,6 +209,18 @@
* [whatsabi: guess an abi for ethereum contracts](https://github.com/shazow/whatsabi)
##### gas trackers
* [eth gas alert](https://ethgasalerts.xyz/)
* [gas price io](https://www.gasprice.io/)
* [ethereum gas tracker](https://www.useweb3.xyz/gas)
* [nansei gas tracker](https://pro.nansen.ai/gas-tracker)
* [gas fee prediction](https://www.blocknative.com/gas-estimator)
* [gastrology](https://dethgasstation.eth.link/)
##### alert bots
@ -241,7 +238,7 @@
---
## 🍿 history || relevant articles
## 🍿 relevant readings
<br>
@ -263,7 +260,7 @@
- [mev wat to do, by phill daian](https://pdaian.com/blog/mev-wat-do/)
- [mev: the first 5 years, by james prestwich](https://medium.com/@Prestwich/mev-c417d9a5eb3d)
- [mev: the next 5 years, by james prestwich](https://medium.com/@Prestwich/mev-the-next-five-years-63f84fffdf36)
- [mev-boost, relays, self-soverignty, by dr. m. von steinkirch](https://mirror.xyz/steinkirch.eth/Xo_5rIpRQpFOC__kYfjLJVOFwlSZH2n8tUnHoXo6VyI)
- [mev-boost, relays, self-sovereignty, by dr. m. von steinkirch](https://mirror.xyz/steinkirch.eth/Xo_5rIpRQpFOC__kYfjLJVOFwlSZH2n8tUnHoXo6VyI)
- [implementing ethereum trading front-runs on the bancor exchange, by ivan bogatyy](https://hackernoon.com/front-running-bancor-in-150-lines-of-python-with-ethereum-api-d5e2bfd0d798)
@ -271,7 +268,9 @@
<br>
### wikis || talks
### wikis || talks || ideas
<br>
* [mev research, by eigenphi](https://www.eigenphi.io/mev/research)
* [mev wiki, by automata network](https://www.mev.wiki/)
@ -281,11 +280,14 @@
* [mev.day amsterdam 2022](https://mevday.org/)
* [cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
* [mempool privacy research list, by a. obadia](https://collective.flashbots.net/t/bookmarks-relevant-for-mempool-privacy-researchers/1091)
* [cyph3rs.xyz](https://www.cyph3rs.xyz/)
<br>
### research papers
<br>
- [flash boys 2.0: frontrunning, transaction reordering, and consensus instability, by philip daian e al.](https://arxiv.org/pdf/1904.05234.pdf)
- [towards a theory of mev I, by diamandis et al.](https://people.eecs.berkeley.edu/~ksk/files/MEV_CFMM.pdf)
- [transparent dishonesty: front-running attacks on blockchain, by shayan eskandari et al.](https://arxiv.org/pdf/1902.05164.pdf)
@ -304,7 +306,7 @@
---
## 🌭 bonus: 𝕞𝕒𝕜𝕖 𝕠𝕗 𝕒 𝕔𝕪𝕡𝕙𝕖𝕣𝕡𝕦𝕟𝕜
## 🌭 [bonus] 𝕥𝕙𝕖 𝕞𝕒𝕜𝕖 𝕠𝕗 𝕒 𝕔𝕪𝕡𝕙𝕖𝕣𝕡𝕦𝕟𝕜
<br>