Analysis updated 2026-05-18
Get a Telegram alert before buying a new Solana memecoin if it shows rug pull warning signs.
Screen tokens on Pump.fun or Meteora for mint authority and holder concentration risks.
Run a lightweight background checker on a small server that pings a Telegram chat with plain language findings.
| marketpulselab/solana-rug-checker-bot | apex-quant-systems/polymarket-weather-trading-bot | quant-alpha-systems/polymarket-arbitrage-trading-bot | |
|---|---|---|---|
| Stars | 50 | 50 | 50 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | hard |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Solana RPC endpoint and a Telegram bot token before it can run.
This is a monitoring bot that watches Solana cryptocurrency tokens for warning signs that a project might be a rug pull, where the creators abandon the token and run off with investors' money. It focuses on newly launched tokens showing up on Pump.fun and Meteora, two platforms where new Solana memecoins are frequently created and traded. The bot checks several things in one pass: whether the token's mint and freeze authority are still under the creator's control, which would let them mint more tokens or freeze holders at will, how concentrated the token supply is among a small number of holders, and whether the token can actually be traded through Jupiter, a token swap aggregator on Solana. It combines these checks into a single readable assessment and sends alerts to a Telegram chat in plain language rather than raw technical output. The README is honest about the tool's limits. It describes the checks as heuristics, meaning educated guesses based on patterns, not guarantees that a token is safe or unsafe. It notes that the public data sources it depends on can be unreliable or rate limited, and that it does not attempt to judge things like social media hype or sudden supply changes, since those fall outside what it can mechanically audit. The README also states plainly that this is not financial advice. Setup involves cloning the repository, installing dependencies with npm, and filling in a configuration file with a Solana RPC connection, a Telegram bot token, and the chat you want alerts sent to. It can run continuously on a small server or be triggered for a single check. The project is written in TypeScript using Solana web3 libraries, and is released under the MIT license.
A Telegram bot that checks new Solana memecoins for rug pull warning signs like mint authority and holder concentration.
Mainly TypeScript. The stack also includes TypeScript, Solana web3.js, SPL.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.