A Bot in your pocket based on take profit or buy/sell on Raydium.
The Solana Sniper/Trading Bot is a groundbreaking tool in the booming Solana ecosystem, designed to tackle a common issue faced by traders: missing out on profit opportunities after purchasing tokens on the Solana network, leading to token rug-pulls or dumps. This software not only integrates sniping functionality, allowing users to instantly acquire tokens upon their launch but also adds trading tools to optimize one’s position.
A few of the things you can do with Bot:
- Sniping: Execute buy transactions instantly when liquidity is added to an SPL token, ensuring you're among the first to buy in promising new tokens.
- Take Profit: Automatically sell tokens at a predefined profit percentage, securing gains.
- Buy/Sell x Times: Execute repeated buy orders to average down or scale into positions.
- Sell Limit Order: Set your tokens to sell automatically at a predetermined price, locking in profits.
- User friendly interface - hands-on interface
Making the first to trade in new tokens.
- Downloads Python ( Recommend the latest version ) Python 3.13.0
- VERY IMPORTANT: When installing Python also install "Add python.exe to path" and "Use admin privileges when installing py.exe: => Tick
- Update
pip
Run the following command to update pip to the latest version
python -m pip install --upgrade pip
- Clone or download the project
git clone https://github.com/4lphachain/Pumpfun_Solana_Sniper_Bot.git
Option 2: Download the project directly
Go to the project's GitHub page, click the "Code" button and select "Download ZIP". Unzip the downloaded ZIP file to get the project folder.
- Navigate to the project folder
Open a terminal and navigate to the project folder
cd Pumpfun_Solana_Sniper_Bot
- Install libraries
Run the following command to install the required libraries for the project:
pip install -r requirements.txt
- Run the project
Run the following command to start the project:
python main.py
- BUY DELAY : In seconds after launch. Set to 0, Token will buy immediately after token launch
- TAKE PROFIT : Take-Profit Order (TP) . Token places a sell order and confirms immediately after reaching the target
- STOP LOSS : Percentage loss at which to stop the loss.
- SELL DELAY : to the number of seconds you want to wait before selling the token. Set to 0, token will be sold immediately after it is bought.
- BUY/SELL RETRIES : Maximum number of retries for buying/selling a token.
- BUY/SELL SLIPPAGE : Slippage %.
- CHECK BURNED : Set to true to buy tokens only if their liquidity pool is burned.
- CHECK RENOUNCED : Set to true to buy tokens only if their mint is renounced.
- CHECK RUG : Set to true to check the risk score and protect against rug pulls.
- Telegram : @alpha4sol
- This extension is not affiliated with Solana Foundation or Solana Labs. It is a non-profit community project.
- Solana Snipe is in active development, so all the snippets are subject to change.
- The snippets are unaudited. Use at your own risk.