Migration snipe

this module allow you to snipe fast migration

MODULE

raydium_migration_pf

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 buy.

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

AUTOSELL MS

This setting enables the bot to sell the token immediately after detecting a purchase.

0 - sell immediately

blank - turn off

Example given: if set at 0, bot will start sending sell txes to sell the token after 0 ms after purchase(immediately) if set at 10, bot will start sending sell txes to sell the token after 10 ms after purchase if blank, bot won't start selling the token

AUTO SELL % (IF TP SL TP%:SL%)

The integer between 0 and 100, representing a percentage of tokens purchased that need to be sold. If you are using autosell feature it should be singe value If you are using TP/SL feature (next setting) it should be double value like 50:100 which will sell 50% for TP and 100% for SL

TP%:SL%

The integer between 0 and 100, representing a percentage of your position which will trigger Take Profit or Stop Loss

0 or blank - will turn off this feature

Example given:

50 - will trigger when price will reach 50% Take Profit or 50% Stop Loss 30:70 - will trigger when price will reach 30% Take Profit or 70% Stop Loss

AMOUNT

This is the amount of TOKEN A that will be used in swap

Example given: If set to 1 and TOKEN A set to SOL, the bot will use 1 wrapped sol in buy txes If set to 1 and TOKEN A set to USDC, the bot will use 1 USDC in buy txes If set to 1 and TOKEN A set to DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263, the bot will use 1 DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 in buy txes

RPC

Rpc name from rpc.csv

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

TIMESTAMP

Leave it blank for this mode

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

TIP

How much in sol you want to tip the jito validator

Last updated