G-BOT: Real-Time Pump.fun Token Hunter — Architecture & How It Works
G-BOT: Real-Time Pump.fun Token Hunter G-BOT is an autonomous Solana token intelligence system built to monitor pump.fun in real time, score new tokens, and alert users to gems — while aggressively...

Source: DEV Community
G-BOT: Real-Time Pump.fun Token Hunter G-BOT is an autonomous Solana token intelligence system built to monitor pump.fun in real time, score new tokens, and alert users to gems — while aggressively filtering rugs before they happen. Architecture Overview PumpPortal WebSocket ──► Trade Stream ──► Pending Queue ──► processToken() │ │ RPC Listener ──────────────────────────────────────────────────┤ │ │ DexScreener Polling ──► Fallback Queue │ ▼ filterToken() → scoreToken() │ │ Holder Analysis Creator Check (Helius RPC) (PumpPortal API) │ │ └──────────────┘ │ Telegram Notification │ Rug Alarm Watch Detection Layer G-BOT runs three parallel detection methods: 1. PumpPortal WebSocket (Primary) Connects to wss://pumpportal.fun/api/data — receives every new token creation event in real time with metadata: name, symbol, creator wallet, bonding curve address, social links, and initial SOL. 2. Helius RPC Listener Listens to Solana transactions on-chain via Helius WebSocket. Catches tokens that Pu