https://github.com/dopezerobiz/grpc-sniper-bot
gRPC Sniper Bot, Geyser RPC Sniper bot for Raydium Meteora, Pumpfun, AMM, MEV, Sandwich, Token Launch
https://github.com/dopezerobiz/grpc-sniper-bot
amm arbitrage bot geyser grpc ido meteora mev pumpfun raydium rpc sandwich sniper-bot solana trading tradingbot
Last synced: 3 months ago
JSON representation
gRPC Sniper Bot, Geyser RPC Sniper bot for Raydium Meteora, Pumpfun, AMM, MEV, Sandwich, Token Launch
- Host: GitHub
- URL: https://github.com/dopezerobiz/grpc-sniper-bot
- Owner: dopezerobiz
- Created: 2025-02-05T17:52:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T19:02:54.000Z (5 months ago)
- Last Synced: 2025-02-05T20:29:47.801Z (5 months ago)
- Topics: amm, arbitrage, bot, geyser, grpc, ido, meteora, mev, pumpfun, raydium, rpc, sandwich, sniper-bot, solana, trading, tradingbot
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Solana gRPC ( Geyser RPC ) Sniper Bot
A high-performance sniper bot for Solana DEXs (Raydium, Meteora, PumpFun) utilizing Geyser RPC for ultra-low latency execution.
## 📩 Contact Me on Telegram
For inquiries, collaborations, or support, feel free to reach out:
[](https://t.me/cashblaze127)
## Features
- Fast Geyser RPC, Multi-DEX support (Raydium, Meteora, PumpFun), Automatic slippage adjustment, Risk management system, Anti-rug protection## Supported DEXs
- **Raydium**
- Concentrated Liquidity pools
- Classic pools
- Fair Launch monitoring- **Meteora**
- ALM pools
- Dynamic pools
- New pool detection- **PumpFun**
- Instant trading
- Pool creation monitoring## Prerequisites
- Solana validator node with Geyser plugin
- Node.js v20+
- Rust toolchain
- High-performance VPS (recommended specs):
- CPU: 8+ cores
- RAM: 32GB+
- SSD: 500GB+
- Network: Low latency connection## Configuration
Create a `.env` file:
```env
PRIVATE_KEY=your_wallet_private_key
GEYSER_ENDPOINT=your_geyser_endpoint
MAX_SLIPPAGE=1
PRIORITY_FEE=1000000
```### Advanced Configuration
```typescript
{
"dexes": {
"raydium": true,
"meteora": true,
"pumpfun": true
},
"trading": {
"maxBuyAmount": "5 SOL",
"minLiquidity": "10 SOL",
"maxSlippage": "1%",
"gasLimit": 1000000
}
}
```## Performance Metrics
- Average transaction confirmation: 400ms
- Mempool detection latency: <100ms
- Success rate: >95%## Security Features
- Honeypot detection
- Liquidity verification
- Token contract analysis
- Sell path verification
- Emergency stop mechanism## Other Bots What I have built
### 1. Token Launch Sniping
- **Fair Launch Detection**
- Instant detection of new token launches
- Automatic verification of token contracts
- First-block entry capabilities
- Multi-wallet execution for higher success rate- **IDO/IFO Participation**
- Automatic participation in IDOs
- Quick token claim execution
- Position sizing based on allocation### 2. Arbitrage Opportunities
- **Cross-DEX Arbitrage**
- Raydium ↔️ Meteora
- Raydium ↔️ PumpFun
- Meteora ↔️ PumpFun
- Jupiter aggregator integration- **Price Impact Arbitrage**
- Large trade monitoring
- Price deviation detection
- Flash loan opportunities### 3. MEV Strategies
- **Sandwich Trading**
- Large transaction detection
- Optimal positioning calculation
- Priority fee management- **Just-In-Time (JIT) Liquidity**
- Pool imbalance detection
- Quick liquidity provision
- Profit taking automation### 4. Market Making
- **Automated Market Making**
- Spread maintenance
- Inventory management
- Risk parameters adjustment- **Liquidity Provision**
- Dynamic LP position management
- Impermanent loss protection
- Yield optimization### 5. Risk Management
- **Position Management**
- Auto stop-loss
- Take profit automation
- Position sizing
- Portfolio rebalancing- **Smart Exit Strategies**
- Liquidity monitoring
- Slippage-based exits
- Emergency withdrawal### 6. Analytics & Monitoring
- **Performance Tracking**
- P&L monitoring
- Gas optimization
- Success rate analysis
- Latency monitoring- **Market Analysis**
- Volume analysis
- Liquidity depth monitoring
- Token metrics tracking
- Whale wallet trackingWould you like me to add more specific technical details for any of these use cases or add additional sections?