Embed & agents
Drop the bubble map into your own site with an iframe, or gate a trading agent with the Verdict rug check skill.
Embed on your site
Generate an iframe embed code for any Solana address. Drop it into your site, dashboard, or app.
Embed code
<iframe src="https://theverdict.tech/embed?address=" 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 |
hideWatermark | Hide the "Powered by Verdict" badge (true) | false |
attribution | Use required to keep the Verdict watermark visible in every state | optional |
background, surface, card, border, borderHi | Six-digit hex colors, with or without # | Verdict theme |
accent, accentDeep, text, muted | Six-digit hex colors for host-site palette matching. Danger and evidence colors stay semantic. | Verdict theme |
hideRail | Hide the intelligence rail for a map-only layout (true) | false |
theme | Optional named preset. Direct color parameters override preset values. | Verdict theme |
compact | Compact panel for inline embeds; also hides the watermark (1) | false |
Example embeds
Token or wallet analysis
<iframe src="https://theverdict.tech/embed?address=TOKEN_OR_WALLET" width="100%" height="500"></iframe>
White-label (no watermark)
<iframe src="https://theverdict.tech/embed?address=TOKEN_OR_WALLET&hideWatermark=true" width="100%" height="600"></iframe>
Custom host palette with required Verdict attribution
<iframe src="https://theverdict.tech/embed?address=TOKEN&background=101214&surface=15191d&card=1a2025&border=303840&accent=4ade80&text=f8fafc&muted=94a3b8&hideRail=true&attribution=required" width="100%" height="500" loading="lazy" title="Verdict holder map"></iframe>
Verdict for agents
The Verdict rug check skill gates your trading agent. Every buy runs through the Verdict detector first: mint/freeze authority, snipers, Jito bundles, and cabal funders. No API key. If a scan fails, it blocks by default, so your agent never trades on a bad check.
Download Skill (.zip)~7 KB · no dependencies · works with any coding agent
Install
- Download the .zip above and unzip it.
- Move the
ricomaps-rugcheckfolder into your skills directory:~/.claude/skills/(project-level.claude/skills/also works). - Your agent can now invoke it before any buy. It auto-triggers on prompts like "is this token safe" or "rug check <mint>".
Run it directly
rugcheck CLI
# from the skill folder node scripts/rugcheck.mjs <MINT_ADDRESS> # machine-readable for a bot node scripts/rugcheck.mjs <MINT_ADDRESS> --json
Exit codes let a bot branch without parsing output: 0 PASS, 10 CAUTION, 20 BLOCK, 1 error (fail closed). Set RICO_API_KEY to upgrade to the deeper holder + funder scan.