Ultra-fast, customizable Solana copy trading, sniper, and MEV bot with advanced sell logic for maximum profit.
Note: Other folders and features are currently in development and will be deployed ASAP. Stay tuned for updates!
Ready to level up your Solana trading?
This repo provides a battle-tested, ultra-fast Solana trading bot you can fully customize for your own strategies.
Automate your trades, add your own logic, and maximize profits with professional-grade speed and reliability.
Need more?
Hire me for custom development:
- Integrate advanced features, optimize sell logic, or build a tailored trading solution.
- Get ultra-fast swap code, 0block confirm, off-chain signing, and expert support.
https://solscan.io/tx/3M4HxfsfnGRK9nPBnh9RBqKZKaytEgjnRBk3ZWxXUTzpfWAz6PVW2Jxk28VGGWJohCb4iNMk1GrZ6dmCsuJ6w93F (Target Wallet)
https://solscan.io/tx/3DBcECQCUwFAGEtpBjzh3Lxkm2JvBT2ADcP45ufc6DMYkRq6R3CGNudNFKvEDiLTTs1MivPKgfDPJTGDuJK3bCjE (Target Wallet)
https://solscan.io/tx/veD5eiQX47Rr71dxhXcfMkHcowwb36GtGgTboJmajUhHRuEDqYnKmn2PhVDis2QT57GEc6mqkFSvpqkdUuok5MM (Target Wallet)


