Token Verdict
Use this when an agent or a human asks 'is this Solana token safe, a joke, or a rug?': send one mint address, get a graded verdict (BASED / MID / COOKED / RADIOACTIVE), a one-liner, a short roast, and the facts behind the grade: price, liquidity, 24h volume, FDV, pair age, holder count, top-10 concentration, mint and freeze authority, LP lock, rugcheck risk flags, launchpad. Grade is rule-based and reproducible from the facts. Entertainment, not trading advice.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"how": "Retry GET /solana/token-verdict/<mint> with an x402 `payment` header (scheme exact, USDC on Base or Solana).",
"menu": "https://x402-accelerometer-feed.fly.dev/",
"error": "payment_required",
"price": "$0.02",
"health": "https://x402-accelerometer-feed.fly.dev/health",
"preview": "https://x402-accelerometer-feed.fly.dev/preview",
"networks": [
"eip155:8453",
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
]
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.02 USDC on Base to 0xbC3A…713C4. The signed payment is good for 5 minutes.
- Paid to
- 0xbC3A…713C4
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 20000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 5dBE1v…F9cc4
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xbC3A8eAc0601F717E803935cABEDeE8EDB7713C4",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "CjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww"
},
"payTo": "5dBE1vqMVJCbxpBv9kw9nQJguUhYXk5mRGVfsxEF9cc4",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"mint": ":mint"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"kind": "token_verdict",
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"chain": "solana",
"facts": {
"dex": "orca",
"name": "Bonk",
"rugged": false,
"symbol": "Bonk",
"fdv_usd": 238228985,
"holders": 2069663,
"top1_pct": 8.83,
"txns_24h": {
"buys": 9594,
"sells": 11542
},
"launchpad": null,
"price_usd": 0.00000268,
"top10_pct": 38.62,
"liquidity_usd": 251283,
"lp_locked_pct": 21.15,
"pair_age_days": 1362,
"rugcheck_risks": [
{
"name": "Mutable metadata",
"level": "warn"
}
],
"volume_24h_usd": 874402,
"metadata_mutable": true,
"liquidity_total_usd": 1899540,
"mint_authority_live": false,
"freeze_authority_live": false,
"rugcheck_score_normalised": 7
},
"grade": "MID",
"roast": "Bonk trades at a microscopic $0.00000268, yet 38.62% of supply lives in the top 10 wallets. With 34,145 insider-flagged addresses and mutable metadata, the token's security feels as shaky as its price.",
"reasons": [
"top 10 wallets hold 38.62%",
"34145 insider-flagged wallets (rugcheck graph)"
],
"sources": {
"rugcheck": "https://rugcheck.xyz/tokens/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"dexscreener": "https://dexscreener.com/solana/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"one_liner": "Bonk: the meme coin with a side of insider drama",
"disclaimer": "Entertainment, not financial advice.",
"risk_points": 2,
"generated_at": "2026-09-17T10:40:00.000Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"mint"
],
"properties": {
"mint": {
"type": "string",
"description": "Solana token mint address (base58, 32-44 chars)"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"kind",
"mint",
"grade",
"one_liner",
"roast",
"facts"
],
"properties": {
"kind": {
"type": "string",
"const": "token_verdict"
},
"mint": {
"type": "string"
},
"chain": {
"type": "string",
"const": "solana"
},
"facts": {
"type": "object",
"description": "price/liquidity/volume/fdv (DexScreener), holders/top10%/authorities/LP lock/risk flags/launchpad (rugcheck)"
},
"grade": {
"enum": [
"BASED",
"MID",
"COOKED",
"RADIOACTIVE"
],
"type": "string"
},
"roast": {
"type": "string"
},
"reasons": {
"type": "array",
"items": {
"type": "string"
}
},
"sources": {
"type": "object"
},
"one_liner": {
"type": "string",
"maxLength": 60
},
"disclaimer": {
"type": "string"
},
"risk_points": {
"type": "integer"
},
"generated_at": {
"type": "string"
}
}
}
}
}
}
},
"routeTemplate": "/solana/token-verdict/:mint"
}
}Provenance
- Seen in the source catalog
- 2026-09-17 10:52Z
- Last indexed by Roundhouse
- 2026-09-24 08:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-17 18:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 7 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Token Verdict and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Token%20Verdict' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://x402-accelerometer-feed.fly.dev/solana/token-verdict/:mint, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.