Simple explanation of commands

Simple steps to do bundle

Here is a simple explanation of your steps to do bundle buy and discription of commands.

  1. Deploy the contract

  2. The config is filled out at this stage (the value for the parameter "Amount of tokens to buy" can be set to anything at this stage)

  3. Using the command "Adjust tokens to buy amount", the quantity of tokens to be purchased from each wallet is determined. This value is recorded in the config under the field "Amount of tokens to buy"

  4. Using the command "Simulate bundle purchases", the expected values for the bundle purchase amount and the market capitalization of the pair after the bundle purchase are checked. If necessary, the value for the parameter "Amount of tokens to buy" can be adjusted and the command invoked again

  5. Wallets are created for your bunde buy. We have restriction of minimum and maximum wallets that can be created under this command. The amount depends on your level of access to bot.

  6. ETH is distributed across all created wallets. At this stage, it is also verified whether there are sufficient funds in the distribution wallet for all expenses, including the liquidity pool and expected Ethereum network fees

  7. Wallets are added to the contract whitelist. Here is an important thing. In our contracts we are using "Group whitelist", with this function we can whitelist any amount of wallets at one time, it safes significant amount of money and whats more important - time. If you dont have such function in your contract contact support for our smart contract or adjust it in your contract.

  8. A bundle purchase is made. The bundle purchase transactions may not be included in a block for various reasons; in this case, there are two options. First: simply resend the bundle purchase transactions using the command "Make bundle buy". Second: collect Ether from the created wallets with the command "Collect ETH + Cashback ETH" (in this case, the cashback will not apply), increase the value of the parameter "Gas price multiplier" in the config, redistribute Ether using the command "Fund wallets", and resend the bundle purchase transactions using the command "Make bundle buy". It is recommended to use the second option only if the first has not worked several times in a row

  9. Sell tokens.You can sell your tokens. Depends on your level of access to Bot

  10. ETH from the created wallets is returned to the distribution wallet.

Re-invoking the main (numbered) commands (except for the cases described in the documentation) and invoking them in the wrong order can lead to various errors and disrupt the application's functionality.

Other commands (located after the main ones) can be called outside the general order.

Last updated