Creating your first execute

Good to know: Executes have 3 states. Running, Stopped and Completed. When an execute is running this means that the bot is enabled using your configured settings. When the execute is stopped the bot is disabled and will perform no actions. When completed your execute is deleted.

The basics

Executes are containers used for managing single tokens, for every token your are interested in buying/selling via the dApp you will require an execute. Executes are limited in concurrency based on your subscription tier. You can have as many executes as you like however only x amount can be in a running state at any given time.

Creating an execute

  1. Click on the "Create a new execute" button on the dashboard.

  2. From here it is always easier to use the "Populate From Contract" option at the top right hand corner of the screen.

  3. Input a contract address and percentage of the supply you wish to buy. If you're looking to buy a set ETH amount rather than set token amount still use this feature to generate the form as it saves time. Simply change the "Buy Method" once the form has been populated.

  4. Ensure that the "Router" and "Pair" fields are correct for the token you are buying. For example you can buy contracts that are launching on SushiSwap with a USDC pair by changing these fields.

  5. Configure your execute steps and adjust your "max spend" amount if you're buying a set percentage of the supply. For more information on execute steps please refer the our steps section under Fundamentals.

  6. Configure the wallets you would like to use with this execute, when the populate function is used all the wallets on your account are automatically checked for you, double check these are the wallets you wish to use before continuing.

  7. Press the "Create Execute" button.

Last updated