swap_snipe

Settings of this module are being set in swap_snipe_tasks.csv in tasks folder.

This module is used to SNIPE the token, knowing its spl address before the drop.

MODULE

Raydium

TASKS

Default number is 1. This setting will make your bot multiply the tx flow based on the DELAY which is one of the next settings in this configuration file. Basically, this multiplies the number of txes sent every DELAY.

Example given: TASKS 1; DELAY - 100 = 1000/100 * 1 = 10 tx / sec flow. TASKS 2; DELAY - 100 = 1000/100 * 2 = 20 tx / sec flow.

TOKEN A (FROM)

Here you input the token address of the token you would want to swap with. The bot will use wsol for swapping with solana. You cannot swap with regular solana with Cerberus.

There are aliases that you can use

SOL USDC USDT You can just input these in this graph, the bot will understand what kind of tokens you wanted to use.

TOKEN B (TO)

Here you input the token address of the token you would want to swap to.

This graph should include SPL address of the token.

Example given: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263

WALLET

Wallet name from solana_wallets.csv

SLIPPAGE

Slippage is when the price of an order executes at a drastically higher or lower price than you expected. Due to the volatility of cryptocurrency, the price of an asset can fluctuate often depending on trade volume and activity. So, format is the integer between 0 and 100 0 turns off the slippage. We recommend using this for most of the shitcoin drops.

TX AMOUNT

May have double variable separated with ":" First variable is for purchase, second is for selling

This is the number of txes sent by the bot to buy/sell the token

Ranges between -1 to any number

-1 starts the infinite tx flow that stops after spotting the successful purchase

Example given: -1:10 means the bot will send infinite amount txes for purchase, and 10 for selling 5:5 means the bot will send 5 buy txes and 5 sell txes 5:-1 means the bot will send 5 buy txes and infinite sell txes until it spots the sell is gone through

AUTOSELL MS

This setting is needed for making the bot sell the token right after spotting the purchase.

Leave blank to disable

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

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

The percentage number of tokens purchased that needed to be sold. range is 1-100

Triggers after reaching TP%:SL%(the next setting) Example given: If set to 90 the bot will sell 90% of token purchased if it reaches the trigger from TP%:SL%

May have double variable separated with ":" First variable is for Take Profit, second is for Stop Loss

This is the required trigger for the bot to take profit(sell in profit) or stop loss(sell in 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 on the wallet and send buy txes with it. If set to 1 and TOKEN A set to USDC, the bot will use 1 USDC on the wallet and send buy txes with it. If set to 1 and TOKEN A set to DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263, the bot will use 1 DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 on the wallet and send buy txes with it.

RPC

Rpc name from rpc.csv

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

TIMESTAMP

May have double variable separated with ":"First variable sets the START TX FLOW and second one is STOP TX FLOW if TX AMOUNT is -1:-1

Format - unixtimestamp (https://www.unixtimestamp.com/)

Example given: If set to 1706518800:1706518802, this means the bot will start sending txes at Mon Jan 29 2024 09:00:00 and stop at Mon Jan 29 2024 09:00:02

DELAY

This is the main setting for setting the tx flow.

Format is - milliseconds

Formula is = 100 delay = 10 tx per sec (1000/100 = 10) Example given: If set to 5, the bot will send 200 txes per second(if tasks 1)

SPEEDUP FEE

You can add a 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