Task Setup

OrbitAIO will generate a tasks/tokens directory in the same directory as the executable for tasks.

Field NameDescription
moduleThe name of the module used (raydium_snipe or raydium_swap).
modeThe transaction mode for the task (spam or fast).
wallet_aliasAlias of the wallet used for transactions.
rpc_aliasAlias for the RPC server to be used (e.g. orbit_sol).
amountThe amount of input token to be used for buying (e.g. 0.1).
pool_mintMint address of the liquidity pool (when buying from specific pool).
market_idMarket ID (when buying using specific market id)
input_mintMint address of the input token (So11111111111111111111111111111111111111112).
output_mintMint address of the output token.
buy_txsNumber of buy transactions to send (spam mode).
sell_txsNumber of sell transactions to send (spam mode).
buy_tx_delayDelay between buy transactions in milliseconds (spam mode).
sell_tx_delayDelay between sell transactions in milliseconds (spam mode).
autosell_tpAuto-sell target profit in percentage.
autosell_slAuto-sell stop loss in percentage.
prerun_msTime in milliseconds to run the task before the pool open time.
sell_afterTime in milliseconds to start selling after buying. optional
instant_sellWhether to sell instantly after a buy transaction (true or false).
max_slippage_toleranceMaximum slippage tolerance in percentage allowed for a transaction.
max_price_impactMaximum price impact in percentage allowed for a transaction.
buy_extra_feeExtra fee (SOL) added to the buy transactions.
sell_extra_feeExtra fee (SOL) added to the sell transactions.
buy_jito_feeFee (SOL) for jito bundles (enter a value to use bundles when buying).
sell_jito_feeFee (SOL) for jito bundles (enter a value to use bundles when selling).
jito_wallet_aliasAlias of the wallet used for jito bundles.