**> Real-time alert bot for Solana meme coins. Aggregates signals across major Solana platforms, applies strict quality filters, avoids likely rugs, and posts clean notifications to a Telegram channel only when market and filter criteria are met.
🚀 What’s new
- Unified signal feed from major Solana trackers & launchpads
- Smart filter engine (MCAP, volume, holders, pair age, Top-10% concentration)
- Rug-avoidance heuristics; rejects unknown/unsafe snapshots
- Clean Telegram channel delivery with concise messages
🛠 Fixes & improvements
- Better pair selection (liquidity + stable quotes preferred)
- Safer handling when Top-10% is missing → reject gracefully
- Cleaner logs and sturdier error handling
⚠ Known issues
- No known critical issues at this time. Rug-avoidance is best-effort (not a guarantee).
🔎 Overview (how it works)
- Collect listings & on-chain snapshots from multiple Solana sources
- Pick the best pair by liquidity & quote
- Apply effective filters (baseline + runtime overrides)
- Post only if a token passes filters and market conditions
- Keep tracking for performance & growth milestones (PnL cards optional)
⚙ Filters & rules
- MCAP: min / max
- Volume: min / max
- Holders: min / max
- Pair age: textual (10m,3h) and/or minute bounds
- Top-10% concentration: min / max (unknown or out-of-range → reject)
🧰 Tech stack
- 🦀 Rust ~75% — high-throughput data path & safety checks
- 🐍 Python ~25% — orchestration, Telegram I/O, rendering**