Using Sleep Mode

  1. To use Sleep mode, navigate to Start > Sleep Mode.
  2. The bot will then start looking for new liquidity pools to snipe.

RPC Setup

OrbitAIO allows you to use an RPC with either Websockets or gRPC (recommended).

  • To setup your RPC for using web sockets, enter a value for ws_url.
  • To use gRPC, enter a value for grpc_url and grpc_token.

Sleep Mode Filters

Filters are setup in the settings.json file.

Filter NameDescription
sleep_only_timed_poolsSpecifies whether the bot should only buy tokens from timed liquidity pools.
sleep_only_untimed_poolsSpecifies whether the bot should only buy tokens from untimed liquidity pools.
sleep_mint_authority_checkDetermines if the bot should only purchase tokens that do not have mint authority.
sleep_freeze_authority_checkIndicates whether the bot should only purchase tokens that do not have freeze authority.
sleep_has_socialsSpecifies if the bot should only buy tokens that have at least one linked social media profile.
sleep_has_twitterDetermines if the bot should only buy tokens that have a Twitter account.
sleep_has_telegramSpecifies if the bot should only buy tokens that have a Telegram account.
sleep_has_websiteIndicates if the bot should only buy tokens that have a website.
sleep_min_liquidity_solSets the minimum liquidity in SOL that a liquidity pool must have for the bot to consider buying.
sleep_max_liquidity_solSets the maximum liquidity in SOL that a liquidity pool can have for the bot to consider buying.
sleep_min_market_cost_solSpecifies the minimum market cost in SOL that the bot is willing to pay for tokens.
sleep_max_market_cost_solSpecifies the maximum market cost in SOL that the bot is willing to pay for tokens.
sleep_min_supply_in_lpDetermines the minimum token supply in a liquidity pool that the bot will consider for purchasing.
sleep_max_supply_in_lpSpecifies the maximum token supply in a liquidity pool that the bot will consider for purchasing.
sleep_min_supply_in_lp_pcDetermines the minimum token supply (percentage) in a liquidity pool that the bot will consider for purchasing.
sleep_max_supply_in_lp_pcSpecifies the maximum token supply (percentage) in a liquidity pool that the bot will consider for purchasing.
sleep_min_supply_burnt_pcIndicates the minimum percentage of the token supply that should be burnt for the bot to consider buying.

Tip: You may also enable blacklist checks to exclude any liquidity pools created by known bad actors.

Task Setup

OrbitAIO will generate a tasks/sleep/sleep.csv file in the same directory as the executable.

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_mintLeave empty
market_idLeave empty
input_mintMint address of the input token (So11111111111111111111111111111111111111112).
output_mintLeave empty
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.