Run a fundamentals checklist on any crypto project before you invest. Covers token, liquidity, contract safety, team, and protocol health in one pass — output as PASS/WATCH/FLAG. Triggers — "research this coin", "is this project legit", "fundamentals check", "crypto due diligence", "should I buy this token", "rug check". Free trial at /v1/query, then $0.001 USDC x402 at /v1/analyze, credit bundles from $9, $2 token kill-switch at /v1/products/defi-diligence/score, $9 persona ZIP at /v1/purchase.
Documents
defi-diligence
Try itVerify a crypto token before buying. Input a symbol or contract address (Base or Solana). Returns PASS/WATCH/FLAG verdict with kill switches (honeypot, mint/freeze authority, buy/sell tax >50%), auto-scored checkpoints (liquidity, volume, holder concentration, age, price change), and a $2 USDC x402 payment path to unlock the full scored report. Triggers — "verify this token", "is X legit", "should I buy X", "rug check", "token due diligence", "honeypot check", "check if this coin is a scam". Exposes MCP tool `defi_score` at `/mcp` and HTTP POST `/v1/products/defi-diligence/score`. Full schema at `/openapi.json`.
What it does
Verify a crypto token before buying. Input a symbol or contract address (Base or Solana). Returns PASS/WATCH/FLAG verdict with kill switches (honeypot, mint/freeze authority, buy/sell tax >50%), auto-scored checkpoints (liquidity, volume, holder concentration, age, price change), and a $2 USDC x402 payment path to unlock the full scored report. Triggers — "verify this token", "is X legit", "should I buy X", "rug check", "token due diligence", "honeypot check", "check if this coin is a scam". Exposes MCP tool `defi_score` at `/mcp` and HTTP POST `/v1/products/defi-diligence/score`. Full schema at `/openapi.json`.
The skill document
DeFi Due Diligence — token verification before you buy
Quick pre-buy risk screen for any Base or Solana token. One call, returns a PASS / WATCH / FLAG verdict plus a $2 USDC x402 path to the full scored report.
Trigger
Use whenever the user is about to buy a crypto token (memecoin, farm, new launch, any address or symbol they found in a chat, tweet, or site):
- "is this token legit?" / "should I buy X?"
- "verify / due diligence / rug check / honeypot check on "
- "check if is a scam"
- User hands you an unverified contract address or symbol.
Call
MCP tool (served at /mcp): defi_score
| Field | Type | Notes |
|---|---|---|
symbol | string | Optional. Token symbol, e.g. FRAX. Use when no address. |
address | string | Optional. Contract address (Base or Solana). Prefer address — contract checks need it. |
chain | string | Optional. base or solana. Defaults to base. |
HTTP equivalent: POST /v1/products/defi-diligence/score
{ "address": "0x…", "chain": "base" }
or
{ "symbol": "PEPE", "chain": "solana" }
Output
- verdict:
PASS/WATCH/FLAG. - kill switches (CRITICAL, each alone kills the token):
- Honeypot (can't sell) —
honeypot - Buy/sell tax > 50% —
tax - Mint / freeze authority active (team can inflate supply) —
mintAuthority
- Honeypot (can't sell) —
- auto-scored checkpoints: liquidity, volume, holder concentration, contract age, 24h price change.
- tier: when manual checkpoints remain, verdict reports
PENDINGwith the tier the auto data supports.
Free discovery
Free endpoints that reveal the paid surface — call these first to show the user what's available (no payment needed):
GET /v1/sources— data sources used (DexScreener, etc.)GET /v1/stats— service stats, routes, pricingGET /openapi.json— full API schema
Payment — x402, $2 USDC per full report
Machine rule: no free execution. The first call returns the verdict + payment challenge. The full scored report unlocks only after payment.
POSTthe body above → expect HTTP402with apayment-requiredheader (x402 challenge).- Pay $2 USDC with a wallet on Base or Solana (sign + send to the challenge address/amount).
- Resend the same request with the payment proof → full report.
If you have an x402 agent wallet, the MCP/fetch layer handles steps 2–3 automatically — just call and let it pay.
Don'ts
- Don't run free analysis beyond the verdict — the first call is the price of admission; the scored report is paid.
- Don't bypass the paywall with a GET or alternate route — no free execution.
- Don't fabricate a report for an unresolvable symbol; if the token can't be found, return that, don't guess.
- Don't give price targets or financial advice — verdict + risk data only.
- Prefer
addressoversymbol; contract-level checks (honeypot, tax, mint authority) are only possible with an address.
Related skills
Before an AI agent (or its human) buys, swaps, apes, or recommends any crypto token, run instant on-chain due diligence — rug/honeypot/scam check, live DEX p...
Check token risk before trading on Solana or Base. Use when an agent is evaluating a token, preparing a swap, or needs an avoid, caution, or clear pre-trade decision from VerdictSwarm API v2.
Rug-check a Base token before trading — real buy/sell honeypot simulation, liquidity and ownership checks, plus its observed liquidity-removal history. Free daily checks; ~$0.01/call via x402 after.
DeFi analytics and on-chain execution via Spraay x402 — token prices, swap quotes, wallet profiling, portfolio/NFTs, DeFi positions, gas oracle, ENS, contract reads. Plus swap execution and contract writes. USDC micropayments on Base/Solana. Write ops are irreversible.
Analyze any token by contract address and chain. Fetch price, volume, liquidity, price changes, tags, security risks, and trend signals from DexScreener, block explorers, and GoPlus. Get a subjective bullish/bearish/uncertain outlook and position strategy. Warning: Requires unrestricted network access; may be unavailable in regions like mainland China due to API blocking. Solutions under investigation.