mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-29 12:16:07 -04:00
👾 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:
parent
7af43d8439
commit
5aeb1f13de
78
README.md
78
README.md
@ -1,4 +1,4 @@
|
|||||||
# 🦈⛓ mev toolkit
|
# 🕹⛓ mev toolkit
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -12,18 +12,19 @@
|
|||||||
|
|
||||||
## tl; dr
|
## 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.
|
#### 👾 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).
|
||||||
|
|
||||||
<br>
|
#### ⚠️ this repository is an ongoing boundless catalog from my own research. therefore, no guarantees, no promises; use it at your own risk.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 🍕 notes && code in this repo
|
## 🍕 notes && code in this repo
|
||||||
|
|
||||||
@ -42,18 +43,20 @@
|
|||||||
* [just-in-time](uniswap/uniswap-v3/just-in-time.md)
|
* [just-in-time](uniswap/uniswap-v3/just-in-time.md)
|
||||||
* [flashloans](flashloans)
|
* [flashloans](flashloans)
|
||||||
* [sniping](sniping)
|
* [sniping](sniping)
|
||||||
|
* [statistical](stat_strategies)
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### building a toolkit
|
### building a toolkit
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [pvp battles](pvp_war)
|
* [pvp battles](pvp_war)
|
||||||
* [build your mev bot](anatomy_of_mev_bots)
|
* [build your mev bot](anatomy_of_mev_bots)
|
||||||
* [latency optimization](latency)
|
* [latency optimization](latency)
|
||||||
* [cross-domain mev](cross_domain_mev)
|
* [cross-domain mev](cross_domain_mev)
|
||||||
* [statistical strategies](stat_strategies)
|
* [private order flows](private_order_flows)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -75,12 +78,11 @@
|
|||||||
|
|
||||||
### mev-related projects
|
### mev-related projects
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [flashbots](flashbots)
|
* [flashbots](flashbots)
|
||||||
* [cyph3rs.xyz](https://www.cyph3rs.xyz/)
|
|
||||||
* [cow protocol](cow_protocol)
|
* [cow protocol](cow_protocol)
|
||||||
* [rook dao](rook)
|
* [rook dao](rook)
|
||||||
* [private order flows](private_order_flows)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -88,10 +90,12 @@
|
|||||||
|
|
||||||
### related defi stuff
|
### related defi stuff
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [uniswap](uniswap)
|
* [uniswap](uniswap)
|
||||||
* [oracles, twap, twamm](oracles)
|
* [oracles, twap, twamm](oracles)
|
||||||
* [0x protocol and rfq](0x_protocol)
|
* [0x protocol and rfq](0x_protocol)
|
||||||
* [defi and day trading](defi_and_trading)
|
* [defi and trading](defi_and_trading)
|
||||||
* [tokenomics](tokenomics)
|
* [tokenomics](tokenomics)
|
||||||
|
|
||||||
|
|
||||||
@ -108,6 +112,7 @@
|
|||||||
|
|
||||||
### mev explorers
|
### mev explorers
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [ethtx transaction decoder](https://ethtx.info/)
|
* [ethtx transaction decoder](https://ethtx.info/)
|
||||||
* [tx.eth.samczsun.com](https://tx.eth.samczsun.com/)
|
* [tx.eth.samczsun.com](https://tx.eth.samczsun.com/)
|
||||||
@ -123,10 +128,8 @@
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
##### ethereum mainnet
|
##### ethereum mainnet
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
* [bloxy, by bitquey](https://bloxy.info/)
|
* [bloxy, by bitquey](https://bloxy.info/)
|
||||||
* [ethvm ethereum explorer](https://www.ethvm.com/)
|
* [ethvm ethereum explorer](https://www.ethvm.com/)
|
||||||
@ -140,37 +143,19 @@
|
|||||||
* [tx explorer, by blocksec](https://phalcon.blocksec.com/)
|
* [tx explorer, by blocksec](https://phalcon.blocksec.com/)
|
||||||
* [address explorer, by breadcrumbs](https://www.breadcrumbs.app/home)
|
* [address explorer, by breadcrumbs](https://www.breadcrumbs.app/home)
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
##### goerli testnet
|
##### goerli testnet
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
* [etherscan goerli](https://goerli.etherscan.io/)
|
* [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>
|
<br>
|
||||||
|
|
||||||
### data && analytics
|
### data && analytics
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [mev dashboard, by flashbots](https://explore.flashbots.net/).
|
* [mev dashboard, by flashbots](https://explore.flashbots.net/).
|
||||||
* [cross-domain arbitrage tracker, by odos](https://www.odos.xyz/arbitrage)
|
* [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)
|
* [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
|
##### alert bots
|
||||||
|
|
||||||
|
|
||||||
@ -241,7 +238,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🍿 history || relevant articles
|
## 🍿 relevant readings
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -263,7 +260,7 @@
|
|||||||
- [mev wat to do, by phill daian](https://pdaian.com/blog/mev-wat-do/)
|
- [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 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: 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)
|
- [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>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
### wikis || talks
|
### wikis || talks || ideas
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [mev research, by eigenphi](https://www.eigenphi.io/mev/research)
|
* [mev research, by eigenphi](https://www.eigenphi.io/mev/research)
|
||||||
* [mev wiki, by automata network](https://www.mev.wiki/)
|
* [mev wiki, by automata network](https://www.mev.wiki/)
|
||||||
@ -281,11 +280,14 @@
|
|||||||
* [mev.day amsterdam 2022](https://mevday.org/)
|
* [mev.day amsterdam 2022](https://mevday.org/)
|
||||||
* [cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
|
* [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)
|
* [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>
|
<br>
|
||||||
|
|
||||||
### research papers
|
### 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)
|
- [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)
|
- [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)
|
- [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>
|
<br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user