From e88bbbaeedfbe5e997abb64834bfd4c9bda08aeb Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:26:08 -0800 Subject: [PATCH] Update README.md --- anatomy_of_mev_bots/README.md | 104 ++++++---------------------------- 1 file changed, 17 insertions(+), 87 deletions(-) diff --git a/anatomy_of_mev_bots/README.md b/anatomy_of_mev_bots/README.md index 90c0906..2378c05 100644 --- a/anatomy_of_mev_bots/README.md +++ b/anatomy_of_mev_bots/README.md @@ -2,110 +2,40 @@
-* this dir contains lists of "retired" or scafold for mev bots for learning purposes. +### in this dir
---- +##### bots -### 101 - -* [flashbots-demo](https://github.com/0xblocks/flashbots-demo) -* [seacher for compromised priv keys](https://github.com/flashbots/searcher-sponsored-tx) -* [mev-template-rs](https://github.com/degatchi/mev-template-rs) - -
- ---- - -### arbers - - -* [amm arbitrageur](https://github.com/paco0x/amm-arbitrageur) -* [flashbot's simple arb](https://github.com/flashbots/simple-arbitrage) -* [arb mev bot](https://github.com/scapula07/arbitrage-mev-bot) -* [polygon arb bot](https://github.com/OnlyF0uR/Polygon-Arbitrage-Bot) - -
- ---- - -### liquidators - -* [liquidation bot for Aave V3](https://github.com/massun-onibakuchi/grim-reaper) -* [ftx-factorial liquidation bot](https://github.com/fxfactorial/liquidation-bot-fall-2020) -* [liquidation aave protocol example](https://github.com/ialberquilla/aave-liquidation) -* [liquidator-v3](https://github.com/blockworks-foundation/liquidator-v3) +* [101 bots (get started)](bots/101.md) +* [arbers](bots/arbers.md) +* [liquidators](bots/liquidators.md) +* [frontrunners](bots/frontrunners.md) +* [backrunners](bots/backrunners.md) +* [longtailors](bots/longtailors.md) +* [sandwichors](bots/sandwichors.md) +* [snipers](bots/snipers.md) +* [tradors](bots/tradors.md) +* [cow solvers](bots/cow-solvers.md)
---- +##### useful -### frontrunners - -* [cake sniper](https://github.com/Supercycled/cake_sniper) +* [data analysis on bots](data-analysis) +* [deployment of bots](deployment)
---- - -### backrunners - -* [synthetix bot](https://github.com/bertmiller/sMEV) - -
- ---- - -### longtailors - -* [ape bot](https://github.com/duckdegen/apebot) -* [binance alpha bot](https://github.com/duckdegen/apebot) -* [globinmode longtail nft](https://github.com/Anish-Agnihotri/goblinmode) - - -
- ---- - -### sandwichors - -* [optimal sandwich](https://github.com/mevcheb/optimal-sandwich) -* [subway](https://github.com/libevm/subway) - -
- ---- - -### snipers - -* [limit sniper](https://github.com/CryptoGnome/Limit-Sniper) -* [pool-sniper](https://github.com/Anish-Agnihotri/pool-sniper) - -
- ---- - -### cow solvers - -* [cow solver template](https://github.com/cowprotocol/solver-template-py) -* [cowsol](https://github.com/MEV-WAIFU-LABS/cow_arbitrage_solver) - -
- ---- - -### tradors - -* [hummingbot trading bots](https://hummingbot.org/) - -
--- ### resources and tools +
+ * [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator) * [symbolic searcher](https://github.com/bzhang42/symbolic-searcher) * [FairTraDEX](https://github.com/MEVProof/Contracts)