From 9380d13b7c3d098a009009020c681ef1d157687d Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:26:05 -0800 Subject: [PATCH] add liquidation bot for Aave V3 --- anatomy_of_mev_bots/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anatomy_of_mev_bots/README.md b/anatomy_of_mev_bots/README.md index b45f6d2..2150423 100644 --- a/anatomy_of_mev_bots/README.md +++ b/anatomy_of_mev_bots/README.md @@ -15,6 +15,7 @@ #### 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) @@ -22,6 +23,7 @@ #### 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)