Documentation
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 block or used Jito bundles to front-run others.
Threat Scoring
Assigns 0-100 risk scores based on identity tags, behavior patterns, and wallet age.
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.
Node Types & Colors
Each node in the visualization represents a wallet or token, color-coded by its role in the network.
The token being analyzed. Center of the graph.
Clean token holders with no detected cabal connections.
Holders linked to one or more cabal funders.
Wallet that funded multiple token holders.
Bought within the first 10 blocks of trading.
Detected in a Jito bundle cluster transaction.
Funding source wallet traced via SOL transfers.
Original wallet being traced in wallet mode.
Features
Risk Heatmap
Toggle heatmap mode to recolor all nodes by threat level. Critical wallets glow red, safe wallets stay green. Instantly spot the highest-risk areas in any network.
Wallet Profiles
Click any node for a full breakdown: portfolio holdings, funding source, recent activity, identity tags, and a threat score with contributing factors.
Cross-Token Deep Scan
Discover what other tokens cabal wallets hold in common. Surface coordinated activity that spans multiple token launches.
Real-Time Polling
Live holder balance tracking with incremental updates. Watch positions change in real time as the chart auto-refreshes.
Trending Discovery
Browse trending and featured Solana tokens with market cap, price, and volume data. One click to scan any token.
Embed Integration
Embed Rico Maps visualizations on your own site via a simple iframe. Customize view style, dimensions, and target address.
Threat Scoring
Every wallet is assigned a threat score from 0 to 100 based on multiple behavioral and identity signals. The score determines the wallet's risk level and visualization color in heatmap mode.
Contributing Factors
API Access
Programmatic access to Rico Maps analysis via REST API. Requires an API key set via the RICO_API_KEYS environment variable.
/api/v1/analyzeProgrammatic cabal analysis/api/v1/statusHealth checkcurl -X POST https://ricomaps.fun/api/v1/analyze \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"mint": "So11111111111111111111111111111111111111112",
"topHolders": 30
}'{
"status": "ok",
"data": {
"nodes": 47,
"links": 62,
"cabalFunders": 3,
"snipers": 5,
"bundled": 2,
"avgThreatScore": 34.2,
"topThreats": [
{ "wallet": "7xK...mN2", "score": 85, "tags": ["cabal-funder", "fresh"] }
]
}
}Embed on Your Site
Code Generator
Generate an iframe embed code for any Solana address. Drop it into your site, dashboard, or app.
<iframe src="https://ricomaps.fun/embed?address=&view=forensic" width="100%" height="500px" frameborder="0" allow="accelerometer; gyroscope" style="border-radius: 8px;" ></iframe>
URL Parameters
| Parameter | Description | Default |
|---|---|---|
address | Solana wallet or token mint address | required |
view | Visualization style: forensic or bubble | forensic |
hideWatermark | Hide the "Powered by RicoMaps" badge | false |
Example Embeds
Token Analysis (forensic view):
<iframe src="https://ricomaps.fun/embed?address=TOKEN_MINT&view=forensic" width="100%" height="500"></iframe>
Wallet Trace (bubble view):
<iframe src="https://ricomaps.fun/embed?address=WALLET_ADDRESS&view=bubble" width="100%" height="600"></iframe>
Data Sources & Methodology
Helius Wallet API
Funded-by tracing, batch identity lookups (5,100+ tagged accounts including known scammers, exchanges, and market makers), and portfolio data.
Helius RPC (Gatekeeper)
Token account queries, transaction history, on-chain data fetching, and enhanced transaction parsing.
DexScreener
Token metadata, trending tokens, price feeds, market cap data, and chart information for discovery.
Methodology
We use the Helius Wallet API to trace funding sources for each token holder, then cross-reference all holders to find shared funders. First-block buyers are flagged as snipers via transaction timestamp analysis. Jito bundle detection identifies wallets that transacted in the same bundle slot. Identity enrichment from 5,100+ tagged accounts flags known scammers, exchanges, and market makers. All signals are combined into a weighted threat score.
Limitations
Rico Maps is a forensic intelligence tool, not a crystal ball. Here's what to keep in mind.