Skip to content

marcf44/meteora-dlmm-copy-trading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦅 Meteora Copy Trading Bot

📱 Social Media

Stay Connected

Platform Link Purpose
Telegram t.me/SOLPr0digy Announcements & Support
X x.com/SOLPr0digy News & Updates

Solana Meteora

Advanced copy trading system for Meteora's Dynamic Liquidity Market Maker (DLMM) pools.

✨ Features

Core Functionality

  • 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

Advanced Trading

  • Meteora DLMM Integration - Optimal swap execution
  • Capital Recycling - Reuse wallets and reclaim SOL rent
  • Configurable Risk Parameters - Customize trading strategies

⚙️ Configuration

Environment Variables

# 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

deepseek_mermaid_20250617_abdaf6

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

About

This is meteora dlmm copy trading with pnl logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%