uniswap-arbitrage-flash-swap icon indicating copy to clipboard operation
uniswap-arbitrage-flash-swap copied to clipboard

Weird profits

Open patosG opened this issue 2 years ago • 8 comments

Hi,

Thanks for sharing this code.

I'm learning and testing it on the mainnet with default pairs settings. I'm suprised to get such profits. Is it possible ? is there something i'm missing ?

image

patosG avatar Sep 12 '21 16:09 patosG

Hi I met the same issue, you just maxing out the liquidity pools - try to lower the token borrow amount - test it with 1 - you will get a result between -1% to -3% - and play w the dex - pairs - amount trio.

nrkvcs avatar Sep 15 '21 00:09 nrkvcs

Hi. I got it :-) . Thanks

patosG avatar Sep 15 '21 09:09 patosG

Overall, you need a lot of math mostly. There are way too many missing parts, don't be stuck for years in this.

mindfulme avatar Oct 23 '21 19:10 mindfulme

https://bscscan.com/tx/0x459150a2ffa33d9b36415d9a98369658ee79ad0eb578435ad9bcec56678f9d40 i tested it on ethereum remix but i don't know what i did wrong when i placed the order

lamxoan92 avatar Nov 09 '21 15:11 lamxoan92

@lamxoan92 you just put way too low blockNumber when you initialized it. You put block number 10, should have been current bsc block number +100 for example, so it will work only for the next 100 blocks. I don't why this check exists at all in the first place but anyway.

image

and click Decode Input Data image

So... image

tunnckoCore avatar Apr 13 '22 02:04 tunnckoCore

do i need truffle knowledge to launch bot???

lamxoan92 avatar Apr 15 '22 10:04 lamxoan92

https://bscscan.com/tx/0x459150a2ffa33d9b36415d9a98369658ee79ad0eb578435ad9bcec56678f9d40

Where are you altering

Hi I met the same issue, you just maxing out the liquidity pools - try to lower the token borrow amount - test it with 1 - you will get a result between -1% to -3% - and play w the dex - pairs - amount trio.

Where to set the token borrow amount?

interzone2 avatar Apr 18 '22 08:04 interzone2

to get that thing profitable you need way-way more knowledge that truffle, there is a huge competition created by other bots. Front-running, and so on are your next big issues

do i need truffle knowledge to launch bot???

mindfulme avatar Sep 11 '22 06:09 mindfulme