From f55a2025cd98a4ff6e751d446349a1218366bcf7 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:10:23 -0800 Subject: [PATCH] Update README.md --- anatomy_of_mev_bots/README.md | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/anatomy_of_mev_bots/README.md b/anatomy_of_mev_bots/README.md index ef173dc..8636d4f 100644 --- a/anatomy_of_mev_bots/README.md +++ b/anatomy_of_mev_bots/README.md @@ -6,8 +6,6 @@
-##### bots - * [101 bots (get started)](bots/101.md) * [arbers](bots/arbers.md) * [liquidators](bots/liquidators.md) @@ -19,28 +17,16 @@ * [tradors](bots/tradors.md) * [cow solvers](bots/cow-solvers.md) * [statistical arbers](bots/stat-arbers.md) - +* [bot profits by year](profits)
-##### numbers $ +---- -* [profits of bots](profits) -* [costs of bots](deployment) -* [list of known bots, by mev corpus](https://github.com/manifoldfinance/mev-corpus/blob/master/packages/known-bots/lib/known-bots.js) +### code
- ---- - -### resources - -
- -##### code - - * [vanity address generator for CREATE2 addresses](https://github.com/johguse/ERADICATE2) * [metamorphic: a factory contract for redeployable](https://github.com/0age/metamorphic) * [eigenphi market overview and performance of mev types](https://beta.eigenphi.io/) @@ -53,9 +39,18 @@ * [mev bot in q using kdb+](https://github.com/sambacha/q-evm) * [resources for gas optimization](https://github.com/go-outside-labs/web3-solidity/blob/main/saving_gas/README.md) * [contract and typescript library for static multi-calls](https://github.com/indexed-finance/multicall) +* [ggregate multiple constant function call results into one](https://github.com/makerdao/multicall) -##### readings +
+ +--- + +### resources + +
+ +* [list of known bots, by mev corpus](https://github.com/manifoldfinance/mev-corpus/blob/master/packages/known-bots/lib/known-bots.js) * [etherscan mev bot accounts](https://etherscan.io/accounts/label/mev-bot) * [build a mev bot by degatchi](https://www.degatchi.com/articles/how-to-build-a-mev-bot) * [mev as an inner experience by nathan worsley](https://www.youtube.com/watch?v=9iHlyaRsgYI)