SorellaLabs / brontes

A blazingly fast general purpose blockchain analytics engine specialized in systematic mev detection
https://book.brontes.xyz
Apache License 2.0
536 stars 33 forks source link

Add LP Launch Sniping #362

Open degatchi opened 8 months ago

degatchi commented 8 months ago

Tldr; LP sniping is when a new LP is created, you see the event, and then be the first to buy the shitcoin before everyone else (including bots) and then sell to the straggler bots / retail. In order to do this they bribe hundreds of thousands of $ -- usually with bananagun. The feature would have uniswap lp creation scanning and then flag any account that interacts with it -- they will emit a trade with the pool event so its quite simply classification, however it is multi-block and need to look for rug transactions from the lp creator.

Will-Smith11 commented 8 months ago

For future implementor, block 18500346 is a good example of this or https://etherscan.io/txs?block=18721323&p=7

willco-1 commented 2 weeks ago

I am going to take a stab at this. I see it hasn't been assigned to anyone, lmk if for some reason it's not still available.