-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slippage error #3
Comments
Hi, |
Hi, I understand what the slippage is. |
Ok,
From my experience Profit Or KIll will always result in more profit than percentage value. Everything depends of user strategy. Bot is still raw, it will be much more flexible in the future :) |
Oh and RPC speed is crucial to avoid slippage error, a lot of people hunting for this usdt-usdc pair that You mentioned earlier :) |
Thank you for the detailed explanation! I use a quicknode RPC. Maybe there is a better option... |
My pleasure 😄
no
yes, this is very important parameter impacting Your strategy and results
Ofc, maybe You will find pair that will be much more profitable that crowded stablecoins. |
Thank you. Could you please explain a couple of things?
Can I expect that at some point, all possible accounts will be opened and such txs will no longer be needed? How many of these txs will there be in total?
|
I have little time, sorry. The bot currently uses execute() (Jupiter SDK) to make swaps. U can check it on Jupiter Docs how it's working. From my experience, Serum has the most expensive fees (I can be wrong). I have on my to-do list the
Yes, the latency that is shown in the UI comes from jupiter.computeRoutes(). You have >1 sec probably because the asset you choose has many possible routes to compute. The more routes the pair have the more time it will take to calculate. If You have any ideas to improve the bot, don't hesitate to share them with us :) |
I am trying to trade usdt-usdc.
All the trades fail with Slippage error.
What could I do to escape this error?
The text was updated successfully, but these errors were encountered: