AMM

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

MODULE

meteora

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.

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.

triangle-exclamation

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 AND the pool address you want to run.

Example given: EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm

Wallet name from solana_wallets.csv

SLIPPAGE

For this module it is static - 0

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

Leave blank

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

Leave blank

TP%:SL%

Leave blank

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 url that will be used in this task from rpc.csv

circle-info

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

TIMESTAMP

triangle-exclamation

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/arrow-up-right)

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.0001, the txes would have extra 0.0001 sol fee if set to BLANK, no fee will be added

triangle-exclamation

Last updated