Solana's on-chain
intelligence platform
Trace wallet funding chains, expose coordinated cabal networks, and score on-chain threats across the Solana ecosystem.
What is Rico Maps?
Rico Maps is a forensic intelligence tool that analyzes Solana wallets and tokens to uncover hidden coordination between addresses. Paste any token contract or wallet and get a full network visualization of who funded whom, who sniped, and who's running together.
Cabal Detection
Finds wallets secretly coordinating by tracing shared funding sources across token holders.
Sniper & Bundle Detection
Identifies wallets that bought within the first ~10 blocks of launch or used Jito bundles to front-run others.
Threat Scoring
Assigns 0-100 risk scores based on identity tags, behavior patterns, and wallet age.
Quickstart
1. Web app
Paste a token mint or wallet address on the home page. Rico Maps auto-detects the type, runs the scan, and renders the interactive bubble map with a SAFE, CAUTION, or DANGER verdict.
2. API (no key needed)
One POST gets you the same verdict, stats, and graph. See the full API reference for the keyed deep-scan endpoint and response shapes.
curl -X POST https://ricomaps.fun/api/v1/quick-scan \
-H "Content-Type: application/json" \
-d '{"address": "9wKrtBEsToKenExampLeMintRicoMapsDocsAbcdpump"}'3. Bots
Add the Discord bot or the Telegram bot to your group and paste a contract address for an in-channel forensic card. Commands and setup live on the bots page.
Verdicts & scores
Every scan resolves to one canonical verdict: SAFE, CAUTION, or DANGER, backed by a 0-100 score where higher means riskier. The web app, bots, extension, and API all render this same verdict.
Confidence (high, medium, low) is coverage-driven: it reports how much of the holder population the scan actually saw, not how strong the signal is. Every scan states its own coverage via holderCoveragePct and a coverage note when coverage is thin. A high score means elevated risk, not confirmed malice.
How It Works
Enter Address
Paste any Solana token contract address or wallet address. Rico Maps automatically detects the type and routes to the appropriate analysis pipeline.
Analyze Holders
We fetch the top token holders and trace their funding sources using the Helius Wallet API. Each holder's earliest transactions are inspected for SOL transfers.
Detect Patterns
Our engine cross-references all funding sources to find shared funders, flags first-block snipers, identifies Jito bundle clusters, and computes threat scores.
Visualize
An interactive bubble map renders the full network with color-coded nodes and links. Click any node to inspect its wallet profile, portfolio, and risk breakdown.