♦️Migration Sniper PumpFun -> Ray

  • wallet - alias of wallets you want to use

  • tip_wallet - alias of wallet you want to use for jito tips

  • rpc - alias you want to use to send tx

  • grpc_rpc: If you have your own Geyser endpoint, you can provide the alias of the RPC with the endpoint to be used, if left default the endpoint used will be default (our in-house)

  • buy_transaction_mode - normal | hybrid | jito (Normal tx | Normal TX+Jito | Jito only)

  • sell_transaction_mode - normal | hybrid | jito (Normal tx | Normal TX+Jito | Jito only)

  • token_balance_monitor_mode - whether to use ws or http for monitoring buy/sell confirm (pls use http for afk)

  • token - CA address

  • mode - newtoken or newtoken_ac

  • amount - amount of currency you want to spend on swap

  • buy_slippage_percent - maximum slippage percent (ex. 10%, empty to have no slippage) Value - "0" disables slippage functions

  • sell_slippage_percent - maximum slippage percent (ex. 10%, empty to have no slippage) Value - "0" disables slippage functions

  • tx_retries - local retry sends X sendTx requests for each tx

  • tx_node_retries - node retry, via node

  • tx_per_buy - amount of transactions you want to send per swap buy (0 to use spam mode)

  • tx_per_sell - amount of transactions you want to send per swap buy (0 to use spam mode)

  • buy_tx_spam_threads - number of buy tx sending threads when using spam mode (1 by default)

  • sell_tx_spam_threads - number of sell tx sending threads when using spam mode (1 by default)

  • buy_additional_tx_fee - additional buy transaction fee for swap transactions (in SOL)

  • sell_additional_tx_fee - additional sell transaction fee for swap transactions (in SOL)

  • buy_tx_compute_units - compute units used for buy transactions (default 600k) (ONLY SET THIS IF YOU KNOW WHAT YOU ARE DOING)

  • sell_tx_compute_units - compute units used for sell transactions (default 600k) (ONLY SET THIS IF YOU KNOW WHAT YOU ARE DOING)

  • buy_tx_tip - tip amount for jito when buying token

  • sell_tx_tip - tip amount for jito when selling token

  • autosell_ms - milliseconds to automatically swap purchased token back to currency after (-1 or empty to disable) \\ I recommend using even 2 minutes, because if you have a weak setup then you may hit a RIP coin and have to wait for the TP/SL to be reached or sell the manual

  • autosell_bondingcurvenomovems - automatically swap purchased tokens back to currency if token's bonding curve progress has not moved/changed for X ms (-1 or empty to disable)

  • autosell_ms - milliseconds to automatically swap purchased token back to currency after (-1 or empty to disable) \\ I recommend using even 2 minutes, because if you have a weak setup then you may hit a RIP coin and have to wait for the TP/SL to be reached or sell the manual

  • autosell_tp - sell if reach % e.g 45%:25% <--- sell 25% token after hit 45% profit (check example screenshot)

  • autosell_sl: StopLoss

  • autosell_tsl: trailing stop loss

  • timestamp_offset - how much milliseconds before pool live timestamp you want to send transactions (for ex. -500). If you have a prelaunches value of false and a value greater than 0 e.g. 5000 then the bot will wait 5000ms before buying

  • tx_delay - how much milliseconds to wait before sending another transaction

  • tx_retry_delay - how many milliseconds to wait before sending another transaction [local retry]

  • monitor_delay - how many milliseconds the monitor should refresh the statistics

  • use_wrapped_sol - Do you want to use wsol to purchase a token [True/False]

  • always_create_token_account - set this to true to always include create token account in instruction (this will prevent transaction from confirming when token account exists) (useful when spamming tx, will only buy once on new tokens)

  • additional - additional information field. nothing required.

Hotkeys:

WINDOWS:

  • CTRL+L=100%

  • CTRL+K=75%

  • CTRL+J=50%

  • CTRL+H=25%

  • CTRL+G=10%

LINUX:

  • ENTER=100%

Last updated