micanny/solsniper — reverse-engineered prompt
Reverse engineered prompt
Build me a Solana token monitor that watches new pool and liquidity activity in real time across Jupiter, Raydium, and Orca, using a Helius API key. I want it to filter out most of the noise, check basic rug risk signals like mint or freeze authority and wallet concentration, and only alert me when a token looks worth paying attention to. Send alerts to Telegram and optionally a webhook, with useful details like token name and symbol, mint address, liquidity, DEX, holder count, age, and risk flags.
Please make it feel production ready, with auto reconnect if the stream drops, simple health and metrics endpoints on port 3000, structured logs, sensible rate limiting, and local SQLite caching or storage so it does not keep redoing the same work. Add a dry run mode for testing without sending alerts, and make it easy to run with either Node or Docker using an env file and the blacklist JSON. If anything is unclear, check the current docs online and wire it up end to end so I can clone it, add keys, and run it.
Want more depth? Deep Reverse