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

MODULE
MODULERaydium
this is static variable. Don't change it
TASKS
TASKSDefault 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.
THREADS
THREADSThis is the bottleneck that you can manually put to the number of the tokens being sniped at the same time.
Leave blank to disable
Example given:
if threads at 2 and there are 3 tokens that have been burned at the same time, the bot will go for only 2 of them. The same thing is with the scheduling the pool when you have SKIP SCHEDULED POOL at false, or blank it will schedule up to 2 tokens and will ignore the rest UNTIL it buys the scheduled ones.
TOKEN A (FROM)
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.
THE BOT USES WSOL WHEN SWAPPING WITH SOLANA.
MAKE SURE TO HAVE BOTH SOLANA AND WRAPPED SOLANA FOR FEES AND SWAP.
WALLET
WALLET Wallet name from solana_wallets.csv
SLIPPAGE
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
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
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%)
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%
TP%:SL%
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).
If this setting is turned on, the bot will occupy one thread from THREADS and will leave it only after reaching the trigger, if TP/SL TIMEOUT not put
TP%:SL% WORKING ONLY IF AUTOSELL COLUMN EMPTY
TP/SL TIMEOUT
TP/SL TIMEOUT
Format is in millseconds
This setting is needed when the purchased coin not fluctuates much and won't trigger the TP%:SL%, making it occupy the thread and leaving the room for Ruggers to extract the liquidity pool. Example given: if set to 30000, if the token price did not fluctuate much to trigger TP/SL, the bot would sell the token after 30 seconds after purchase if set to 20000, if the token price did not fluctuate much to trigger TP/SL, the bot would sell the token after 20 seconds after purchase
AMOUNT
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 Rpc name from rpc.csv
TIMESTAMP
TIMESTAMP For this module it is specific
May have double variable separated with ":"First variable is for sending txes before the pool opens, second is for sending sell txes.
Format - miliseconds
Example given: If set to 1000:2000; the bot will schedule the buy txes 1 seconds before scheduled pool opens and will spam txes from AMOUNT untill 2 sec of pool launched. If set to 1000; the bot will schedule the buy txes 1 seconds before scheduled pool opens and will spam txes from AMOUNT without any other limits.
DELAY
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
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
These fees are needed to compete with other botters inside a single block.
POOL SIZE (min:max)
POOL SIZE (min:max)
This is the filter for the pool that is found. The bot will skip the pools that are out of range of minimum pool size.
Leave blank to disable
Example given: If set at 1:20, the bot will skip all pools except those that have the liquidity worth of 1 and 20 sol. If this setting not set, the bot won't check their liquidity
MINT AUTHORITY DISABLED
MINT AUTHORITY DISABLED Format - True/False
The bot will check if the pool does have the Mint Authority disabled.
Make sure you understand how it works. The bot will check if the pool has this setting disabled or not.
Example given: If set to true, the bot will go into pools that have this authority disabled, skipping the rest
If set to false, the bot will go into pools that don't have this authority disabled,
If NOT set, the bot will go for any pool
FREEZE AUTHORITY DISABLED
FREEZE AUTHORITY DISABLED
Format - true/False
The bot will check if the pool does have the Freeze Authority disabled.
Make sure you understand how it works. The bot will check if the pool has this setting disabled or not.
Example given: If set to true, the bot will go into pools that have this authority disabled, skipping the rest
If set to false, the bot will go into pools that don't have this authority disabled,
If NOT set, the bot will go for any pool
SKIP SCHEDULED POOL
SKIP SCHEDULED POOL
Format - true/false
Based on this setting, the bot will decide whether to schedule the pool or not. Example given: If set to true, the bot will skip the tokens with scheduled pool
If set to false, the bot won't go for tokens with scheduled pool
If NOT set, the bot will go for both.
MAX HOLDER%:MIN RAYDIUM HOLD%
MAX HOLDER%:MIN RAYDIUM HOLD%Has to have double variable separated with ":"First variable is for maximum percentage number of single holder of the token, the second variable is for the minimum raydium pool hold percentage nubmer of tokens.
BURNED %
BURNED % In this setting you input the required burned percentage number
range 0 - 100 Example given: if set to 100, the bot will go for pools with 100% burned liquidity pool If set to 50, the bot will go for pools with 50% burned liquidity pool
SKIP SCHEDULED POOL
SKIP SCHEDULED POOL Format - true/false
Based on this setting, the bot will decide whether to schedule the pool or not. Example given: If set to true, the bot will skip the tokens with scheduled pool
If set to false, the bot will go for tokens with scheduled pool
If NOT set, the bot will go for both.
MAX HOLDER%:MIN RAYDIUM HOLD%
MAX HOLDER%:MIN RAYDIUM HOLD%Has to have double variable separated with ":"First variable is for maximum percentage number of single holder of the token, the second variable is for the minimum raydium pool hold percentage nubmer of tokens.
SKIP ABUSED
SKIP ABUSEDTRUE, FALSE or blank. True - bot skipping abused pools. False - bot skipping not abused pools. Blank - bot run all pools.
MIN SOCIALS
MIN SOCIALSMinimum socials in token data. Format - numbers( 1 )
MARKET COST
MARKET COSTOpenbook market cost filter
Format - min:max
TIP
TIPHow much in sol you want to tip the jito validator
Last updated