| Platform | Link | Purpose |
|---|---|---|
| Telegram | t.me/FroganBee.sol | Announcements & Support |
| X | x.com/FroganBee.sol | News & Updates |
Advanced copy trading system for Meteora's Dynamic Liquidity Market Maker (DLMM) pools.
- Leader-Follower Architecture - Mirror trades from expert wallets
- Real-time PnL Tracking - Monitor performance per wallet
- Dynamic Position Management - Auto-execute stop-loss/take-profit
- Meteora DLMM Integration - Optimal swap execution
- Capital Recycling - Reuse wallets and reclaim SOL rent
- Configurable Risk Parameters - Customize trading strategies
# Wallet Configuration
PRIVATE_KEY=your_main_wallet_key
LEADER_WALLET=target_trader_address
# Meteora DLMM Settings
POOL_ID=meteora_pool_id
BASE_TOKEN_MINT=So11111111111111111111111111111111111111112
QUOTE_TOKEN_MINT=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
# Risk Management
STOP_LOSS_PERCENT=10
TAKE_PROFIT_PERCENT=20
MAX_DRAWDOWN_PERCENT=25🚀 Quick Start
# 1. Clone repository
git clone https://github.com/your-repo/meteora-copy-bot.git
cd meteora-copy-bot
# 2. Install dependencies
npm install @solana/web3.js @meteora-dlmm/sdk
# 3. Configure environment
cp .env.example .env
nano .env # Edit with your settings
# 4. Run the bot
npm start
🔄 How It Works Monitor Leader - Tracks target wallet's Meteora swaps
Execute Copies - Replicates trades with configurable scaling
Manage Risk - Auto-liquidates based on PnL thresholds
Optimize Capital - Reclaims SOL rent from closed positions
Warning This bot involves financial risk. Always:
Test with small amounts first
Monitor performance regularly
Key transformations made:
1. Rebranded from Raydium to Meteora DLMM focus
2. Added copy trading specific features
3. Implemented risk management parameters
4. Included sequence diagram for workflow
5. Added performance tracking metrics
6. Maintained all technical documentation standards
7. Added prominent risk warning
Would you like me to:
1. Add Jito-Solana integration details?
2. Include sample trade scenarios?
3. Add troubleshooting guide for common DLMM issues?
4. Include backtesting methodology?
Understand DLMM mechanics