Documentation

Getting Started

Set up SolSnipe and start monitoring new token launches on Solana in under 5 minutes.

Requirements

Before installing SolSnipe, make sure you have the following:

RequirementDetails
OSWindows 10 or Windows 11 (64-bit)
RAMMinimum 4 GB
InternetStable connection, low latency preferred
RPC EndpointAny Solana RPC with WebSocket support
SOL WalletA Solana wallet with a private key
Tip: For best performance, use a dedicated RPC endpoint from Helius, QuickNode, or Alchemy instead of the free public endpoint.

Installation

Download and extract the SolSnipe archive to get started.

1

Download solsnipe.rar from the Download page.

2

Extract the archive to a folder of your choice, for example C:\SolSnipe.

3

Open the extracted folder. You will see solsnipe.exe and a config.toml file.

4

Edit config.toml with your RPC URL and wallet private key before running.

Warning: Never share your private key with anyone. SolSnipe stores it locally and never transmits it.

Configuration

All settings are managed through the config.toml file in the SolSnipe directory.

# SolSnipe config.toml rpc_url = "https://your-rpc-endpoint.com" ws_url = "wss://your-rpc-endpoint.com" private_key = "your_base58_private_key_here" # Buy settings buy_amount_sol = 0.1 slippage = 3 priority_fee = 0.001 # DEX selection raydium = true pumpfun = true jupiter = true # Safety filters check_mint_authority = true check_freeze_authority = true max_top_holder_pct = 20 min_liquidity_sol = 5 # Telegram alerts (optional) telegram_bot_token = "your_bot_token" telegram_chat_id = "your_chat_id" # Simulation mode (no real trades) dry_run = false

RPC Setup

SolSnipe requires a Solana RPC endpoint with WebSocket support. We recommend one of these providers:

ProviderFree TierNotes
Helius1M credits/monthBest for sniping, low latency
QuickNode10M credits/monthReliable, global nodes
Alchemy300M compute unitsGood for testing

Safety Filters

SolSnipe includes built-in safety checks to help avoid rug pulls and honeypots. Each filter can be enabled or disabled in config:

FilterWhat it checks
check_mint_authoritySkips tokens where the dev can mint unlimited supply
check_freeze_authoritySkips tokens where accounts can be frozen
max_top_holder_pctSkips if top wallet holds more than X% of supply
min_liquidity_solSkips pools with less than X SOL liquidity

Telegram Alerts

SolSnipe can send instant alerts to your Telegram when it buys or sells a token. To set this up:

1

Open Telegram and search for @BotFather.

2

Send /newbot and follow the instructions. Copy the bot token.

3

Get your chat ID by messaging @userinfobot.

4

Paste both values into your config.toml.

Simulation Mode

Enable dry run mode to test SolSnipe without spending real SOL. In this mode the bot detects tokens and logs what it would do — but executes no real transactions.

dry_run = true

Running SolSnipe

Once your config is ready, simply double-click solsnipe.exe to launch the application. The interface will open and monitoring will begin automatically.

Note: Keep SolSnipe running in the background to monitor new token launches continuously. Closing the app stops monitoring.