Skip to content
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

Production Ready Issues #14

Open
Centori opened this issue Aug 23, 2021 · 0 comments
Open

Production Ready Issues #14

Centori opened this issue Aug 23, 2021 · 0 comments

Comments

@Centori
Copy link

Centori commented Aug 23, 2021

Hi,

Thanks for this write up.I am relatively new to the arbitrage flashloan bots.I was hoping you could explain in a bit more detail how to successfully code the steps for the prodcution ready bot below:

1.Its very important that you set up an appropriate value to amountOutMin on....

for safety reasons, if not you could be losing money. see Uniswap docs for more info. (This function is used in bot_normalswap.js and Arbitrager.sol).

You probably wanna embedded the logic available at Utils.sol on the bots scripts, avoiding the cost of deploy the Utils contract.

3.Use child process for each block.

4.Select the pools automatically based on, for example, the amount of arbitrage opportunities in the past.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant