🥓 add mev relays

This commit is contained in:
bt3gl 2022-09-23 22:47:09 -07:00 committed by GitHub
parent 73cd3842ee
commit c33f264080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,42 +1,35 @@
# 🏴‍☠️ everything mev in ethereum # 🏴‍☠️ mev on ethereum
<br> <br>
## mev categories #### basics
<br> <br>
* arbitrage
* liquidation
* sandwich
* longtail
<br>
---
## in this repo
<br>
* [basic evm](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/evm-knowledge.md)
* [frontrunning](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/frontrunning.md)
* [liquidation](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/liquidations.md)
* [arbitrage](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/arbitrage.md) * [arbitrage](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/arbitrage.md)
* [basic evm](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/evm-knowledge.md)
* [eip-1559](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/eip-1559.md) * [eip-1559](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/eip-1559.md)
* [sandwiching](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/sandwiching.md)
* [the mempool](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/mempool.md) * [the mempool](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/mempool.md)
* [terminology](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/terminology.md) * [terminology](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/terminology.md)
<br>
#### mev categories
<br> <br>
--- * [frontrunning](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/frontrunning.md)
* [liquidation](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/liquidations.md)
## research * [sandwiching](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/sandwiching.md)
<br> <br>
* [cross-domain mev](https://arxiv.org/abs/2112.01472) #### useful
* [mev relays](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/mev-relays.md)