Complete Example Config
copy_trade:
- wallet: "7DfGh1K...yourWalletHere" # Your trading wallet address
buy_max: 2 # Maximum SOL to spend per trade
buy_min: 0.005 # Minimum SOL to spend per trade
max_follow_buy: 0.005 # Max SOL to follow buy
buy_percent: 100 # Percentage of original wallet's trade to copy
buy_wallet_percent: 0 # Percent of your wallet balance to use per trade (overrides max/min)
sell_percent: 100 # Percentage of your position to sell when original wallet sells
buy_slippage_tolerance: 50 # Maximum allowed slippage percentage for buys
sell_slippage_tolerance: 50 # Maximum allowed slippage percentage for sells
buy_priority_fee_sol: 0.005 # Solana priority fee on buys
buy_jito_tip_sol: 0.0005 # Jito tip on buy transactions
buy_bloxs_tip_sol: 0.0005 # Bloxroute tip on buy transactions
buy_zero_slot_tip_sol: 0 # Tip amount for Zero Slot transactions (usually zero)
buy_nextblock_tip_sol: 0 # Tip for Next Block transactions (usually zero)
buy_temporal_tip_sol: 0.0005 # Tip for Temporal relayer
sell_priority_fee_sol: 0.005 # Priority fee when selling
sell_jito_tip_sol: 0.0005 # Jito tip for sell transactions
sell_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
sell_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
sell_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer on sell transactions
sell_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
use_jito: true # Enable using Jito relayer
use_blox: false # Enable using Bloxroute relayer
use_temporal: false # Enable using Temporal relayer
use_zero_slot: false # Enable Zero Slot execution
use_nextblock: false # Enable Next Block execution
min_mcap: 0 # Minimum market cap required (0 = disabled)
max_mcap: 0 # Maximum market cap allowed (0 = disabled)
min_bonding_curve: 0 # Minimum bonding curve % progress required (0 = disabled)
max_bonding_curve: 0 # Maximum bonding curve % progress allowed (0 = disabled)
min_liquid: 0 # Minimum liquidity requirement (0 = disabled)
max_liquid: 0 # Maximum liquidity allowed (0 = disabled)
dont_sell: false # True disables auto-sell
smart: false # Only buy if multiple monitored wallets buy
time_range: 0 # Time window in seconds for multiple wallet buys
minimun_hits: 0 # Number of wallets that must buy within the time range to trigger a trade
monitored_wallets: [] # List of wallet addresses to monitor
buy_raydium: true # Allow purchases on Raydium
buy_pumpfun: true # Allow purchases on Pump.fun
sellWhenMigrates: false # Auto-sell when token migrates platforms (Pump.fun -> Raydium)
percentage_sell_migrate: 50 # Percent to sell upon migration
sell_after_loss: 10 # Stop-loss percentage trigger
sell_after_profit: 20 # Take-profit percentage trigger
sell_after_time: 60 # Auto-sell after this time in seconds
webhook_alert_gain: 100 # Webhook notification after X% gain
webhook_alert_loss: 100 # Webhook notification after X% loss
power_send_buy: false # Send multiple buy transactions to guarantee quick execution
power_send_sell: false # Send multiple sell transactions to guarantee quick execution
has_twitter: false # Only buy tokens with a linked Twitter
twitter_follower_amount: 0 # Minimum followers required for token's Twitter account
twitter_verified: false # Require token's Twitter account to be verified
twitter_cookies: {} # Cookies required for scraping Twitter
has_telegram: false # Only trade tokens with Telegram channel
has_website: false # Only trade tokens with official website
twitter_blacklist_words: [] # Avoid tokens with these words in Twitter
telegram_blacklist_words: [] # Avoid tokens with these words in Telegram
website_blacklist_words: [] # Avoid tokens with these words in URL
mint_auth_enabled: false # Only trade tokens with mint authority disabled
freeze_auth_enabled: false # Only trade tokens with freeze authority disabled
exit_strategy:
take_profit_1: 10 # First profit target percentage
take_profit_1_sell: 25 # Percentage to sell at TP1
take_profit_2: 20 # Profit target percentage 2
take_profit_2_sell: 25 # Percentage of holdings to sell at TP2
take_profit_3: 30 # Profit target percentage 3
take_profit_3_sell: 25 # Percentage of holdings to sell at TP3
take_profit_4: 50 # Profit target percentage 4
take_profit_4_sell: 15 # Percentage of holdings to sell at TP4
take_profit_5: 100 # Profit target percentage 5
take_profit_5_sell: 10 # Percentage of holdings to sell at TP5
stop_loss_1: 5 # Stop-loss percentage trigger 1
stop_loss_1_sell: 20 # Percentage to sell at SL1
stop_loss_2: 10 # Stop-loss percentage trigger 2
stop_loss_2_sell: 30 # Percentage to sell at SL2
stop_loss_3: 15 # Stop-loss percentage trigger 3
stop_loss_3_sell: 50 # Percentage to sell at SL3
stop_loss_4: 20 # Stop-loss percentage trigger 4
stop_loss_4_sell: 75 # Percentage to sell at SL4
stop_loss_5: 25 # Stop-loss percentage trigger 5
stop_loss_5_sell: 100 # Percentage to sell at SL5
use_trailing: false # Use trailing stop-loss strategy
trailing_sell: 100 # Percent of position to sell on trailing trigger
trailing: 20 # Trailing stop-loss percentage
profit_timer: 10 # Time to wait (seconds) before taking profit if gain met
profit_gain: 30 # Percentage gain needed within timer
profit_timer_sell: 100 # Percentage to sell if timer expires without gain
no_movment_timer: 100 # Time to wait for price movement
no_movment: 20 # Minimum % movement required
no_movment_sell: 100 # Percent to sell if no movement
use_drop_mode: false # Enable drop-mode trailing stop-loss
drop_mode_1_target: 40 # Target percentage for Drop Mode 1 activation
drop_mode_1_floor: 2 # Minimum protected gain after Drop Mode 1
drop_mode_1_sell: 100 # Percentage to sell at Drop Mode 1
drop_mode_2_target: 70 # Target percentage for Drop Mode 2 activation
drop_mode_2_floor: 20 # Minimum protected gain after Drop Mode 2
drop_mode_2_sell: 100 # Percentage to sell at Drop Mode 2
drop_mode_3_target: 110 # Target percentage for Drop Mode 3 activation
drop_mode_3_floor: 50 # Minimum protected gain after Drop Mode 3
drop_mode_3_sell: 100 # Percentage to sell at Drop Mode 3
drop_mode_4_target: 150 # Target percentage for Drop Mode 4 activation
drop_mode_4_floor: 70 # Minimum protected gain after Drop Mode 4
drop_mode_4_sell: 100 # Percentage to sell at Drop Mode 4
drop_mode_5_target: 200 # Target percentage for Drop Mode 5 activation
drop_mode_5_floor: 100 # Minimum protected gain after Drop Mode 5
drop_mode_5_sell: 100 # Percentage to sell at Drop Mode 5
paper_trade: false # Enable simulated trading
paper_trade_buy: 0.1 # Simulated SOL buy amount
paper_trade_confirmation_time: 3 # Simulated transaction confirmation time in seconds
afk_trade:
- wallet: "7DfGh1K...yourWalletHere" # Your trading wallet address
buy_amount: 0.1 # SOL amount per trade
has_twitter: false # Only trade tokens with a Twitter account
has_telegram: false # Only trade tokens with a Telegram link
twitter_follower_amount: 0 # Minimum required Twitter followers
twitter_verified: false # Only trade tokens with verified Twitter
twitter_cookies: {} # Cookies for Twitter API
has_website: false # Only trade tokens with a website
twitter_blacklist_words: [] # Blacklist tokens containing these words in Twitter handle
telegram_blacklist_words: [] # Blacklist tokens containing these words in Telegram handle
website_blacklist_words: [] # Blacklist tokens containing these words in website URL
mint_auth_enabled: false # Only trade tokens with mint authority disabled
freeze_auth_enabled: false # Only trade tokens with freeze authority disabled
dont_sell: false # Set true to disable auto-sell
minimum_supply: 0 # Minimum token supply required
maximum_supply: 0 # Maximum token supply allowed
buy_slippage_tolerance: 50 # Maximum slippage percentage on buy
sell_slippage_tolerance: 50 # Maximum slippage percentage on sell
buy_priority_fee_sol: 0.005 # Priority fee for buy transactions (SOL)
buy_jito_tip_sol: 0.0005 # Tip amount for Jito relayer
buy_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
buy_zero_slot_tip_sol: 0 # Tip amount for Zero Slot execution
buy_nextblock_tip_sol: 0 # Tip amount for Next Block execution
buy_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer
sell_priority_fee_sol: 0.005 # Priority fee for sell transactions (SOL)
sell_jito_tip_sol: 0.0005 # Tip amount for Jito on sells
sell_temporal_tip_sol: 0.0005 # Tip amount for Temporal on sells
sell_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
sell_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
sell_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
limit_order: false # Enable simulated limit order logic
use_jito: true # Enable Jito relayer
use_blox: false # Enable Bloxroute relayer
use_temporal: false # Enable Temporal relayer
use_zero_slot: false # Enable Zero Slot execution
use_nextblock: false # Enable Next Block execution
monitor_delay: 0 # Seconds delay between each monitoring cycle
webhook_alert_gain: 100 # Webhook alert after achieving X% gain
webhook_alert_loss: 100 # Webhook alert after incurring X% loss
dont_buy_bundles: false # Avoid buying bundled tokens
exit_strategy:
take_profit_1: 10 # Profit target 1 (% gain)
take_profit_1_sell: 25 # % holdings to sell at TP1
take_profit_2: 20 # Profit target percentage 2
take_profit_2_sell: 25 # Percentage of holdings to sell at TP2
take_profit_3: 30 # Profit target percentage 3
take_profit_3_sell: 25 # Percentage of holdings to sell at TP3
take_profit_4: 50 # Profit target percentage 4
take_profit_4_sell: 15 # Percentage of holdings to sell at TP4
take_profit_5: 100 # Profit target percentage 5
take_profit_5_sell: 10 # Percentage of holdings to sell at TP5
stop_loss_1: 5 # Stop-loss percentage trigger 1
stop_loss_1_sell: 20 # Percentage to sell at SL1
stop_loss_2: 10 # Stop-loss percentage trigger 2
stop_loss_2_sell: 30 # Percentage to sell at SL2
stop_loss_3: 15 # Stop-loss percentage trigger 3
stop_loss_3_sell: 50 # Percentage to sell at SL3
stop_loss_4: 20 # Stop-loss percentage trigger 4
stop_loss_4_sell: 75 # Percentage to sell at SL4
stop_loss_5: 25 # Stop-loss percentage trigger 5
stop_loss_5_sell: 100 # Percentage to sell at SL5
use_trailing: false # Use trailing stop-loss strategy
trailing_sell: 100 # % holdings to sell when trailing stop triggers
trailing: 20 # Trailing stop-loss percentage
profit_timer: 10 # Seconds to wait for profit gain
profit_gain: 30 # Required profit gain % within timer
profit_timer_sell: 100 # % holdings to sell if profit timer expires
no_movment_timer: 100 # Wait time in seconds for price movement
no_movment: 20 # Minimum % movement required
no_movment_sell: 100 # % holdings to sell if no movement occurs
use_drop_mode: false # Enable drop-mode trailing stop-loss
drop_mode_1_target: 40 # % target gain for Drop Mode Tier 1
drop_mode_1_floor: 2 # % gain protected after target hit
drop_mode_1_sell: 100 # % holdings to sell at tier 1
drop_mode_2_target: 70 # Target percentage for Drop Mode 2 activation
drop_mode_2_floor: 20 # Minimum protected gain after Drop Mode 2
drop_mode_2_sell: 100 # Percentage to sell at Drop Mode 2
drop_mode_3_target: 110 # Target percentage for Drop Mode 3 activation
drop_mode_3_floor: 50 # Minimum protected gain after Drop Mode 3
drop_mode_3_sell: 100 # Percentage to sell at Drop Mode 3
drop_mode_4_target: 150 # Target percentage for Drop Mode 4 activation
drop_mode_4_floor: 70 # Minimum protected gain after Drop Mode 4
drop_mode_4_sell: 100 # Percentage to sell at Drop Mode 4
drop_mode_5_target: 200 # Target percentage for Drop Mode 5 activation
drop_mode_5_floor: 100 # Minimum protected gain after Drop Mode 5
drop_mode_5_sell: 100 # Percentage to sell at Drop Mode 5
paper_trade: false # Simulated trading mode
paper_trade_buy: 0.1 # Simulated SOL buy amount
paper_trade_confirmation_time: 3 # Simulated transaction confirmation time
snipe_trade:
- wallet: "7DfGh1K...yourWalletHere" # Your trading wallet address
token: "EXAMPL3TOKENADDRESS" # Target token to snipe
buy_amount: 1 # Amount of SOL to spend per trade
sell_after_profit: 15 # Auto-sell after 15% gain
sell_after_time: 60 # Auto-sell after 60 seconds
sell_after_loss: 10 # Auto-sell after 10% loss
webhook_alert_gain: 100 # Webhook alert after 100% gain
webhook_alert_loss: 100 # Webhook alert after 100% loss
limit_order: false # Enable simulated limit orders
dont_sell: false # Set true to disable auto-sell
buy_slippage_tolerance: 50 # Maximum slippage % for buy
sell_slippage_tolerance: 50 # Maximum slippage % for sell
buy_priority_fee_sol: 0.005 # Priority fee for buying (SOL)
buy_jito_tip_sol: 0.0005 # Tip amount for Jito relayer
buy_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
buy_zero_slot_tip_sol: 0 # Tip for Zero Slot execution
buy_nextblock_tip_sol: 0 # Tip for Next Block execution
buy_temporal_tip_sol: 0.0005 # Tip for Temporal relayer
sell_priority_fee_sol: 0.005 # Priority fee for selling
sell_jito_tip_sol: 0.0005 # Tip for Jito on sell transactions
sell_temporal_tip_sol: 0.0005 # Tip for Temporal on sells
sell_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
sell_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
sell_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
use_jito: true # Enable Jito relayer
use_blox: false # Enable Bloxroute relayer
use_temporal: false # Enable Temporal relayer
use_zero_slot: false # Enable Zero Slot execution
use_nextblock: false # Enable Next Block execution
sellWhenMigrates: false # Auto-sell when token migrates platforms
monitor_delay: 1 # Seconds delay between scans
has_twitter: false # Only trade tokens with a linked Twitter
twitter_follower_amount: 0 # Min Twitter followers required
twitter_verified: false # Only verified Twitter accounts
twitter_cookies: {} # Cookies for Twitter scraping
has_telegram: false # Only tokens with Telegram
has_website: false # Only tokens with websites
twitter_blacklist_words: [] # Avoid tokens with these words in Twitter
telegram_blacklist_words: [] # Avoid tokens with these words in Telegram
website_blacklist_words: [] # Avoid tokens with these words in URL
mint_auth_enabled: false # Only tokens with mint authority disabled
freeze_auth_enabled: false # Only tokens with freeze authority disabled
exit_strategy:
take_profit_1: 10 # First take-profit target (%)
take_profit_1_sell: 25 # % to sell at TP1
take_profit_2: 20 # Profit target percentage 2
take_profit_2_sell: 25 # Percentage of holdings to sell at TP2
take_profit_3: 30 # Profit target percentage 3
take_profit_3_sell: 25 # Percentage of holdings to sell at TP3
take_profit_4: 50 # Profit target percentage 4
take_profit_4_sell: 15 # Percentage of holdings to sell at TP4
take_profit_5: 100 # Profit target percentage 5
take_profit_5_sell: 10 # Percentage of holdings to sell at TP5
stop_loss_1: 5 # Stop-loss percentage trigger 1
stop_loss_1_sell: 20 # Percentage to sell at SL1
stop_loss_2: 10 # Stop-loss percentage trigger 2
stop_loss_2_sell: 30 # Percentage to sell at SL2
stop_loss_3: 15 # Stop-loss percentage trigger 3
stop_loss_3_sell: 50 # Percentage to sell at SL3
stop_loss_4: 20 # Stop-loss percentage trigger 4
stop_loss_4_sell: 75 # Percentage to sell at SL4
stop_loss_5: 25 # Stop-loss percentage trigger 5
stop_loss_5_sell: 100 # Percentage to sell at SL5
use_trailing: false # Use trailing stop-loss
trailing_sell: 100 # % holdings sold on trailing stop trigger
trailing: 20 # Trailing stop-loss percentage
profit_timer: 10 # Wait time for profit target (seconds)
profit_gain: 30 # Profit gain % within timer
profit_timer_sell: 100 # % holdings to sell if profit timer expires
no_movment_timer: 100 # Seconds to wait for price movement
no_movment: 20 # Minimum % movement required
no_movment_sell: 100 # % holdings sold if no movement
use_drop_mode: false # Enable drop-mode trailing stop-loss
drop_mode_1_target: 40 # Target percentage for Drop Mode 1 activation
drop_mode_1_floor: 2 # Minimum protected gain after Drop Mode 1
drop_mode_1_sell: 100 # Percentage to sell at Drop Mode 1
drop_mode_2_target: 70 # Target percentage for Drop Mode 2 activation
drop_mode_2_floor: 20 # Minimum protected gain after Drop Mode 2
drop_mode_2_sell: 100 # Percentage to sell at Drop Mode 2
drop_mode_3_target: 110 # Target percentage for Drop Mode 3 activation
drop_mode_3_floor: 50 # Minimum protected gain after Drop Mode 3
drop_mode_3_sell: 100 # Percentage to sell at Drop Mode 3
drop_mode_4_target: 150 # Target percentage for Drop Mode 4 activation
drop_mode_4_floor: 70 # Minimum protected gain after Drop Mode 4
drop_mode_4_sell: 100 # Percentage to sell at Drop Mode 4
drop_mode_5_target: 200 # Target percentage for Drop Mode 5 activation
drop_mode_5_floor: 100 # Minimum protected gain after Drop Mode 5
drop_mode_5_sell: 100 # Percentage to sell at Drop Mode 5
min_mcap: 0 # Minimum market cap allowed
max_mcap: 0 # Maximum market cap allowed
paper_trade: false # Simulated trading (no real execution)
paper_trade_buy: 0.1 # Simulated SOL buy amount
paper_trade_confirmation_time: 3 # Simulated transaction confirmation time
telegram_scraper:
- wallet: "7DfGh1K...yourWalletHere" # Your trading wallet
phone_number: "+1234567890" # Telegram account phone number
channel_id:
- "123456789" # Telegram channel IDs to monitor
topics_id:
- "456789" # Specific Telegram topic IDs
user_id:
- "999999"
- "888888" # Telegram user IDs to track
password: "yourpassword" # Telegram password if set
buy_amount: 0.1 # SOL amount per signal
sell_after_profit: 10 # Sell after 10% profit
sell_after_time: 180 # Sell after 180 seconds
sell_after_loss: 5 # Sell after 5% loss
dont_sell: false # Set true to disable auto-sell
buy_slippage_tolerance: 50 # Max slippage % for buying
sell_slippage_tolerance: 50 # Max slippage % for selling
buy_priority_fee_sol: 0.005 # Priority fee in SOL for buy transactions
buy_jito_tip_sol: 0.0005 # Tip amount for Jito relayer
buy_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
buy_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
buy_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
buy_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer
sell_priority_fee_sol: 0.005 # Priority fee in SOL for sell transactions
sell_jito_tip_sol: 0.0005 # Tip amount for Jito on sell transactions
sell_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer on sell transactions
sell_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
sell_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
sell_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
use_jito: true # Enable Jito relayer
use_blox: false # Enable Bloxroute relayer
use_temporal: false # Enable Temporal relayer
use_zero_slot: false # Enable Zero Slot execution
use_nextblock: false # Enable Next Block execution
monitor_delay: 2 # Delay between scans (seconds)
blacklisted_words: ["scam", "rug", "fake"] # Avoid tokens if these words appear
blacklisted_tokens: [] # Avoid specific token addresses
buy_raydium: true # Allow buying on Raydium
buy_pumpfun: false # Allow buying on Pump.fun
sellWhenMigrates: false # Sell on platform migration
percentage_sell_migrate: 50 # % holdings sold on migration
min_bonding_curve: 0 # Min bonding curve %
max_bonding_curve: 0 # Max bonding curve %
min_mcap: 0 # Min market cap
max_mcap: 0 # Max market cap
webhook_alert_gain: 100 # Alert after 100% gain
webhook_alert_loss: 100 # Alert after 100% loss
has_twitter: false # Require linked Twitter
twitter_follower_amount: 0 # Min Twitter followers
twitter_verified: false # Require verified Twitter
twitter_cookies: {} # Twitter scraping cookies
has_telegram: false # Require Telegram link
has_website: false # Require website link
twitter_blacklist_words: [] # Twitter blacklist
telegram_blacklist_words: [] # Telegram blacklist
website_blacklist_words: [] # Website blacklist
mint_auth_enabled: false # Mint authority disabled
freeze_auth_enabled: false # Freeze authority disabled
exit_strategy:
take_profit_1: 10 # Profit target percentage 1
take_profit_1_sell: 25 # Percentage of holdings to sell at TP1
take_profit_2: 20 # Profit target percentage 2
take_profit_2_sell: 25 # Percentage of holdings to sell at TP2
take_profit_3: 30 # Profit target percentage 3
take_profit_3_sell: 25 # Percentage of holdings to sell at TP3
take_profit_4: 50 # Profit target percentage 4
take_profit_4_sell: 15 # Percentage of holdings to sell at TP4
take_profit_5: 100 # Profit target percentage 5
take_profit_5_sell: 10 # Percentage of holdings to sell at TP5
stop_loss_1: 5 # Stop-loss percentage trigger 1
stop_loss_1_sell: 20 # Percentage to sell at SL1
stop_loss_2: 10 # Stop-loss percentage trigger 2
stop_loss_2_sell: 30 # Percentage to sell at SL2
stop_loss_3: 15 # Stop-loss percentage trigger 3
stop_loss_3_sell: 50 # Percentage to sell at SL3
stop_loss_4: 20 # Stop-loss percentage trigger 4
stop_loss_4_sell: 75 # Percentage to sell at SL4
stop_loss_5: 25 # Stop-loss percentage trigger 5
stop_loss_5_sell: 100 # Percentage to sell at SL5
use_trailing: false # Enable trailing stop-loss strategy
trailing_sell: 100 # Percentage holdings sold on trailing stop
trailing: 20 # Trailing stop-loss percentage
profit_timer: 10 # Seconds to wait before taking profit
profit_gain: 30 # Required profit gain % within timer
profit_timer_sell: 100 # Percentage to sell if profit timer expires without gain
no_movment_timer: 100 # Seconds to wait for price movement
no_movment: 20 # Minimum required price movement (%)
no_movment_sell: 100 # Percentage to sell if no movement occurs
use_drop_mode: false # Enable drop-mode trailing stop-loss
drop_mode_1_target: 40 # Target percentage for Drop Mode 1 activation
drop_mode_1_floor: 2 # Minimum protected gain after Drop Mode 1
drop_mode_1_sell: 100 # Percentage to sell at Drop Mode 1
drop_mode_2_target: 70 # Target percentage for Drop Mode 2 activation
drop_mode_2_floor: 20 # Minimum protected gain after Drop Mode 2
drop_mode_2_sell: 100 # Percentage to sell at Drop Mode 2
drop_mode_3_target: 110 # Target percentage for Drop Mode 3 activation
drop_mode_3_floor: 50 # Minimum protected gain after Drop Mode 3
drop_mode_3_sell: 100 # Percentage to sell at Drop Mode 3
drop_mode_4_target: 150 # Target percentage for Drop Mode 4 activation
drop_mode_4_floor: 70 # Minimum protected gain after Drop Mode 4
drop_mode_4_sell: 100 # Percentage to sell at Drop Mode 4
drop_mode_5_target: 200 # Target percentage for Drop Mode 5 activation
drop_mode_5_floor: 100 # Minimum protected gain after Drop Mode 5
drop_mode_5_sell: 100 # Percentage to sell at Drop Mode 5
paper_trade: false # Simulated trading
paper_trade_buy: 0.1 # Simulated buy amount
paper_trade_confirmation_time: 3 # Simulated confirmation delay
discord_scraper:
- wallet: "7DfGh1K...yourWalletHere" # Your trading wallet
discord_token: "your-discord-token" # Discord auth token
discord_server_id:
- "1228295098278608977"
- "849904253484793866" # Discord server IDs
discord_channel_id:
- "1350841375574462545"
- "1354752276119687259" # Channel IDs to monitor
discord_users_id: # Left blank to monitor all
buy_amount: 0.2 # SOL amount per signal
dont_sell: false # Set true to disable auto-sell
buy_slippage_tolerance: 10 # Max slippage % for buys
sell_slippage_tolerance: 10 # Max slippage % for sells
buy_priority_fee_sol: 0.005 # Priority fee in SOL for buy transactions
buy_jito_tip_sol: 0.0005 # Tip amount for Jito relayer
buy_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
buy_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
buy_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
buy_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer
sell_priority_fee_sol: 0.0005 # Priority fee in SOL for sell transactions
sell_jito_tip_sol: 0.0005 # Tip amount for Jito on sell transactions
sell_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer on sell transactions
sell_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
sell_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
sell_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
use_jito: true # Use Jito relayer
use_blox: false # Use Bloxroute relayer
use_temporal: false # Use Temporal relayer
use_zero_slot: false # Zero Slot execution
use_nextblock: false # Next Block execution
monitor_delay: 2 # Delay between scans (seconds)
blacklisted_words: ["spam", "ban"] # Avoid tokens if these words appear
blacklisted_tokens: [] # Avoid specific token addresses
buy_raydium: true # Allow buying on Raydium
buy_pumpfun: true # Allow buying on Pump.fun
sellWhenMigrates: false # Auto-sell if token migrates platforms
percentage_sell_migrate: 50 # % holdings to sell on migration
min_bonding_curve: 0 # Minimum bonding curve percentage
min_mcap: 0 # Minimum market cap allowed
max_mcap: 0 # Maximum market cap allowed
max_bonding_curve: 0 # Maximum bonding curve percentage
sell_after_profit: 0 # Sell after X% profit
sell_after_time: 0 # Sell after X seconds
sell_after_loss: 0 # Sell after X% loss
webhook_alert_gain: 100 # Webhook alert after 100% gain
webhook_alert_loss: 0 # Webhook alert after X% loss
has_twitter: false # Require linked Twitter
twitter_follower_amount: 0 # Minimum Twitter followers
twitter_verified: false # Require verified Twitter
twitter_cookies: {} # Twitter scraping cookies
has_telegram: false # Require Telegram link
has_website: false # Require website link
twitter_blacklist_words: [] # Twitter blacklist words
telegram_blacklist_words: [] # Telegram blacklist words
website_blacklist_words: [] # Website blacklist words
mint_auth_enabled: false # Require mint authority disabled
freeze_auth_enabled: false # Require freeze authority disabled
exit_strategy:
take_profit_1: 45 # Profit target percentage 1
take_profit_1_sell: 50 # Percentage of holdings to sell at TP1
take_profit_2: 100 # Profit target percentage 2
take_profit_2_sell: 20 # Percentage of holdings to sell at TP2
take_profit_3: 250 # Profit target percentage 3
take_profit_3_sell: 20 # Percentage of holdings to sell at TP3
take_profit_4: 500 # Profit target percentage 4
take_profit_4_sell: 100 # Percentage of holdings to sell at TP4
take_profit_5: 100 # Profit target percentage 5
take_profit_5_sell: 10 # Percentage of holdings to sell at TP5
stop_loss_1: 16 # Stop-loss percentage trigger 1
stop_loss_1_sell: 100 # Percentage to sell at SL1
stop_loss_2: 10 # Stop-loss percentage trigger 2
stop_loss_2_sell: 30 # Percentage to sell at SL2
stop_loss_3: 15 # Stop-loss percentage trigger 3
stop_loss_3_sell: 50 # Percentage to sell at SL3
stop_loss_4: 20 # Stop-loss percentage trigger 4
stop_loss_4_sell: 75 # Percentage to sell at SL4
stop_loss_5: 25 # Stop-loss percentage trigger 5
stop_loss_5_sell: 100 # Percentage to sell at SL5
use_trailing: false # Use trailing stop-loss
trailing_sell: 0 # Percentage holdings sold on trailing stop
trailing: 0 # Trailing stop-loss percentage
profit_timer: 0 # Seconds to wait before taking profit
profit_gain: 0 # Required profit gain % within timer
profit_timer_sell: 0 # Percentage to sell if profit timer expires without gain
no_movment_timer: 120 # Wait time for price movement
no_movment: 15 # Min movement % during timer
no_movment_sell: 100 # % holdings sold if no movement
use_drop_mode: true # Enable drop-mode trailing stop-loss
drop_mode_1_target: 40 # Target percentage for Drop Mode 1 activation
drop_mode_1_floor: 2 # Minimum protected gain after Drop Mode 1
drop_mode_1_sell: 100 # Percentage to sell at Drop Mode 1
drop_mode_2_target: 100 # Target percentage for Drop Mode 2 activation
drop_mode_2_floor: 140 # Minimum protected gain after Drop Mode 2
drop_mode_2_sell: 100 # Percentage to sell at Drop Mode 2
drop_mode_3_target: 200 # Target percentage for Drop Mode 3 activation
drop_mode_3_floor: 100 # Minimum protected gain after Drop Mode 3
drop_mode_3_sell: 100 # Percentage to sell at Drop Mode 3
drop_mode_4_target: 300 # Target percentage for Drop Mode 4 activation
drop_mode_4_floor: 200 # Minimum protected gain after Drop Mode 4
drop_mode_4_sell: 100 # Percentage to sell at Drop Mode 4
drop_mode_5_target: 500 # Target percentage for Drop Mode 5 activation
drop_mode_5_floor: 300 # Minimum protected gain after Drop Mode 5
drop_mode_5_sell: 100 # Percentage to sell at Drop Mode 5
paper_trade: false # Simulated trading
paper_trade_buy: 0.1 # Simulated buy amount
paper_trade_confirmation_time: 3 # Simulated confirmation delay
twitter_scraper:
- wallet: "7DfGh1K...yourWalletHere" # Your trading wallet
tweet_catcher_key: "your-key" # TweetCatcher API key
buy_amount: 0.1 # Amount of SOL per signal
buy_slippage_tolerance: 50 # Max slippage % on buy
sell_slippage_tolerance: 50 # Max slippage % on sell
buy_priority_fee_sol: 0.005 # Priority fee in SOL for buy transactions
buy_jito_tip_sol: 0.0005 # Tip amount for Jito relayer
buy_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
buy_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
buy_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
buy_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer
sell_priority_fee_sol: 0.005 # Priority fee in SOL for sell transactions
sell_jito_tip_sol: 0.0005 # Tip amount for Jito on sell transactions
sell_temporal_tip_sol: 0.0005 # Tip amount for Temporal relayer on sell transactions
sell_zero_slot_tip_sol: 0 # Tip for Zero Slot execution (usually 0)
sell_nextblock_tip_sol: 0 # Tip for Next Block execution (usually 0)
sell_bloxs_tip_sol: 0.0005 # Tip amount for Bloxroute relayer
use_jito: true # Use Jito relayer
use_blox: false # Use Bloxroute relayer
use_temporal: false # Use Temporal relayer
use_zero_slot: false # Zero Slot execution
use_nextblock: false # Next Block execution
blacklisted_words: ["bot", "warning"] # Words to block from tweets
blacklisted_tokens: [] # Specific tokens to block
sell_after_profit: 20 # Auto-sell after 20% gain
sell_after_time: 180 # Auto-sell after 180 seconds
sell_after_loss: 5 # Auto-sell after 5% loss
twitter_accounts: ["elonmusk", "coinbase"] # Twitter accounts to monitor
buy_raydium: true # Allow buying on Raydium
buy_pumpfun: false # Allow buying on Pump.fun
sellWhenMigrates: false # Sell on platform migration
percentage_sell_migrate: 50 # % holdings sold on migration
min_mcap: 0 # Minimum market cap allowed
max_mcap: 0 # Maximum market cap allowed
min_bonding_curve: 0 # Minimum bonding curve percentage
max_bonding_curve: 0 # Maximum bonding curve percentage
dont_sell: false # Disable auto-sell if true
webhook_alert_gain: 100 # Webhook alert after 100% gain
webhook_alert_loss: 100 # Webhook alert after 100% loss
has_twitter: false # Only trade tokens with linked Twitter
twitter_follower_amount: 0 # Min Twitter followers
twitter_verified: false # Require verified Twitter
twitter_cookies: {} # Twitter scraping cookies
has_telegram: false # Only trade tokens with Telegram
has_website: false # Only trade tokens with website
twitter_blacklist_words: [] # Twitter blacklist words
telegram_blacklist_words: [] # Telegram blacklist words
website_blacklist_words: [] # Website blacklist words
mint_auth_enabled: false # Require mint authority disabled
freeze_auth_enabled: false # Require freeze authority disabled
exit_strategy:
take_profit_1: 10 # Profit target percentage 1
take_profit_1_sell: 25 # Percentage of holdings to sell at TP1
take_profit_2: 20 # Profit target percentage 2
take_profit_2_sell: 25 # Percentage of holdings to sell at TP2
take_profit_3: 30 # Profit target percentage 3
take_profit_3_sell: 25 # Percentage of holdings to sell at TP3
take_profit_4: 50 # Profit target percentage 4
take_profit_4_sell: 15 # Percentage of holdings to sell at TP4
take_profit_5: 100 # Profit target percentage 5
take_profit_5_sell: 10 # Percentage of holdings to sell at TP5
stop_loss_1: 5 # Stop-loss percentage trigger 1
stop_loss_1_sell: 20 # Percentage to sell at SL1
stop_loss_2: 10 # Stop-loss percentage trigger 2
stop_loss_2_sell: 30 # Percentage to sell at SL2
stop_loss_3: 15 # Stop-loss percentage trigger 3
stop_loss_3_sell: 50 # Percentage to sell at SL3
stop_loss_4: 20 # Stop-loss percentage trigger 4
stop_loss_4_sell: 75 # Percentage to sell at SL4
stop_loss_5: 25 # Stop-loss percentage trigger 5
stop_loss_5_sell: 100 # Percentage to sell at SL5
use_trailing: false # Use trailing stop-loss
trailing_sell: 100 # Percentage holdings sold on trailing stop
trailing: 20 # Trailing stop-loss percentage
profit_timer: 10 # Seconds to wait before taking profit
profit_gain: 30 # Required profit gain % within timer
profit_timer_sell: 100 # Percentage to sell if profit timer expires without gain
no_movment_timer: 100 # Seconds to wait for price movement
no_movment: 20 # Minimum required price movement (%)
no_movment_sell: 100 # Percentage to sell if no movement occurs
use_drop_mode: false # Enable drop-mode trailing stop-loss
drop_mode_1_target: 40 # Target percentage for Drop Mode 1 activation
drop_mode_1_floor: 2 # Minimum protected gain after Drop Mode 1
drop_mode_1_sell: 100 # Percentage to sell at Drop Mode 1
drop_mode_2_target: 70 # Target percentage for Drop Mode 2 activation
drop_mode_2_floor: 20 # Minimum protected gain after Drop Mode 2
drop_mode_2_sell: 100 # Percentage to sell at Drop Mode 2
drop_mode_3_target: 110 # Target percentage for Drop Mode 3 activation
drop_mode_3_floor: 50 # Minimum protected gain after Drop Mode 3
drop_mode_3_sell: 100 # Percentage to sell at Drop Mode 3
drop_mode_4_target: 150 # Target percentage for Drop Mode 4 activation
drop_mode_4_floor: 70 # Minimum protected gain after Drop Mode 4
drop_mode_4_sell: 100 # Percentage to sell at Drop Mode 4
drop_mode_5_target: 200 # Target percentage for Drop Mode 5 activation
drop_mode_5_floor: 100 # Minimum protected gain after Drop Mode 5
drop_mode_5_sell: 100 # Percentage to sell at Drop Mode 5
paper_trade: false # Simulated trading
paper_trade_buy: 0.1 # Simulated buy amount
paper_trade_confirmation_time: 3 # Simulated confirmation delay
Last updated