Skip to content

Banana_bot

Latest

Choose a tag to compare

@sayedadrianodv sayedadrianodv released this 23 Oct 13:17
7d12c07

**> 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)

  1. Collect listings & on-chain snapshots from multiple Solana sources
  2. Pick the best pair by liquidity & quote
  3. Apply effective filters (baseline + runtime overrides)
  4. Post only if a token passes filters and market conditions
  5. 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**