This commit is contained in:
cyph3r bt3gl 2023-07-14 16:09:02 -07:00 committed by GitHub
parent f57c6a586a
commit 3c549a4fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,10 @@
<br> <br>
<p align="center"> <p align="center">
<img src="https://user-images.githubusercontent.com/1130416/210285135-2d0c3965-a3cd-44f7-a167-3ec14a9ad695.png" width="40%" align="center" style="padding:1px;border:1px solid black;"/> <img src="https://github.com/go-outside-labs/mev-toolkit/assets/138340846/bd193195-77c6-4472-88ad-d17be65f7dc1" width="55%" align="center" style="padding:1px;border:1px solid black;"/>
</p> </p>
<br>
@ -34,51 +33,51 @@
##### atomic (tx ordering) ##### atomic (tx ordering)
* [sniping](MEV_strategies/sniping) * **[sniping](MEV_strategies/sniping)**
* [longtails](MEV_strategies/longtails) * **[longtails](MEV_strategies/longtails)**
* [atomic arbs](MEV_strategies/atomic_arb) * **[atomic arbs](MEV_strategies/atomic_arb)**
* [sandwiches](MEV_strategies/sandwich) * **[sandwiches](MEV_strategies/sandwich)**
* [flashloans](MEV_strategies/flashloans) * **[flashloans](MEV_strategies/flashloans)**
* [jit liquidity](MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md) * **[jit liquidity](MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md)**
* [liquidations](MEV_strategies/liquidations) * **[liquidations](MEV_strategies/liquidations)**
* [frontrunning](MEV_strategies/frontrunning) * **[frontrunning](MEV_strategies/frontrunning)**
* [backrunning](MEV_strategies/backrunning) * **[backrunning](MEV_strategies/backrunning)**
##### statistical (informed signal) ##### statistical (informed signal)
* [order flows](MEV_searchers/order_flows) * **[order flows](MEV_searchers/order_flows)**
* [statistical arbs](MEV_strategies/stat_arbs) * **[statistical arbs](MEV_strategies/stat_arbs)**
* [defi and trading](MEV_and_trading) * **[defi and trading](MEV_and_trading)**
* [cross-domain mev](MEV_searchers/cross_domain_mev) * **[cross-domain mev](MEV_searchers/cross_domain_mev)**
* [oracles and twamm](MEV_strategies/oracles) * **[oracles and twamm](MEV_strategies/oracles)**
### II. code up your (learning and experimental) bots ### II. code up your (learning and experimental) bots
* [build your mev bot](MEV_searchers) * **[build your mev bot](MEV_searchers)**
* [mempools monitoring](MEV_searchers/mempool_monitoring) * **[mempools monitoring](MEV_searchers/mempool_monitoring)**
* [latency optimization](MEV_searchers/latency) * **[latency optimization](MEV_searchers/latency)**
* [tx and signature explorers](MEV_searchers/tx_and_signature_explorers) * **[tx and signature explorers](MEV_searchers/tx_and_signature_explorers)**
### III. understand the chains and how mev differs on each of them ### III. understand the chains and how mev differs on each of them
* [mev on solana](MEV_by_chains/MEV_on_Solana) * **[mev on solana](MEV_by_chains/MEV_on_Solana)**
* [mev on cosmos](MEV_by_chains/MEV_on_Cosmos) * **[mev on cosmos](MEV_by_chains/MEV_on_Cosmos)**
* [mev on polygon](MEV_by_chains/MEV_on_Polygon) * **[mev on polygon](MEV_by_chains/MEV_on_Polygon)**
* [mev on arbitrum](MEV_by_chains/MEV_on_Arbitrum) * **[mev on arbitrum](MEV_by_chains/MEV_on_Arbitrum)**
* [mev on ethereum](MEV_by_chains/MEV_on_Ethereum) * **[mev on ethereum](MEV_by_chains/MEV_on_Ethereum)**
* [mev on optimism](MEV_by_chains/MEV_on_Optimism) * **[mev on optimism](MEV_by_chains/MEV_on_Optimism)**
* [mev on bsc chain](MEV_by_chains/MEV_on_BSC) * **[mev on bsc chain](MEV_by_chains/MEV_on_BSC)**
* [mev on avalanche](MEV_by_chains/MEV_on_Avalanche) * **[mev on avalanche](MEV_by_chains/MEV_on_Avalanche)**
### IV. understand (and join) the space ### IV. understand (and join) the space
* [mev-related protocols](MEV_projects) * **[mev-related protocols](MEV_projects)**
* [mev data and analytics](MEV_searchers/data_and_analytics) * **[mev data and analytics](MEV_searchers/data_and_analytics)**
* [research on order flows](MEV_searchers/order_flows) * **[research on order flows](MEV_searchers/order_flows)**
* [canonical papers from the past](MEV_projects/history.md) * **[canonical papers from the past](MEV_projects/history.md)**