Install
openclaw skills install @trdyqs6bsr-lksnf/defi-diligenceVerify 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.
openclaw skills install @trdyqs6bsr-lksnf/defi-diligenceQuick 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.
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):
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" }
PASS / WATCH / FLAG.honeypottaxmintAuthorityPENDING with the tier the auto data supports.Machine rule: no free execution. The first call returns the verdict + payment challenge. The full scored report unlocks only after payment.
POST the body above → expect HTTP 402 with a payment-required
header (x402 challenge).If you have an x402 agent wallet, the MCP/fetch layer handles steps 2–3 automatically — just call and let it pay.
address over symbol; contract-level checks (honeypot, tax,
mint authority) are only possible with an address.