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.
Deploy the contract
Activate the key (can be purchased by clicking button 'Purchase key' at the bottom of the bot menu)
The config is filled out at this stage (the value for the parameter "Percent of tokens to buy" can be set to anything at this stage)
Using the command "Adjust tokens to buy percent", the percentage of tokens to be purchased from each wallet is determined. This value is recorded in the config under the field "Percent of tokens to buy"
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 "Percent of tokens to buy" can be adjusted and the command invoked again
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.
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.
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
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", 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
Sell tokens.You can sell your tokens. Depends on your level of access to Bot
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.
Always interact only with the last bot message.
Before each process of launching bundles, you need to restart the bot using the /start
command.
Make sure that the token deployer wallet and distribution wallet are compatible with the Ethereum blockchain (like Metamask).
Last updated