# Scry Launch Window Cluster

> Scry Launch Window Cluster 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 launch-window cluster and relationship intelligence report for a Solana wallet, including execution window, funding lineage, bundler detection, and agent decision support evidence.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet/%7Baddress%7D/launch-window-cluster
- 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-launch-window-cluster-402ae43b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NjpND9qTmZmzyThxa4kwe

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-launch-window-cluster-402ae43b
```

Example prompt: Can you pull the launch-window cluster analysis for Solana wallet HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK? I want to know if it's part of a coordinated launch cluster, what its execution window looks like, and whether it has any bundler or private-routing connections.

## When to prefer this

Use this endpoint when you need to determine whether a Solana wallet is part of a coordinated token launch cluster, understand its typical execution timing, or investigate its relationship network and bundler activity. Prefer over generic Solana RPC calls when you need pre-computed cluster analysis, funding-lineage evidence, and bundler detection in a single call without managing API keys or subscriptions.

## Known failure modes

- Wallet address not found in the 63,781 indexed wallets — returns in_db: false with reduced evidence
- Invalid Solana wallet address format — likely a 4xx error
- Payment not processed via x402 — 402 Payment Required response
- Helius live refresh unavailable — may return stale cached data
- Confidence score may be low for wallets with sparse on-chain history

## 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

A structured JSON object containing: launch-window cluster details (execution_window, relationship_cluster), confidence score, funding lineage evidence, bundler/private routing context, agent decision support text, field provenance, source freshness timestamps, and a spend rationale. Includes an evidence_pack under the scry_evidence_pack_v1 contract. Coverage and wallet details are nested objects. Returns a caveat noting this is evidence only, 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"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "address"
     ],
     "properties": {
      "address": {
       "type": "string",
       "examples": [
        "HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK"
       ]
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "since_slot": {
       "type": "integer",
       "minimum": 0
      }
     }
    }
   },
   "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": {
      "as_of": {
       "type": "string"
      },
      "in_db": {
       "type": "boolean"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "wallet": {
       "type": "object",
       "additionalProperties": true
      },
      "address": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "frozen_at": {
       "type": "string"
      },
      "supported": {
       "type": "boolean"
      },
      "is_example": {
       "type": "boolean"
      },
      "methodology": {
       "type": "string"
      },
      "fixture_note": {
       "type": "string"
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "execution_window": {
       "type": "object",
       "additionalProperties": true
      },
      "field_provenance": {
       "type": "object",
       "additionalProperties": true
      },
      "monitoring_delta": {
       "type":
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-05-05T13:17:40Z",
  "in_db": true,
  "caveat": "Evidence layer only. Not financial advice or a trading recommendation.",
  "status": "success",
  "wallet": "{object: 7 keys - full example via full_example_url}",
  "address": "HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK",
  "product": "scry_launch_window_cluster",
  "sources": [
   "scry-wallet-db",
   "scry-bundler-registry",
   "helius-wallet-transfers",
   "scry-transfer-cache",
   "scry-wallet-edges",
   "scry-wallet-clusters"
  ],
  "coverage": "{object: 5 keys - full example via full_example_url}",
  "frozen_at": "2026-05-05T13:17:40Z",
  "supported": true,
  "is_example": true,
  "methodology": "scry_launch_window_cluster_v1",
  "fixture_note": "Frozen-but-current response-shape fixture refreshed on 2026-05-05. Paid responses return response-level freshness fie...",
  "evidence_pack": {
   "contract": "scry_evidence_pack_v1",
   "_truncated": "full 9-key object via full_example_url"
  },
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "confidence_score": 0.86,
  "execution_window": "{object: 7 keys - full example via full_example_url}",
  "field_provenance": "{object: 5 keys - full example via full_example_url}",
  "source_updated_at": "2026-05-05T13:17:40Z",
  "helius_live_refresh": "{object: 2 keys - full example via full_example_url}",
  "relationship_cluster": "{object: 7 keys - full example via full_example_url}",
  "agent_decision_support": "{object: 5 keys - full example via full_example_url}",
  "private_routing_context": "{object: 7 keys - full example via full_example_url}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-launch-window-cluster-402ae43b/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)
