⚙️Config

A recommended best practice tip is to consistently use a burner wallet for any bot activities, and subsequently transfer any profits to your primary wallet, which should only be accessible by you and you only.

Friendly Disclaimer: Make sure you always stay below your node's TPS !

When it comes to customizing and fine-tuning Anita, the config.inifile plays a crucial role. This file contains various configuration settings that dictate the behavior and functionality of the program. If you need to modify settings such as your license key, selling settings, blockroute settings, RPC settings, or other parameters, the config.inifile is the place to do it. The config.inifile is stored within the Anita folder and can be easily edited using Notepad++

Below is how the config.inifile looks like and what each parameter represents.

[Environment]
license_key = ANITA-XXXXXX-XXXXXXXX-XXXXXXX
private_key = PRIVATE_KEY_COMES_HERE

gpa_node_url = GPA_NODE_COMES_HERE
rpc_nodes = [RPC_ONE_URL_COMES_HERE,RPC_TWO_URL_COMES_HERE]
websocket_url = WEBSOCKET_URL_COMES_HERE

geyser_url = false

router_metadata = https://ny.mainnet.block-engine.jito.wtf
use_proxies = false

nft_address = NFT_ADDRESS_HERE
nft_wallet = PRIVATE_KEY_OF_WALLET_HERE

workers = 1

buy_webhook = false
success_webhook = false

[Sniper]
router_method = false
mev_protection = false

router_buy_fee = 0.015
router_sell_fee = 0.015

manual_pool_id = false
manual_market_id = false

use_manual_buy = false
buy_limit = false

take_profit_pcts = []
sell_protect_pcts = []

autosell_delta = false

buy_tx_limit = false
sell_tx_limit = false

buy_timeout = false
sell_timeout = false

buy_slippage = false
sell_slippage = false

default_amount_in = false

compute_units = 110000
order_delta = 1000

buy_fee = 0.00001
sell_fee = 0.00001

hotkey_percentage_sell = 100

buy_spam_delay = 10
sell_spam_delay = 10

[Pre-Run / LP Add]
router_method = false
mev_protection = false

router_buy_fee = 0.015
router_sell_fee = 0.015

take_profit_pcts = []
sell_protect_pcts = []

use_manual_buy = false
autosell_delta = false

buy_tx_limit = false
sell_tx_limit = false

buy_timeout = false
sell_timeout = false

buy_slippage = false
sell_slippage = false

default_amount_in = false

hotkey_percentage_sell = 100

buy_spam_delay = 100
sell_spam_delay = 100

compute_units = 110000

buy_fee = 0.00001
sell_fee = 0.00001

launched_buy_fee = 0.0001
launched_buy_delay = 10

[AFK]
router_method = false
mev_protection = false

router_buy_fee = 0.015
router_sell_fee = 0.015

buy_fee = 0.00001
buy_timeout = 5000
buy_tx_limit = false
buy_delay = 10
buy_slippage = 40

sell_fee = 0.00001
sell_timeout = 10000
sell_tx_limit = false
sell_delay = 10
sell_slippage = 40
sell_slippage_increment = 5

take_profit_pcts = []
sell_protect_pcts = []

autosell_delta = 2000
order_delta = 1000
dev_sell = false

enforce_whitelist = false
multiple_at_a_time = false

socials_filter = []
liquidity_filter = false
token_supply = false
market_cost = false
only_bot_timed_pools = false
mint_auth = disabled
freeze_auth = disabled

compute_units = 110000
default_amount_in = false

[NFT]
router_method = false
mev_protection = false

router_buy_fee = 0.015
router_sell_fee = 0.015

buy_tx_limit = false
buy_timeout = false
buy_delay = 10

compute_units = 110000
buy_fee = 0.00001

wallets = [WALLET_ONE,WALLET_TWO,WALLET_THREE]

[Telegram]
number = YOUR_PHONE_NUMBER_HERE
chat_names = [LIST_OF_CHAT_NAMES]
tg_run_once = true
allow_duplicate = false

Last updated