Skip to content

The Pumpfun Sniper Bot is a tool designed for sniping newly minted tokens on the Pumpfun decentralized exchange. This bot is upgradable with the Geyser feature, which enhances its ability to catch new trades as soon as tokens are minted, providing a significant advantage in short-term investment opportunities.

Notifications You must be signed in to change notification settings

4lphachain/Pumpfun_Solana_Sniper_Bot

Repository files navigation

SOLANA BOT


A Bot in your pocket based on take profit or buy/sell on Raydium.

1

Table of Contents

Introduction

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.

Logs . Screenshot 2024-04-05 052559

Features

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. 2

Installation

  • 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

Usage

  • 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

Setting

  • 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.

Contact

Telegram

  • Telegram : @alpha4sol

Disclaimer

  • 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.

About

The Pumpfun Sniper Bot is a tool designed for sniping newly minted tokens on the Pumpfun decentralized exchange. This bot is upgradable with the Geyser feature, which enhances its ability to catch new trades as soon as tokens are minted, providing a significant advantage in short-term investment opportunities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages