πBest Solana Copy Sniper volume & MEV Trading Bot (Node.js & Rust) - PumpFun,Pumpswap Bonk, Raydium
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.
By sharing this code, I aim to enable others to build, customize, and scale their own AI-powered trading agents. Use it as a foundation to experiment, improve execution, and create smarter systems for the evolving trading landscape.
Using the right tools can significantly improve execution speed, alpha detection, and profitability.
Axiom Trade β solana trading bot / fast execution / low fees
- Optimized for on-chain trading & sniping
- 10β30% lower trading fees
- Support multi Wallets
- Reliable for high-frequency execution β Start using Axiom
Odin Bot β πautomated super fast copy trading bot / strategy execution /scan alpha
- Fully automated copy trading strategies
- Low-latency execution engine β Access Odin Bot
β ultra-fast solana trading telegram bot
- Lightweight + extremely fast execution
- Ideal for mobile + quick trades β Launch Bloom
Trojan Bot β
fast on-chain trading telegram bot
- Built for fast, advanced on-chain trading
- Gives full control from Telegram β Launch Trojan Bot
β
smart money tracker / early token discovery
- Track whales & insider activity
- Discover tokens before they trend β Explore GMGN
Padre (pump.fun terminal) β
advanced trading interface / pro tools
- Enhanced execution controls
- Additional trading utilities β Open Padre
| Service | Price | What You Get |
|---|---|---|
| π’ Starter Agent | $100+ | OpenClaw-based agent, basic automation, ready-to-run setup |
| π‘ Custom Trading Agent | $200+ | Custom strategy, wallet tracking, signal-based execution |
| π΄ Full Trading Bot (copy / Sniper / customized strategy) | $500+ | Fully customized bot, high-frequency execution, anti-rug filters |
Using this setup improves:
- Transaction speed (critical for sniping)
- Fill rates & execution reliability
- Access to early opportunities (alpha)
If you have any questions about development or collaboration, I am open to anything. Feel free to contact me about any inquiries or ideas!π
βοΈ Telegram @OCtradinghubofficial
- 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
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