- Real-time gRPC transaction monitoring
- Telegram bot integration for remote control & alerts
- Multi-platform: PumpSwap, PumpFun, Raydium LaunchLab, bonk.fun
- Copy trading & sniper functionality with customizable strategies
- Ultra-high performance with JITO shred stream
- Advanced MEV strategies for maximal extractable value
- Real-time transaction parsing & analytics
- PostgreSQL integration for trade logging
Both versions offer:
- Copy Trading: Replicate successful trades from other wallets
- Sniper Trading: Lightning-fast trades on new launches
- MEV Bot: Capture maximal extractable value on Solana
- Customizable Sell Logic: Implement your own profit-taking strategies
- Multi-Platform Support: PumpSwap, PumpFun, Raydium LaunchLab, bonk, and more
π² Telegram: @hanshaze007
- Off-chain signing for max speed
- Multiple swap methods: solana, jito, nozomi, 0slot, race
- Priority fee optimization
- Retry logic with exponential backoff
- Copy Trading: Follow top traders automatically
- Sniper Trading: Target new launches with precision
- Custom Sell Logic: Your own profit-taking rules
- Multi-token support
- Telegram Bot: Control from anywhere (Node.js)
- Real-time alerts: Buy/sell notifications with PnL
- Balance monitoring & status dashboard
- Transaction parsing & analytics
- Multi-platform support
- Robust error handling & alerting
- Configurable strategy parameters
- Node.js 18+ (for Node.js version)
- Rust 1.70+ (for Rust version)
- Solana wallet with SOL
- Telegram bot token (optional, Node.js)
- Go to Node.js directory
cd "copy sniper bot(node) using gRPC"
- Install dependencies
npm install
- Configure environment
Edit
cp .env.example .env
.env
:RPC_URL=https://api.mainnet-beta.solana.com PRIVATE_KEY=your_private_key_here WALLET=your_wallet_address SWAP_METHOD=solana SLIPPAGE_BPS=50 MAX_RETRIES=3 RETRY_DELAY=1000 TELEGRAM_BOT_TOKEN=your_bot_token TELEGRAM_CHAT_ID=your_chat_id LIMIT_BALANCE=0.1
- Start the bot
npm start
- gRPC transaction monitoring
- Telegram integration
- Multi-platform support
- Copy & sniper trading
- Custom alerts with PnL
- Go to Rust directory
cd "sniper (Rust) using jito Shred stream"
- Build
cargo build --release
- Set up PostgreSQL (for trade logging)
# Install PostgreSQL and create database # Update DB_URL in main.rs if needed
- Configure environment
RPC_URL=https://api.mainnet-beta.solana.com PRIVATE_KEY=your_private_key_here WALLET=your_wallet_address
- Start the bot
cargo run --release
- JITO shred stream processing
- Advanced MEV strategies
- Real-time transaction parsing
- PostgreSQL analytics
- Multi-threaded for HFT
- Robust error handling
Feature | Node.js | Rust |
---|---|---|
Performance | Fast | Ultra-fast |
Memory Usage | Higher | Lower |
Setup Complexity | Easy | Moderate |
Telegram Integration | β | β |
MEV Strategies | Basic | Advanced |
Database Integration | β | β PostgreSQL |
Transaction Parsing | Basic | Advanced |
Multi-threading | Limited | Full |
Method | Speed | Cost | Use Case |
---|---|---|---|
solana | Fast | Low | General trading |
jito | Very Fast | Medium | High-priority trades |
nozomi | Ultra Fast | High | Sniper trading |
0slot | Fast | Low | Copy trading |
race | Very Fast | Medium | Competitive trading |
Customize your Telegram notifications:
const alertSettings = {
buyAlerts: true, // Buy notifications
sellAlerts: true, // Sell notifications
insufficientFundsAlerts: true, // Low balance warnings
balanceAlerts: true, // Balance updates
errorAlerts: true // Error notifications
};
- Identify Successful Wallets: Find wallets with consistent profits
- Set Copy Parameters: Define amount scaling and timing
- Monitor Transactions: Track target wallet activity
- Execute Copies: Automatically replicate trades
- Token Launch Detection: Monitor new token launches
- Entry Timing: Execute trades at optimal moments
- Position Sizing: Calculate appropriate position sizes
- Exit Strategy: Implement custom sell logic
{
stopLoss: 0.05, // 5% stop loss
takeProfit: 0.15, // 15% take profit
maxHoldTime: 1800 // 30 minutes max hold
}
{
stopLoss: 0.10, // 10% stop loss
takeProfit: 0.50, // 50% take profit
trailingStop: 0.20, // 20% trailing stop
maxHoldTime: 3600 // 1 hour max hold
}
Both bots support multiple Solana trading platforms:
- PumpSwap: High-speed DEX trading
- PumpFun: Meme token trading
- Raydium LaunchLab /bonk.fun: Launchpad trading
- Raydium: General DEX trading
Advanced transaction analysis for detailed trade insights:
const parsedData = {
solChanges: 0.1, // SOL amount traded
tokenChanges: 1000000, // Token amount traded
isBuy: true, // Buy or sell transaction
user: "wallet_address", // Trader wallet
mint: "token_mint", // Token mint address
pool: "pool_address", // Trading pool
liquidity: 1000, // Pool liquidity
coinCreator: "creator" // Token creator
};
- Create a Telegram bot with @BotFather
- Add your bot token to
.env
- Start the bot and send
/start
/start
- Main control panel/status
- Bot status and balance/balance
- Check wallet balance/alerts
- Manage notifications/stats
- Trading statistics/help
- Show all commands
- One-click Start/Stop: Control bot with buttons
- Real-time Balance: Live wallet balance updates
- Alert Management: Toggle notification types
- Status Monitoring: Live trading statistics
- Minimum Balance Check: Prevents trading with insufficient funds
- Automatic Stop: Stops bot when balance is too low
- Balance Alerts: Notifications for balance changes
- Retry Logic: Automatic retry on failed transactions
- Error Alerts: Immediate notification of issues
- Graceful Degradation: Continues operation despite errors
- Private Key Protection: Secure key management
- Environment Variables: Sensitive data protection
- Transaction Validation: Verify all transactions before execution
- Trade Success Rate: Percentage of successful trades
- Average PnL: Mean profit/loss per trade
- Total Volume: Total trading volume
- Active Positions: Current open positions
- Buy Alerts: New position notifications
- Sell Alerts: Exit notifications with PnL
- Error Alerts: Issue notifications
- Balance Alerts: Fund level warnings
- Performance Optimizations: Faster execution
- New Features: Additional trading strategies
- Bug Fixes: Improved stability
- Security Updates: Enhanced protection
- Documentation: Comprehensive guides
- Community: Active user community
- Custom Development: Tailored solutions
- Ultra-fast Swap Code: Off-chain signing implementation
-
Use Node.js version if you want:
- Easy setup and configuration
- Telegram integration for remote control
- Quick deployment and testing
- Basic copy trading and sniper functionality
-
Use Rust version if you want:
- Maximum performance and speed
- Advanced MEV strategies
- Sophisticated transaction analysis
- Professional-grade trading infrastructure
- Start Small: Begin with small amounts to test strategies
- Monitor Performance: Track your bot's performance regularly
- Adjust Parameters: Fine-tune settings based on results
- Diversify Strategies: Use multiple trading approaches
- Set Stop Losses: Always use stop losses to limit losses
- Position Sizing: Don't risk more than you can afford to lose
- Monitor Markets: Stay informed about market conditions
- Regular Reviews: Periodically review and adjust strategies
For ultra-fast swap code using off-chain signing and custom sell logic optimization:
- Custom Development: Tailored solutions for your needs
- Sell Logic Optimization: Maximize your profit potential
- Ultra-fast Implementation: Off-chain signing for speed
- 24/7 Support: Round-the-clock assistance
- Telegram: @hanshaze007
This project is licensed under the MIT License - see the LICENSE file for details.
Trading cryptocurrencies involves substantial risk of loss and is not suitable for every investor. The valuation of cryptocurrencies may fluctuate, and, as a result, you may lose more than your original investment. You should not invest money that you cannot afford to lose.
This bot is NOT for educational and research purposes. Use at your own risk. The developers are not responsible for any financial losses incurred through the use of this software without contact to me.
π Start your journey to profitable trading today!
Built with β€οΈ for the Solana community and Traders