# Scry Pump.fun Risk Protection

> Scry Pump.fun Risk Protection is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a risk-intelligence evidence pack for high-ranked Pump.fun cohort wallets, flagging service, serial-deployer, and rug-pattern signals on Solana.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/solana/pumpfun-risk-protection
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-pump-fun-risk-protection-a1fa0eb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bsEIkQzOVV_9-mKhRRIJf

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-pump-fun-risk-protection-a1fa0eb6
```

Example prompt: Pull the top 50 highest-risk Pump.fun wallet cohort entries from Scry — I want to see which ones have rug-pattern, serial-deployer, or service-wallet risk flags, along with the confidence score and evidence pack.

## When to prefer this

Use this endpoint when you need pre-indexed, cache-first risk intelligence on Pump.fun wallets without requiring an API key or subscription — ideal for agents doing fast, low-cost screening of wallet cohorts for rug-pull, serial-deployer, or service-wallet risk patterns on Solana. Prefer this over general blockchain explorers when you need structured, agent-ready evidence packs with confidence scores.

## Known failure modes

- Payment not received or x402 payment header missing — 402 response requiring USDC micropayment
- Limit parameter out of range (must be 1–100) — validation error
- No cached wallet data available for the requested cohort size
- Service temporarily unavailable — 5xx response
- Stale evidence if index has not been refreshed recently

## How this service works

Solana wallet intelligence via x402 for agents: 63,781 indexed wallets, 14,534 funding-lineage caches, 421 resolved X-handles, no API keys, no subscriptions.

## Output

Returns a JSON evidence pack containing: a list of flagged wallet addresses (up to the requested limit), a confidence score (e.g. 0.88), a cohort summary, spend rationale, agent decision support object, data quality attestation, methodology identifier, sources used, and a timestamp. All evidence is clearly labeled as advisory, not financial advice.

## 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": [],
     "properties": {
      "limit": {
       "type": "number",
       "default": 50,
       "maximum": 100,
       "minimum": 1
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "status",
      "product",
      "evidence_pack",
      "agent_decision_support",
      "methodology"
     ],
     "properties": {
      "as_of": {
       "type": "string"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "wallets": {
       "type": "array"
      },
      "buyer_job": {
       "type": "string"
      },
      "methodology": {
       "type": "string"
      },
      "data_quality": {
       "type": "object",
       "additionalProperties": true
      },
      "generated_at": {
       "type": "string"
      },
      "wallet_count": {
       "type": "number"
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "cohort_summary": {
       "type": "object",
       "additionalProperties": true
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "agent_decision_support": {
       "type": "object",
       "additionalProperties": true
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-05-11T09:09:12.000Z",
  "caveat": "Evidence layer only. Not financial advice, not a trading recommendation, and not a promise of future performance.",
  "status": "success",
  "product": "scry_pumpfun_risk_protection",
  "sources": [
   "wallet_cohort_input",
   "identity_label_cache",
   "transaction_evidence_cache",
   "scry_evidence_index"
  ],
  "wallets": "[array: 1 items - full example via full_example_url]",
  "buyer_job": "Find high-rank Pump.fun cohort wallets that carry service, serial-deployer, or rug-pattern risk context for consumer-...",
  "methodology": "scry_agent_product_pumpfun_risk_protection_v1",
  "data_quality": {
   "contract": "scry_pumpfun_data_quality_attestation_v1",
   "_truncated": "full 4-key object via full_example_url"
  },
  "generated_at": "2026-05-11T09:21:57.000Z",
  "wallet_count": 1,
  "evidence_pack": {
   "contract": "scry_evidence_pack_v1",
   "_truncated": "full 6-key object via full_example_url"
  },
  "cohort_summary": "{object: 6 keys - full example via full_example_url}",
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "confidence_score": 0.88,
  "agent_decision_support": "{object: 4 keys - full example via full_example_url}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-pump-fun-risk-protection-a1fa0eb6/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)
