From 3e4f2ccef7b4c025611da7c614591b1ab4e89fc0 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sun, 12 Feb 2023 09:53:09 -0800 Subject: [PATCH] Update README.md --- MEV_searchers/README.md | 78 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 71 insertions(+), 7 deletions(-) diff --git a/MEV_searchers/README.md b/MEV_searchers/README.md index 6fa0c01..85d34c8 100644 --- a/MEV_searchers/README.md +++ b/MEV_searchers/README.md @@ -6,7 +6,7 @@
-##### bots +#### bots * [arbers](bots/arbers.md) * [liquidators](bots/liquidators.md) @@ -19,31 +19,95 @@ * [cow solvers](bots/cow-solvers.md) * [statistical arbers](bots/stat-arbers.md) +
-##### cool stuff +#### everything else -* [pvp battles](pvp_war) * [101 bots (get started)](bots/101.md) +* [data and analytics](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/data_and_analytics) * [bot profits by year](profits) +* [disassemblers](disassemblers) +* [mempool monitoring](mempool_monitoring) +* [pvp battles and stories](pvp_war) * [general code resources](code_resources) +* [tx and signature explorers](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/tx_and_signature_explorers) +
--- -### resources +### links
-* [eigenphi market overview and performance of mev types](https://beta.eigenphi.io/) -* [list of known bots, by mev corpus](https://github.com/manifoldfinance/mev-corpus/blob/master/packages/known-bots/lib/known-bots.js) +#### readings + + +* [the daily ape on mev](https://thedailyape.notion.site/MEV-8713cb4c2df24f8483a02135d657a221) +* [mev.day amsterdam 2022](https://mevday.org/) +* [mev research, by eigenphi](https://www.eigenphi.io/mev/research) +* [mev wiki, by automata network](https://www.mev.wiki/) +* [mev extraction strategies, by r. miller](https://docs.google.com/presentation/d/1YVFLnh_MnDtDDQjucW-UKxLD28iGlyi_Pj1ri_hGqRs/edit#slide=id.g124f588a727_0_51) +* [mev auction, by the ethereum foundation](https://ethresear.ch/t/mev-auction-auctioning-transaction-ordering-rights-as-a-solution-to-miner-extractable-value/6788) +* [cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/) +* [mempool privacy research list, by a. obadia](https://collective.flashbots.net/t/bookmarks-relevant-for-mempool-privacy-researchers/1091) * [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) +* [list of known bots, by mev corpus](https://github.com/manifoldfinance/mev-corpus/blob/master/packages/known-bots/lib/known-bots.js) * [running a keeper with rook.fi](https://docs.rook.fi/reference/integrate/run-a-keeper) * [running a solver with cowswap](https://mirror.xyz/steinkirch.eth/s_RwnRgJvK_6fLYPyav7lFT3Zs4W4ZvYwp-AM9EbuhQ) * [tenderly rpc request builder](https://dashboard.tenderly.co/json-rpc-request-builder) +* [mev as an inner experience by nathan worsley](https://www.youtube.com/watch?v=9iHlyaRsgYI) +* [mev market overview and performance, by eigenphi](https://beta.eigenphi.io/) + +
+ +#### useful +* [dapp.tools](https://dapp.tools/) +* [back run me](https://backrunme.com/swap) +* [revoke.cash](https://revoke.cash/) +* [mev templates](https://github.com/degatchi/mev-template-rs) +* [eth detective](https://www.ethtective.com/address/) +* [eth converter](https://eth-converter.com/) +* [calldata decoder](https://tools.deth.net/calldata-decoder) +* [flashbots bot demo](https://github.com/0xblocks/flashbots-demo) +* [ankr rpc endpoints](https://www.ankr.com/rpc/) +* [searcher sponsored tx](https://github.com/flashbots/searcher-sponsored-tx) +* [contracts diff checker](https://etherscan.io/contractdiffchecker) +* [token security detector](https://gopluslabs.io/token-security/) +* [ultrasound money dashboard](https://ultrasound.money/) +* [smart contract allowance checker](https://app.unrekt.net/) +* [whatsabi: guess an abi for ethereum contracts](https://github.com/shazow/whatsabi) +* [source of deployed ethereum contracts in vscode](https://github.com/dethcrypto/dethcode) + +
+ +#### gas trackers + + +* [gastrology](https://dethgasstation.eth.link/) +* [gas price io](https://www.gasprice.io/) +* [eth gas alert](https://ethgasalerts.xyz/) +* [nansei gas tracker](https://pro.nansen.ai/gas-tracker) +* [gas fee prediction](https://www.blocknative.com/gas-estimator) +* [ethereum gas tracker](https://www.useweb3.xyz/gas) + +
+ +#### news and alerts + + +* [highgwei bot](https://twitter.com/HighGwei) +* [eigenphi bot](https://twitter.com/EigenPhi_Alert) +* [mevwatch bot](https://twitter.com/mevwatchbot) +* [mevboost bot](https://twitter.com/MevBoostBot) +* [mevrefund bot](https://twitter.com/MevRefund) +* [eigenphi mirror](https://mirror.xyz/0xc19565163aFdEe3783FC970E4Bd0275B11848d34) +* [mev proposer bot](https://twitter.com/mevproposerbot) +* [flashbots discourse](https://collective.flashbots.net/) +