Migration dump

this module allow you to sell fast on migration

MODULE

raydium_migration_pf_dump

TASKS

The 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)

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

TOKEN B (TO)

This is the address for token B, which is typically address of token which you wanna sell.

Example given: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263

WALLET

Wallet alias name from solana_wallets.csv

SLIPPAGE

Not applicable for this module

TX AMOUNT

This 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

Put 0. Bot auto detecting amount of tokens

RPC

Rpc name from rpc.csv

You also can use multiple rpcs for 1 task row (example: rpc1,rpc2)

TIMESTAMP

Not applicable for this module

DELAY

This 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

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

There are a few hotkeys available to use. [S] to sell the whole amount

[B] for buy initial position

[SHIFT B] to enter custom amount of buy position

[SHIFT S] to sell custom position percentage

[SHIFT M] to turn off/on pool price monitor

Buttons [1-9] for sell 10-90%

TIP

How much in sol you want to tip the jito validator

Last updated