mev-toolkit/MEV_searchers/README.md
mvonsteinkirch 20ef11b740 💾
2023-02-08 13:34:17 -08:00

67 lines
2.2 KiB
Markdown

## anatomy of mev bots
<br>
### in this dir
<br>
##### bots
* [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)
* [statistical arbers](bots/stat-arbers.md)
###### info
* [101 bots (get started)](bots/101.md)
* [bot profits by year](profits)
<br>
----
### code
<br>
* [vanity address generator for CREATE2 addresses](https://github.com/johguse/ERADICATE2)
* [metamorphic: a factory contract for redeployable](https://github.com/0age/metamorphic)
* [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator)
* [flashbots mev opportunties](https://github.com/flashbots/mev-job-board)
* [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)
* [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)
<br>
---
### resources
<br>
* [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)
* [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)
* [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)