Sniper
snipe_trade:
- wallet: YOUR_WALLET_ADDRESS
token: "The Contract address for the token you want to buy"
buy_amount: The amount of Solana you will spend per transaction
has_twitter: true/false Whether the coin has a twitter account or not
has_telegram: true/false Whether the coin has a telegram account or not
mint_auth_enabled: true/false Whether mint auth is enabled or not
freeze_auth_enabled: true/false Whether mint auth is enabled or not
sell_after_profit: Auto sell after x% profit
sell_after_time: Auto sell after x Seconds
sell_after_loss: Auto sell after x Sol loss
limit_order: true/false
dont_sell: true/false (Set false if you only want to manual sell)
buy_slippage_tolerance: Buy Slippage as a %
sell_slippage_tolerance: Sell Slippage as a %
buy_priority_fee_sol: Normal Solana Priority Fee in SOL
buy_jito_tip_sol: Jito Fee in SOL
buy_bloxs_tip_sol: Blox Fee in SOL
buy_temporal_tip_sol: Temporal Fee in SOL
sell_priority_fee_sol: Normal Solana Priority Fee in SOL
sell_jito_tip_sol: Jito Fee in SOL
sell_temporal_tip_sol: Temporal Fee in SOL
sell_bloxs_tip_sol: Blox Fee in SOL
buy_attempts: Amount of times it should resend the transaction if unsuccessful
use_jito: true/false depending on if you want to send via Jito
use_blox: true/false depending on if you want to send via Bloxroute
use_temporal: true/false depending on if you want to send via Temporal
sellWhenMigrates: true/false Auto sell upon migration
Power_Mode: This will send multiple transactions at the same time, all transactions will hit on chain, but only one will confirm.
This allows you to use whichever lands fastest whilst only paying gas for one transaction
HasTwitter: true/false on if the token has a Twitter account linked
twitter_verified: true/false on if you want the twitter to be verified
twitter_follower_amount: Minimum amount of followers the twitter should have
twitter_cookies: {"ct0":"Insert your ct0 key here","auth_token":"Insert your auth token here"}
HasTelegram: true/false on if the token has a Telegram linked
HasWebsite: true/false on if the token has a Website linked
TwitterBlacklistWords: [The bot will not trade if their twitter name includes these words]
TelegramBlacklistWords: [The bot will not trade if their Telegram name includes these words]
WebsiteBlacklistWords: [The bot will not trade if their website URL includes these words - This will massively slow down the buy due to loading website metadata]
MintAuthEnabled: true/false depending if you want this enabled
FreezeAuthEnabled: true/false depending if you want this enabled
exit_strategy:
take_profit_1: set the trigger % increase for TP 1
take_profit_1_sell: set the % of your holdings you want to sell at TP 1
take_profit_2: set the trigger % increase for TP 2
take_profit_2_sell: set the % of your holdings you want to sell at TP 2
stop_loss_1: set the trigger % decrease for SL 1
stop_loss_1_sell: set the % of your holdings you want to sell at SL 1
stop_loss_2: set the trigger % decrease for SL 2
stop_loss_2_sell: set the % of your holdings you want to sell at SL 2
use_trailing: Currently out of action
trailing_sell: Currently out of action
trailing: Currently out of action
profit_timer: Currently out of action
profit_gain: Currently out of action
profit_timer_sell: Currently out of action
no_movment_timer: Currently out of action
no_movment_sell: Currently out of action
Last updated