# Edge Agents AI – Solana Validator Health & Stake Concentration Report

> Edge Agents AI – Solana Validator Health & Stake Concentration Report is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns an evidence-backed, point-in-time report on Solana validator health and stake concentration metrics, purchased per-request via x402 micropayment.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sol-validator-health-concentration
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-solana-validator-health-stake-concentration-report-947ac5ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kGLUuHRo9woPWkEUn9_z5

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 edge-agents-ai-solana-validator-health-stake-concentration-report-947ac5ae
```

Example prompt: Can you pull the latest evidence-backed Solana validator health and stake concentration report — I want to know the current health status, confidence level, and whether concentration is a concern right now?

## When to prefer this

Choose this endpoint when you need a verified, evidence-backed, point-in-time snapshot of Solana validator health and stake concentration with sourced provenance — rather than raw on-chain data queries or unverified aggregators. Ideal for agents, investors, and analysts who need a signed, auditable intelligence report with explicit confidence levels, not just raw metrics. Particularly suited for per-request, pay-as-you-go workflows via x402 micropayments without a subscription commitment.

## Known failure modes

- Payment not completed via x402 — returns HTTP 402 with payment instructions
- Upstream data unavailable or stale — report may indicate partial coverage in the limitations field
- Invalid or missing x402 payment header — request rejected before data is returned
- Network timeout on live validator data sources — may return reduced-confidence report
- Service outage — endpoint returns 5xx error

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A structured JSON report containing: a quality object with overall health status and confidence level (e.g. 'strong'/'high'), an analysis block naming the Solana asset family and intent tags, an evidence section listing covered assets and sourcing policy, a generatedAt timestamp, schema version, provenance metadata (issuer URL and signed flag), data completeness status, and a disclaimer clarifying this is general market research and not investment advice.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "solana",
   "intents": [
    "evidence"
   ],
   "summary": "Fresh SOL Validator Health & Stake Concentration findings appear here."
  },
  "evidence": {
   "assets": [
    "SOL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sol-validator-health-concentration",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-ai-solana-validator-health-stake-concentration-report-947ac5ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
