# Scry Solana Memecoin Mint Risk Check

> Scry Solana Memecoin Mint Risk Check is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns holder-concentration, sell-pressure, dev-wallet activity, liquidity coverage, and creator-context risk evidence for a Solana memecoin mint address

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/mint-risk
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-solanahub-de-7a734701
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZP36buRh0G5hr4yZ-DrlW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scry-solanahub-de-7a734701
```

Example prompt: Can you run a mint risk check on this Solana token — JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN — I want to see holder concentration, dev-wallet sell pressure, liquidity coverage, and the creator's network links before I decide to ape in.

## When to prefer this

Use this endpoint as a first-pass preflight before committing to deeper creator-wallet or holder analysis on a Solana memecoin. It is optimized for quick triage: it returns concentration risk, dev activity, and liquidity signals in a single call at low cost ($0.03), so it is ideal for autonomous agents screening many tokens before escalating to more expensive full dossiers. Prefer this over full launch analysis when you only need risk signals, not complete lineage.

## Known failure modes

- Unsupported or invalid mint address returns error status
- Token too new or obscure — partial status with low coverage and missing fields
- Upstream data sources unavailable — partial or degraded confidence score returned
- Payment not completed (x402) — 402 response before data is returned
- Rate or quota issues on underlying Helius or GMGN data — coverage gaps noted in response

## How this service works

[BETA] Solana memecoin rug check and rug-evidence preflight via query parameter. Solana memecoin rug evidence and holder concentration preflight for one mint. Pass `mint` to get checked/unchecked sources, holder concentration, top-holder sell-pressure, dev-wallet activity, token age, liquidity coverage, and creator context. Use for one mint, not Pump.fun wallet cohorts or single-wallet forensics. Evidence only; no rug verdict. No API keys, no subscriptions; x402 exact payment per request. Buyer intent terms: solana memecoin rug evidence; solana memecoin holder concentration check; solana rug check api; x402 solana mint risk; three cent solana mint risk preflight; solana rug evidence preflight; cheap solana token holder preflight; cheap mint rug preflight. Buyer object: cheap single mint preflight.

## Output

Returns a structured evidence pack including holder-concentration proxy, top-holder sell-pressure context, dev-wallet activity signals, token age, liquidity coverage, creator-wallet context, creator-network links, risk score (0-1), confidence score, coverage object indicating which sources were checked vs missing, and an agent_decision_support block for policy-driven downstream decisions. Status is success, partial, or error. Response is timestamped with as_of field.

## Request schema (JSON Schema)

```json
{
 "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"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "mint"
     ],
     "properties": {
      "mint": {
       "type": "string",
       "examples": [
        "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN"
       ]
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "status",
      "product",
      "coverage",
      "evidence_pack",
      "agent_decision_support",
      "methodology"
     ],
     "properties": {
      "beta": {
       "type": "boolean"
      },
      "mint": {
       "type": "string"
      },
      "risk": {
       "type": "string"
      },
      "as_of": {
       "type": "string"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "supported": {
       "type": "boolean"
      },
      "confidence": {
       "type": "string"
      },
      "risk_score": {
       "type": "number"
      },
      "methodology": {
       "type": "string"
      },
      "sample_size": {
       "type": "object",
       "additionalProperties": true
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "creator_wallet": {},
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "evidence_items_count": {
       "type": "number"
      },
      "agent_decision_support": {
       "type": "object",
       "additionalProperties": true
      },
      "holder_concentration_basis": {},
      "holder_concentration_pct_proxy": {},
      "creator_in_known_creator_network": {
       "type": "boolean"
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-solanahub-de-7a734701/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scry.solanahub.de](https://www.zero.xyz/host/scry.solanahub.de/llms.txt)
