# Stratalize Category Disruption Signal

> Stratalize Category Disruption Signal is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a 0–1 disruption probability score with evidence strings indicating how likely a software category is to face near-term displacement or competitive disruption.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/category-disruption-signal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-category-disruption-signal-89b17faa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_64hEQgkBWc-AFrjXZdqKH

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 stratalize-category-disruption-signal-89b17faa
```

Example prompt: What's the disruption risk score for the 'customer data platform' software category — I want to know if it's likely to be displaced soon and what evidence supports that.

## When to prefer this

Use this endpoint when you need a quantified, verifiable disruption risk score for a specific software category — especially in M&A due diligence, investment screening, product strategy, or competitive positioning contexts where cryptographic verifiability of the signal matters. Prefer over generic news sentiment tools when you need a structured probability score with traceable evidence citations.

## Known failure modes

- Invalid or unrecognized category string returns an error or low-confidence score
- Payment of 0.1 USDC not received results in 402 Payment Required response
- Category too broad or ambiguous may return inconclusive evidence strings
- Network timeout or service unavailability returns 5xx error
- Signature verification failure at trust.stratalize.com indicates tampered response

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Category disruption risk score — 0 to 1 disruption probability with evidence strings for any software category. Source: Stratalize citation volume heuristics. Use when assessing whether a software category faces near-term displacement risk

## Output

A 0–1 disruption probability score for the specified software category, accompanied by evidence strings derived from Stratalize citation volume heuristics, an ML-DSA-65 cryptographic signature for independent verification, and a cryptographic receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "category": {
   "type": "string",
   "description": "Request parameter: category"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-category-disruption-signal-89b17faa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
