mevcheb / optimal-sandwich

we do a little bit of mathematics to make a little bit of money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimal sando frontrun amount

Haven’t public code/math for calculating optimal frontrun sandwich amounts (@libevm’s subway and @Supercycled cake_sniper both use binary search) so here’s a thread on how to derive perfect sando amounts:

The problem statement is: given some amountIn and amountMinOut (from a pending tx), what is the worst ratio (price) between the uniswap reserves must be such that the swap still goes through? Once we know the worst ratio, we can calculate exactly how much $ we need to push the pool to this ratio.

We should do this onchain at the time of execution, rather than offchain in a binary search. So that if someone beats us to the frontrun, we won’t get rekt and revert the meat transaction.

deriv

About

we do a little bit of mathematics to make a little bit of money


Languages

Language:Solidity 100.0%