# Stratalize Macro Playbook

> Stratalize Macro Playbook is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Returns the current macroeconomic regime label, tactical positioning playbooks, live market snapshot, FOMC facts, model interpretation, and key risk levels — all cryptographically signed with ML-DSA-65.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/macro-playbook
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-macro-playbook-e33d5e60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QuQDOw9ajGYhNekTNnVOK

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-macro-playbook-e33d5e60
```

Example prompt: What's the current macro regime right now — give me the active regime label, tactical playbook actions, live market snapshot, and key risk triggers, with a cryptographic receipt so I can verify it.

## When to prefer this

Choose this endpoint when a trader or portfolio manager needs a single, authoritative, cryptographically verifiable macro regime signal with integrated playbook guidance — especially when auditability and tamper-evidence are required. Prefer over generic market data feeds when you need regime classification plus actionable positioning, not raw price data alone.

## Known failure modes

- Payment not processed — 402 response if USDC payment is missing or invalid
- Network or data feed unavailability causing stale or missing market snapshot
- Invalid or expired x402 payment token
- Rate limiting if too many calls in a short window
- Signature verification failure if response is tampered with in transit

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a trader or portfolio manager needs current regime label and tactical positioning. Returns active regime, verifiable FOMC facts, live market snapshot, model interpretation, concurrent playbooks, and key levels. Example: regime label with playbook actions and risk triggers

## Output

Returns a structured response containing: active regime label, verifiable FOMC facts, live market snapshot data, model interpretation of current conditions, concurrent tactical playbooks with positioning actions, key price/rate levels and risk triggers, and an ML-DSA-65 cryptographic signature with a receipt ID and verification URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "regime_filter": {
   "type": "string",
   "description": "Optional macro regime label filter (e.g. risk_on, risk_off, late_cycle)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-macro-playbook-e33d5e60/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)
