From e60a4447ea2de4ea70ded191dc26117a91119f1b Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sun, 18 Dec 2022 09:50:09 -0800 Subject: [PATCH] arbers, liquidators, frontrunners, backrunners, longtailors, sandwichors... --- anatomy_of_mev_bots/README.md | 61 ++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 19 deletions(-) diff --git a/anatomy_of_mev_bots/README.md b/anatomy_of_mev_bots/README.md index 86ba68b..1e601fa 100644 --- a/anatomy_of_mev_bots/README.md +++ b/anatomy_of_mev_bots/README.md @@ -11,39 +11,62 @@ ### "retired" or learning mev bots -
-* [cake sniper](https://github.com/Supercycled/cake_sniper) -* [ape bot](https://github.com/duckdegen/apebot) -* [synthetix bot](https://github.com/bertmiller/sMEV) -* [flashbot's simple arb](https://github.com/flashbots/simple-arbitrage) -* [searcher-sponsored-tx](https://github.com/flashbots/searcher-sponsored-tx) -* [searcher-minter](https://github.com/flashbots/searcher-minter) -* [subway](https://github.com/libevm/subway) -* [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator) -* [optimal sandwich](https://github.com/mevcheb/optimal-sandwich) +#### arbers + * [amm arbitrageur](https://github.com/paco0x/amm-arbitrageur) -* [mev bot in q using kdb+](https://github.com/sambacha/q-evm) +* [flashbot's simple arb](https://github.com/flashbots/simple-arbitrage) + +#### liquidators + +* [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) -* [limit sniper](https://github.com/CryptoGnome/Limit-Sniper) -* [pool-sniper](https://github.com/Anish-Agnihotri/pool-sniper) -* [globinmode longtail nft](https://github.com/Anish-Agnihotri/goblinmode) + + +#### frontrunners + +* [cake sniper](https://github.com/Supercycled/cake_sniper) + +#### backrunners + +* [synthetix bot](https://github.com/bertmiller/sMEV) + +#### longtailors + +* [ape bot](https://github.com/duckdegen/apebot) * [binance alpha bot](https://github.com/duckdegen/apebot) -* [hummingbot trading bots](https://hummingbot.org/) -* [cow solver templante](https://github.com/cowprotocol/solver-template-py) +* [globinmode longtail nft](https://github.com/Anish-Agnihotri/goblinmode) + + +#### sandwichors + +* [optimal sandwich](https://github.com/mevcheb/optimal-sandwich) +* [subway](https://github.com/libevm/subway) + +#### cow solvers + +* [cow solver template](https://github.com/cowprotocol/solver-template-py) * [cowsol](https://github.com/MEV-WAIFU-LABS/cow_arbitrage_solver) -
+#### tradors -### algorithms +* [hummingbot trading bots](https://hummingbot.org/) +#### tools and algorithms + +* [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator) * [symbolic searcher](https://github.com/bzhang42/symbolic-searcher) * [FairTraDEX](https://github.com/MEVProof/Contracts) +* [searcher-sponsored-tx](https://github.com/flashbots/searcher-sponsored-tx) +* [searcher-minter](https://github.com/flashbots/searcher-minter) +* [limit sniper](https://github.com/CryptoGnome/Limit-Sniper) +* [pool-sniper](https://github.com/Anish-Agnihotri/pool-sniper) +* [mev bot in q using kdb+](https://github.com/sambacha/q-evm)
-### resources +### more resources