This commit is contained in:
mvonsteinkirch 2023-02-08 09:08:45 -08:00
parent bf818f2682
commit d3a292bfd1
133 changed files with 26 additions and 40 deletions

5
MEV_bots/bots/101.md Normal file
View file

@ -0,0 +1,5 @@
### 101
* [flashbots-demo](https://github.com/0xblocks/flashbots-demo)
* [seacher for compromised priv keys](https://github.com/flashbots/searcher-sponsored-tx)
* [mev-template-rs](https://github.com/degatchi/mev-template-rs)

18
MEV_bots/bots/arbers.md Normal file
View file

@ -0,0 +1,18 @@
## arbers
<br>
### code
<br>
* [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)
* [polygon arb bot](https://github.com/OnlyF0uR/Polygon-Arbitrage-Bot)
<br>
---
### resources

View file

@ -0,0 +1,4 @@
### backrunners
* [synthetix bot](https://github.com/bertmiller/sMEV)
* [0xbad](https://rekt.news/ripmevbot/)

View file

@ -0,0 +1,24 @@
### cow solvers
<br>
### code
<br>
* [cow solver template](https://github.com/cowprotocol/solver-template-py)
* [cowsol-py](https://github.com/go-outside-labs/searcher-cowswap-py)
<br>
---
### resources
<br>
* [cowsol, an arb solver for cow protocol](https://mirror.xyz/mevwaifu.eth/s_RwnRgJvK_6fLYPyav7lFT3Zs4W4ZvYwp-AM9EbuhQ)
* [yearn cow solver](https://medium.com/iearn/yearn-cow-swap-371b6d7cf3b3)
* [hack tx by a solver](https://etherscan.io/tx/0x92f906bce94bab417cccc87ae046448d7fb8c2c0350b7ed911545577acb3bfc1)

View file

@ -0,0 +1,3 @@
### frontrunners
* [cake sniper](https://github.com/Supercycled/cake_sniper)

View file

@ -0,0 +1,45 @@
## liquidators
<br>
### aave
* [liquidation bot for aave v3](https://github.com/massun-onibakuchi/grim-reaper)
* [liquidation aave protocol](https://github.com/ialberquilla/aave-liquidation)
<br>
### compound
<br>
* [fash swap liquidator for compound.finance](https://github.com/haydenshively/New-Bedford)
<br>
### mango market
<br>
* [mango market liquidator](https://github.com/blockworks-foundation/liquidator-v3)
<br>
### rari market
<br>
* [fuse liquidator](https://github.com/Rari-Capital/fuse-liquidator-bot)
<br>
### liquity
<br>
* [liquity bot](https://github.com/liquity/liqbot)

View file

@ -0,0 +1,21 @@
## longtailors
<br>
### source code for bots
<br>
* [ape bot](https://github.com/duckdegen/apebot)
* [binance alpha bot](https://github.com/duckdegen/apebot)
* [globinmode longtail nft](https://github.com/Anish-Agnihotri/goblinmode)
<br>
### resources
<br>
* [rarity.tools](https://rarity.tools/)

View file

@ -0,0 +1,4 @@
### sandwichors
* [optimal sandwich](https://github.com/mevcheb/optimal-sandwich)
* [subway](https://github.com/libevm/subway)

4
MEV_bots/bots/snipers.md Normal file
View file

@ -0,0 +1,4 @@
### snipers
* [limit sniper](https://github.com/CryptoGnome/Limit-Sniper)
* [pool-sniper](https://github.com/Anish-Agnihotri/pool-sniper)

View file

@ -0,0 +1,4 @@
### statistical arbers
* [cointegrator bots](https://github.com/go-outside-labs/blockchain-science-py)

23
MEV_bots/bots/tradors.md Normal file
View file

@ -0,0 +1,23 @@
## tradors
<br>
#### tl, dr
<br>
* cross exchange arbitrage is closer to the tradifi forex arbitrage strategies.
* it involves making simultaneous buy and sell orders of the same asset across different exchanges both centralized and decentralized.
<br>
---
#### resources
<br>
* [hummingbot trading bots](https://hummingbot.org/)
* [coinbot: CEXs cointegration bot](https://github.com/go-outside-labs/blockchain-science-py/tree/main/cointegration-bots)
* [contract of a searcher using hybrid arb strategies](https://etherscan.io/address/0xa57bd00134b2850b2a1c55860c9e9ea100fdd6cf)