# Scry Solana Agent Intel Brief

> Scry Solana Agent Intel Brief 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-16).

Returns a combined Solana orchestrator intelligence brief covering DB health, wallet coverage freshness, HOT/persistent wallets, refresh queue, product ladder routing, and next Helius call plan with credit posture.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/solana/agent-intel-brief
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-solanahub-de-341969f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dVktniuHXKE31Pu6iW7rt

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-341969f6
```

Example prompt: Before I kick off my Solana wallet due-diligence workflow, pull the Scry agent intel brief so we know which product to buy next, whether coverage is fresh, and what our Helius credit posture looks like right now.

## When to prefer this

Use this endpoint as the first call in any multi-step Scry/Helius agent workflow when you need to decide which product to invoke next, assess system health before committing spend, or get a consolidated snapshot of wallet signal freshness and Helius credit posture — rather than calling individual Scry endpoints blindly.

## Known failure modes

- Partial response (status: partial) when some data sources are stale or unavailable
- Error response (status: error) if DB is unreachable or backend is degraded
- Payment failure if x402 USDC payment of $0.29 is not correctly submitted
- Stale coverage data if refresh queue is backed up — indicated in coverage freshness field

## 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 object with status (success/partial/error), DB health, coverage freshness timestamp, today's HOT wallets, 7-day persistent wallets, refresh queue state, product ladder routing recommendation, next Helius call plan, credit posture, a confidence score (0–1), and evidence-only agent_decision_support object for caller-defined policy — all in a single orchestrator-ready brief.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-05-05T08:30:00Z",
  "brief": "{object: 5 keys - full example via full_example_url}",
  "caveat": "Evidence layer only. Not financial advice, not a trading recommendation, and not a promise of future performance.",
  "status": "success",
  "product": "scry_agent_intel_brief",
  "sources": [
   "scry-db-health",
   "gmgn-leaderboard-24h",
   "gmgn-leaderboard-7d",
   "scry-refresh-queue"
  ],
  "buyer_job": "Choose the next Scry endpoint or Helius depth workflow to request using DB freshness, GMGN daily/weekly context, cove...",
  "frozen_at": "2026-05-05T08:30:00Z",
  "is_example": true,
  "methodology": "scry_agent_product_intel_brief_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"
  },
  "product_ladder": "[array: 2 items - full example via full_example_url]",
  "spend_rationale": "{object: 4 keys - full example via full_example_url}",
  "confidence_score": 0.86,
  "service_objective": "Provide a Solana spend-router brief for caller-defined wallet triage, evidence purchasing, and deeper forensic workfl...",
  "agent_decision_support": "{object: 5 keys - full example via full_example_url}"
 }
}
```

## More

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