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.
- Host: GitHub
- URL: https://github.com/0xsabonis/pumpfun-sniper-bot-v2
- Owner: 0xSabonis
- Created: 2025-02-28T09:09:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T09:20:03.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:13:38.822Z (over 1 year ago)
- Topics: dedicated-server, grpc, mev, rust, sniper, sniping, solana, token-sniping, trading-bot
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
---