Migration dump
this module allow you to sell fast on migration
MODULE
MODULEraydium_migration_pf_dump
TASKS
TASKSThe default value is set to 1. This setting determines how the bot multiplies the transaction (tx) flow based on the DELAY parameter, which is specified in the subsequent settings of this configuration file. Essentially, this controls the increase in the number of transactions sent during each DELAY interval.
Example given: TASKS 1; DELAY - 100 = 1 tx every 100ms = 10 tx / sec flow. TASKS 2; DELAY - 100 = 2 tx every 100ms = 20 tx / sec flow.
TOKEN A (FROM)
TOKEN A (FROM) This is the address for token A, which is typically the SOL address. You must keep WSOL in your wallet to make the swap. There are aliases that you can use:
SOL USDC USDT
The bot uses WSOL for swapping. Ensure you have both SOL and WSOL in your wallet to cover tx fees and for buy amount.
TOKEN B (TO)
TOKEN B (TO)This is the address for token B, which is typically address of token which you wanna sell.
Example given: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
WALLET
WALLETWallet alias name from solana_wallets.csv
SLIPPAGE
SLIPPAGENot applicable for this module
TX AMOUNT
TX AMOUNTThis field represents the number of transactions (txes) the bot sends to buy or sell the token.
You can also adjust the number of transactions separately for buying and selling using : symbol
-1 - will send unlimited amount of tx for buy and sell
Example given: -1:10 - bot will send infinite amount txes for purchase, and 10 for selling 5:5 - bot will send 5 buy txes and 5 sell txes 5:-1 - bot will send 5 buy txes and infinite sell txes until it spots the sell is gone through
AMOUNT
AMOUNTPut 0. Bot auto detecting amount of tokens
RPC
RPCRpc name from rpc.csv
TIMESTAMP
TIMESTAMP Not applicable for this module
DELAY
DELAYThis is the main setting for setting the tx flow. Format is - milliseconds it will send your TASKS value every DELAY value
Example given: If set to 5, the bot will send 200 txes per second if you put tasks value as 1
SPEEDUP FEE
SPEEDUP FEE
You can add extra fee to txes, FEE IN SOLANA Example given: if set to 0.00001, the txes would have extra 0.00001 sol fee if set to BLANK, no fee will be added
These fees are needed to compete with other botters inside a single block.
TIP
TIPHow much in sol you want to tip the jito validator
WORK ONLY IF YOU FILLED jito_settings
Last updated