Migration snipe
this module allow you to snipe fast migration
MODULE
MODULEraydium_migration_pf
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 buy.
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
AUTOSELL MS
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%)
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
Must be filled if you are using autosell or TP:SL features
TP%: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
AMOUNTThis 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
RPCRpc name from rpc.csv
TIMESTAMP
TIMESTAMP Leave it blank for this mode
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.
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
TIPHow much in sol you want to tip the jito validator
WORK ONLY IF YOU FILLED jito_settings
Last updated