# Edge Agents AI – Solana Macro Outlook

> Edge Agents AI – Solana Macro Outlook is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns an evidence-backed macro and structural outlook report for Solana (SOL), covering liquidity, momentum, rotation, ETF flows, and forecasts, signed and sourced at point-in-time.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/solana-macro-outlook
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-solana-macro-outlook-715e430a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oBH1eaYKFqLsrehoU0-ef

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-macro-outlook-715e430a
```

Example prompt: Give me the latest evidence-backed Solana macro and structural outlook from Edge Agents — I want to see liquidity, momentum, ETF flows, and the overall confidence rating for SOL right now.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, signed macro and structural intelligence report specifically for Solana — particularly when confidence scoring, provenance, and point-in-time sourcing matter for compliance, investment, or procurement decisions. Prefer it over generic crypto data feeds when you need analyst-quality synthesis (liquidity, momentum, ETF, rotation) rather than raw price or on-chain metrics.

## Known failure modes

- Payment not processed via x402 — returns 402 Payment Required
- Stale or unavailable source data — report notes coverage gaps and source freshness limitations inline
- Network timeout — no report returned, retry required
- Invalid or missing settlement rail — payment rejected before report is generated

## 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 signed JSON report containing: a quality status and confidence level (e.g. 'strong'/'high'), an analysis summary covering Solana macro and structural findings with tagged intents (liquidity, momentum, rotation, ETF, evidence, forecast), evidence assets referenced (BTC, SOL), policy point-in-time designation, provenance with issuer URL and signature flag, generation timestamp, schema version, data completeness status, and a standard disclaimer that this is general impersonal market research, 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": [
    "liquidity",
    "momentum",
    "rotation",
    "etf",
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Solana Macro & Structural Outlook findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "SOL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "solana-macro-outlook",
  "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-macro-outlook-715e430a/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)
