SolanaAutoTrader is a Rust-based autonomous trading bot for Solana tokens.
It integrates advanced risk analysis, position management, and Telegram control for efficient trading strategies.
- Autonomous Trading: Discover and trade new Solana tokens automatically.
- Advanced Risk Analysis: Evaluate token risks including mint/freeze authority, liquidity, honeypot potential, holder concentration, and transfer taxes.
- Telegram Interface: Manage strategies, view positions, and receive notifications.
- Position Management: Automatic take profit, stop loss, trailing stops, and max hold time limits.
- Strategy Configuration: Multiple strategies with separate risk parameters and budget allocation.
- Demo Mode: Simulate trades without using real funds.
- Configuration: Manage API keys, wallet details, and bot settings via
.envfile.
- Rust (latest stable recommended)
- Solana CLI tools (optional)
- Telegram Bot Token (from @BotFather)
- Helius API Key
- Solana Wallet Private Key (Base58 encoded, use a burner wallet for testing)
git clone https://github.com/xerion0712/solanaautotrader.git
cd solanaautotrader