# Edge Agents Signal Decay & Model Drift Monitor

> Edge Agents Signal Decay & Model Drift Monitor 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 an evidence-backed assessment of signal decay and model drift across cross-market data sources, flagging whether intelligence signals remain fresh and reliable.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/signal-model-drift-monitor
- 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-signal-decay-model-drift-monitor-1b10e84c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gZjcl-fmkkRePeNVSZ_4-

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-signal-decay-model-drift-monitor-1b10e84c
```

Example prompt: Can you pull the latest Signal Decay & Model Drift Monitor report from Edge Agents and tell me whether current cross-market signals are still fresh and high-confidence, or if there's been drift I should know about?

## When to prefer this

Choose this endpoint when you need an evidence-backed, point-in-time assessment of whether cross-market signals have decayed or drifted, with signed provenance and explicit confidence ratings — particularly useful for AI agent pipelines that must validate input signal quality before making decisions, or for compliance and audit scenarios requiring documented source freshness.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required response
- Invalid or malformed request parameters — 400 Bad Request
- Service temporarily unavailable or upstream data source outage — 503
- Report data incomplete or stale sources — dataStatus field may reflect partial coverage
- Signed provenance check fails if issuer certificate has changed

## How this service works

Signal Decay & Model Drift Monitor. 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

A JSON object containing a quality block (status and confidence level), an analysis block (market family, intent tags, and narrative summary of drift findings), an evidence block (assets list, policy, and sources), provenance details (issuer URL and signature status), a generatedAt timestamp, a dataStatus field, schema version, and a disclaimer noting this is impersonal 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": "cross-market",
   "intents": [
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Signal Decay & Model Drift Monitor findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "signal-model-drift-monitor",
  "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-signal-decay-model-drift-monitor-1b10e84c/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)
