# Scry Solana Memecoin Launch Dossier

> Scry Solana Memecoin Launch Dossier is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Returns a comprehensive launch-risk dossier for a Solana memecoin mint, including mint-risk preflight, creator wallet context, holder-concentration proxy, identity-enriched creator data, launch-window counterparties, private-routing evidence, and liquidity-source disclosure.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/pumpfun/launch-dossier
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-solanahub-de-d3d59f2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i5_EKRmvjdXrSiByX1h98

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-d3d59f2d
```

Example prompt: Pull a full launch dossier for this Pump.fun mint: DezXAZ8z7PnrnRJjz3eeVQMCG1A2LFjU3vHHxh8Gpump — I want to see creator wallet context, holder concentration, any private routing evidence, and whether the liquidity source looks clean.

## When to prefer this

Use this endpoint when you need a broad, single-call launch-risk dossier on a specific Solana memecoin mint — combining creator profiling, holder analysis, routing evidence, and liquidity disclosure in one response. Prefer this over the standalone wallet-intelligence or preflight endpoints when you want orchestrated multi-signal evidence for a launch rather than a single dimension of analysis.

## Known failure modes

- Unsupported or unrecognized mint address returns supported:false with partial evidence
- Mint too new with insufficient on-chain history returns status:partial with low confidence_score
- Invalid mint format returns status:error
- Payment not received or x402 flow incomplete blocks response
- Network or upstream data source unavailability returns status:partial or error

## How this service works

[BETA] One Pump.fun or memecoin mint/launch dossier: creator context, launch-window evidence, holder context, private-routing evidence, liquidity context, and checked/unchecked fields. Use when the object is one mint or launch. Evidence only; no verdict. No API keys, no subscriptions; x402 exact payment per request.

## Output

A structured evidence pack containing: launch preflight risk signals, creator wallet context and identity enrichment, holder-concentration proxy metrics, launch-window counterparty clustering, private-routing evidence flags, liquidity-source disclosure, a confidence score (0–1), agent decision support summary, coverage metadata, checked/unchecked sources, and a response timestamp. Returned as a JSON object with status (success/partial/error) and methodology notes.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "mint": "DezXAZ8z7PnrnRJjz3eeVQMCG1A2LFjU3vHHxh8Gpump"
  }
 }
}
```

## 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": [
        "DezXAZ8z7PnrnRJjz3eeVQMCG1A2LFjU3vHHxh8Gpump"
       ]
      }
     }
    }
   },
   "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"
      },
      "as_of": {
       "type": "string"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "supported": {
       "type": "boolean"
      },
      "methodology": {
       "type": "string"
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "creator_context": {
       "type": "object",
       "additionalProperties": true
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "launch_preflight": {
       "type": "object",
       "additionalProperties": true
      },
      "source_updated_at": {
       "type": "string"
      },
      "agent_decision_support": {
       "type": "object",
       "additionalProperties": true
      },
      "launch_window_evidence": {
       "type": "object",
       "additionalProperties": true
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "beta": true,
  "mint": "DezXAZ8z7PnrnRJjz3eeVQMCG1A2LFjU3vHHxh8Gpump",
  "as_of": "2026-05-05T13:17:40Z",
  "caveat": "Evidence layer only. Not financial advice or a trading recommendation.",
  "status": "success",
  "product": "scry_pumpfun_launch_dossier",
  "sources": [
   "mint_risk_pipeline",
   "transaction_evidence_cache",
   "scry_evidence_index"
  ],
  "coverage": "{object: 5 keys - full example via full_example_url}",
  "supported": true,
  "methodology": "scry_pumpfun_launch_dossier_v1_beta",
  "evidence_pack": {
   "contract": "scry_evidence_pack_v1",
   "_truncated": "full 6-key object via full_example_url"
  },
  "creator_context": "{object: 5 keys - full example via full_example_url}",
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "confidence_score": 0.72,
  "launch_preflight": "{object: 6 keys - full example via full_example_url}",
  "source_updated_at": "2026-05-05T13:17:40Z",
  "agent_decision_support": "{object: 4 keys - full example via full_example_url}",
  "launch_window_evidence": "{object: 6 keys - full example via full_example_url}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-solanahub-de-d3d59f2d/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)
