Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4lphachain/pumpfun_solana_sniper_bot

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.
https://github.com/4lphachain/pumpfun_solana_sniper_bot

crypto-trading pump-fun pump-fun-bot pumpfun snipe sniper sniper-solana-bot solana solana-sniper solana-sniping solana-trade solana-trade-bot

Last synced: 11 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

SOLANA BOT








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


1

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Usage](#Usage)
- [Setting](#Setting-)
- [Disclaimer ](#Disclaimer)
- [Contact ](#Contact)

## 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](https://github.com/user-attachments/assets/8b825c7d-1f6e-4178-a68c-af6c4dc4877d)





## 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](https://www.python.org/downloads/)
- ***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
python -m pip install --upgrade pip
```
- Clone or download the project

```git
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

```python
cd Pumpfun_Solana_Sniper_Bot
```

- Install libraries

Run the following command to install the required libraries for the project:

```python
pip install -r requirements.txt
```

- Run the project

Run the following command to start the project:

```python
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](https://t.me/alpha4sol)
- 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.