Task Setup

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

Field NameDescription
moduleThe name of the module used (pump_fun).
copy_walletsWallets to copy, separated by an exclamation mark (!).
buy_modeThe buy transaction mode for the task (spam or fast).
sell_modeThe sell 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).
input_mintMint address of the input token (So11111111111111111111111111111111111111112).
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.
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_uuidJito UUID API Key (used for higher limits). Leave empty if none available.