# Edge Agents Intelligence Composition Optimizer

> Edge Agents Intelligence Composition Optimizer is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns evidence-backed cross-market intelligence analysis with quality scoring, intent forecasting, and signed provenance for AI agents and decision-makers.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/intelligence-composition-optimizer
- Price: $0.25/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-intelligence-composition-optimizer-298038bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_43FGFx2NXHFHZbGhg1rHW

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-intelligence-composition-optimizer-298038bf
```

Example prompt: Pull an evidence-backed cross-market intelligence report using the Intelligence Composition Optimizer — I need a quality-scored analysis with forecasts and signed provenance covering macro conditions relevant to tech sector investment decisions.

## When to prefer this

Choose this endpoint when you need evidence-backed, signed, and quality-scored macro or cross-market intelligence — especially when provenance, confidence levels, and policy stance are required for downstream agent decisions, consulting briefs, or regulatory/government use cases. Prefer over generic market data APIs when you need a structured intelligence composition with explicit disclaimers, intent classification, and verifiable sourcing rather than raw price or news data.

## Known failure modes

- Missing or malformed required parameters returns an incomplete response
- Payment failure (non-402-compliant client) results in access denial
- Stale or unavailable source data noted in limitations field of response
- Low-evidence scenarios return assets array as empty with coverage caveats in limitations
- Service unavailability returns no JSON body

## How this service works

Intelligence Composition Optimizer. Evaluates the quality, disagreement, transmission, composition or verification of Edge intelligence itself. Purpose: Increase the defensibility of downstream decisions by making evidence quality and model limitations machine-readable. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: a quality status and confidence rating ('strong'/'high'), a cross-market analysis summary with intent classifications (e.g. 'evidence', 'forecast'), evidence assets with policy stance and sources, a serviceId, data completeness status, a disclaimer noting this is general market research not investment advice, signed provenance from edge-agents.ai, a timestamp, coverage limitations, and a schema version (2.0).

## 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": "cross-market",
   "intents": [
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Intelligence Composition Optimizer findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "intelligence-composition-optimizer",
  "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-intelligence-composition-optimizer-298038bf/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)
