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

https://github.com/0xsabonis/pumpfun-sniper-bot-v2

Solana token sniper bot on pumpfun and raydium with real-time monitoring and instant execution.
https://github.com/0xsabonis/pumpfun-sniper-bot-v2

dedicated-server grpc mev rust sniper sniping solana token-sniping trading-bot

Last synced: over 1 year ago
JSON representation

Solana token sniper bot on pumpfun and raydium with real-time monitoring and instant execution.

Awesome Lists containing this project

README

          

# Solana Token Sniper – Raydium & Pump.fun

A **high-performance Rust-based sniper bot** for **Solana**, detecting and executing ultra-fast token trades on **Raydium & Pump.fun** with real-time monitoring and instant execution.

---

## πŸ“Œ Overview

| Feature | Description |
|---------|------------|
| **Language** | Rust πŸ¦€ |
| **Networks** | Solana |
| **Targets** | Raydium, Pump.fun |
| **Execution Speed** | Ultra-fast, same-block sniping |
| **Security** | Rust’s memory safety, minimal vulnerabilities |
| **Monitoring** | Multi-gRPC support with **Helius & Yellowstone** |

---

## ⚑ Key Features

| Feature | Description |
|---------|------------|
| πŸš€ **Speed & Efficiency** | Executes **low-latency** token snipes almost instantly. |
| πŸ”’ **Security & Stability** | Built with **Rust** for performance and reliability. |
| πŸ“‘ **Real-Time Monitoring** | Connects to **Helius & Yellowstone** for real-time updates. |
| πŸ›  **Advanced Trading** | Supports **Jito-confirm** and **Jito-bundle** for optimized transactions. |
| πŸ€– **Automated Strategy Execution** | Smart triggers for entry and exit based on real-time market conditions. |
| πŸ“ˆ **Customizable Trading Parameters** | Users can set **buy/sell thresholds, slippage, and max gas fees**. |
| πŸ”„ **Auto-Sell & Stop-Loss** | Protect profits and minimize losses with configurable stop-loss settings. |
| πŸ‘©β€πŸ’» **User-Friendly Interface** | Configurable **.env settings** and **intuitive CLI for easy navigation**. |
| πŸ” **Live Transaction Tracking** | Monitor trades in real-time with a detailed execution log. |
| 🏦 **Multi-Wallet Support** | Trade across multiple wallets for diversification and risk management. |
| πŸ›’ **Pre-Set Token Whitelist/Blacklist** | Avoid rug pulls and target only trusted tokens. |
| 🎯 **Smart AI Prediction (Future Feature)** | Integrate AI models to identify high-potential sniping targets. |

---

## 🎯 Trading Strategy

| Condition | Action |
|-----------|--------|
| 🟒 **Buy Trigger** | If a user purchases a **token worth $1,000+**, auto-buy. |
| πŸ”΄ **Sell Trigger** | If a user sells a **token worth $300+**, auto-sell. |
| ⏳ **Timeout** | If a position remains **open for 60s**, auto-sell. |
| ⚠ **Stop-Loss Protection** | Automatically sell if token drops **X% from buy price**. |
| πŸ” **Market Trend Analysis** | Adjust strategy dynamically based on trade volume and liquidity. |

πŸ”§ **All parameters can be adjusted in `.env` settings.**

---

## βš™οΈ Setup & Usage

| Step | Command / Configuration |
|------|-------------------------|
| **1️⃣ Set Environment Variables** | Create a `.env` file and add: |
| | ```plaintext |
| | PRIVATE_KEY=your_private_key |
| | RPC_HTTPS=https://mainnet.helius-rpc.com/?api-key=your_api_key |
| | SLIPPAGE=10 |
| | BUY_THRESHOLD=1000 |
| | SELL_THRESHOLD=300 |
| | TIME_EXCEED=60 |
| | ``` |
| **2️⃣ Run the Bot** | ```sh cargo run --release ``` |
| **3️⃣ Blocklist Configuration** | Add wallet addresses to block in a text file: |
| | ```plaintext |
| | 0x1234567890abcdef |
| | 0xabcdef1234567890 |
| | ``` |

---

## πŸ“Š Test Results

| Action | Link |
|--------|------|
| βœ… **Detected** | [Solscan Transaction](https://solscan.io/tx/5o7ajnZ9CRf7FBYEvydu8vapJJDWtKCvRFiTUBmbeu2FmmDhAQQy3c9YFFhpTucr2SZcrf2aUsDanEVjYgwN9kBc) |
| πŸ›’ **Bought** | [Solscan Transaction](https://solscan.io/tx/3vgim3MwJsdtahXqfW2DrzTAWpVQ8EUTed2cjzHuqxSfUpfp72mgzZhiVosWaCUHdqJTDHpQaYh5xN7rkHGmzqWv) |
| πŸ“ˆ **DEX Screener** | [View Trade](https://dexscreener.com/solana/A1zZXCq2DmqwVD4fLDzmgQ3ceY6LQnMBVokejqnHpump) |

---

## πŸ’¬ Support
**Telegram** | [@dogewhiz](https://t.me/dogewhiz)

---