Hunter is a quant level crypto trading bot executing on-chain trades with live PnL, smart token scanning, microstructure analysis, and adaptive risk control. Uses weighted multi-factor analysis and heuristic algorithms for intelligent decision-making. Updated in real time. If you find this project useful, drop a ⭐️ to support it
// readme
🚀 Hunter: The Autonomous Crypto Trader
Hunter is a quant level crypto trading bot executing real on-chain trades with live PnL, smart token scanning, microstructure analysis, and adaptive risk control. Uses weighted multi-factor analysis and heuristic algorithms for intelligent decision-making. Updated in real time. If you find this project useful, drop a ⭐️ to support it.
⚠️ IMPORTANT DISCLAIMER
Cryptocurrency trading involves significant risk of loss. Never invest more than you can afford to lose. The developers are not responsible for any financial losses incurred from using this bot.
🔄 How It Works
1. Token Selection 🔍
The bot continuously scans DexScreener for trending tokens across Solana and Base using configurable discovery settings. It filters out low-quality tokens by requiring:
- Minimum $250k daily volume (configurable)
- Minimum $250k liquidity (configurable)
- Active trading activity
- No stablecoins or wrapped tokens
Top candidates are ranked by volume and passed to the analysis system for deeper evaluation.
2. Entry Decision ✅
Before entering any trade, tokens must pass multiple analysis-driven checks:
- Quality Score ≥…