Setup

Navigate to the 'Markets' page and select 'Create Task'

Before you create your first task, please make sure that you have your Settings and Wallets properly setup!

Task creation is composed of two tabs: 'Basic' and 'Advanced'. The 'Basic' task should be enough for MOST mints, while the 'Advanced' tab will be used in only certain circumstances. Please stick to the discord drop guides for information related to the respective tabs.

Basic Tab

Mode - Currently there are three modes: Normal, Flashbots, and Conditional . See Modes for more details.

Wallet - This is the wallet that will be used for the task.

Contract - This is the contract that will be targeted.

Price - The value, in ETH, of the TOTAL transaction value. ex. If you want to mint three tokens at 0.1 ETH each, enter 0.3.

Function - This is the function name that the transaction is based on. See FAQ for more details on how to find this. ex: mint()

Parameters - These are the parameters that are passed into the function. See FAQ for more details on how to find these values. ex: [1, 0x000]

Advanced Tab

Flip State - This is the function you would like to monitor within the contract. This is used and recommended for contracts that you believe will shock drop.

Flip Parameters - These are the parameters of the Flip State function. See FAQ for more information on input.

Start Time - This is the start time in UNIX. This will override any functions in the 'Advanced' Tab.

Max Gas Fee - This is the Max Gas Fee for this specific task. If left empty the default values from settings will be used. If both are empty 75 GWEI is used.

Max Priority Fee - This is the Max Priority Fee for this specific task. If left empty the default values from settings will be used. If both are empty 75 GWEI is used.

Multiplier - This is the multiplier function for the current and input gas values. If left empty a default value of 1 is always used. ex: If 2 is input here Max Gas, Max Priority and Gas Limit will be multiplied by 2.

Gas Limit - Max gas limit used for the task. This value is calculated using latest block if left empty.

Last updated