Visualize Solana token rug-pull risks with interactive bubbles. Educational tool only - NOT financial advice.
- Rug detection is imperfect - false results happen
- Never risk funds based on this tool
- Public RPCs are slow/unreliable - use Helius free tier for better experience
- Data sourced from DexScreener (no affiliation)
https://rug-pulls-bubble-v2.netlify.app/
- 🔴🟢 Bubbles colored by rug-risk score (0-100)
- 📱 Fully responsive (mobile/desktop)
- 🔍 Zoom/pan with mouse/touch
- 🎚️ Filter by risk threshold
- 💡 Hover tooltips with token metrics
- ⚡ Zero dependencies beyond CDN-loaded D3
| Priority | Feature |
|---|---|
| ✅ | Core bubble visualization |
| ✅ | Rug risk scoring (solana-rugchecker) |
| ✅ | Zoom/pan + risk filtering |
| 🟡 | Helius RPC integration guide |
| 🟡 | "High-risk only" toggle |
| 🔴 | Birdeye API integration |
| 🔴 | Chrome extension version |
- Fork this repo
- Go to Settings → Pages → Select
mainbranch,/ (root) - Wait 2 minutes → Visit
https://<your-username>.github.io/rug-pulls-bubble/ - (Optional) Add Helius RPC key in
app.jsfor faster checks
PRs welcome! Focus areas:
- Mobile performance optimizations
- Better risk visualization (icons, gradients)
- Accessibility improvements
- Additional data sources (Birdeye, etc.)
MIT License - See LICENSE
Includes critical disclaimers required for crypto tools
- Clone the repo:
git clone https://github.com/nsanityChain/rug-pulls-bubble.git cd rug-pulls-bubble