# DarrylBots Agent Article – Regime Detection Before Recovery (Chapter 5)

> DarrylBots Agent Article – Regime Detection Before Recovery (Chapter 5) is a paid API for AI agents from darrylbots.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Fetches a paid early-access article chapter on regime detection for trading bot recovery sizing, gated by x402 micropayment.

## Facts

- Endpoint: GET https://darrylbots.com/api/agent-article-regime-detection
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/darrylbots-agent-article-regime-detection-before-recovery-chapter-5-4297aa8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LuUp9ws5c4ws_b_Sd56U0

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 darrylbots-agent-article-regime-detection-before-recovery-chapter-5-4297aa8e
```

Example prompt: Pull up the DarrylBots paid article on regime detection before recovery — it's chapter 5 of the Drift, Spread, and the Martingale Illusion series — and show me the agent takeaways and summary.

## When to prefer this

Use this endpoint when an AI agent needs to retrieve the specific paid DarrylBots article chapter on regime detection and Martingale-style recovery sizing (Chapter 5 of Drift, Spread, and the Martingale Illusion). Prefer this over general web search when the agent needs structured JSON content with agent-ready takeaways and has x402 micropayment capability on Base/USDC.

## Known failure modes

- Payment not completed or insufficient USDC balance — returns 402 Payment Required
- Invalid or missing article slug — returns 404 or empty result
- Network error reaching darrylbots.com — returns connection timeout
- Malformed properties parameter — returns 400 Bad Request
- Chapter not yet published — returns 404 or access-denied response

## How this service works

Darrylbots paid early access: Drift, Spread, and the Martingale Illusion, Chapter 5

## Output

Returns a JSON object containing the article metadata (slug, title, series, status, price, payment info, content URL, preview URL) and a chapter object with the chapter ID, number, title, summary, and a list of agent takeaways covering regime-gated recovery sizing principles. Also confirms purchase status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "article": {
   "slug": "drift-spread-polymarket-chapter-5",
   "price": {
    "amount": "0.001",
    "network": "Base",
    "currency": "USDC",
    "amount_atomic": "1000",
    "network_caip2": "eip155:8453"
   },
   "title": "Regime Detection Before Recovery",
   "series": "Drift, Spread, and the Martingale Illusion",
   "status": "paid_early_access",
   "payment": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "pay_to": "0x0BF63F37b0f512839C001548dc66a6A99Bfc019B",
    "scheme": "exact",
    "protocol": "x402",
    "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
   },
   "content_url": "https://darrylbots.com/bot-articles/drift-spread-polymarket/data/chapter-5.json",
   "preview_url": "https://darrylbots.com/bot-articles/drift-spread-polymarket/chapters/chapter-5.html"
  },
  "chapter": {
   "id": "drift-spread-polymarket-chapter-5",
   "title": "Regime Detection Before Recovery",
   "chapter": 5,
   "summary": "A paid chapter on why recovery sizing must be gated by live regime evidence instead of treating every losing streak as an invitation to press harder.",
   "series_title": "Drift, Spread, and the Martingale Illusion",
   "agent_takeaways": [
    "A losing streak is information, not just a deficit to recover.",
    "Recovery sizing should be gated by live state: skew, spread, volatility, time, and fill quality.",
    "The bot should not increase size unless the updated trade is still positive EV.",
    "A halt/reset rule is part of the strategy, not a failure of the strategy.",
    "Regime detection converts Martingale from a blind ladder into an auditable decision workflow."
   ]
  },
  "purchased": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/darrylbots-agent-article-regime-detection-before-recovery-chapter-5-4297aa8e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from darrylbots.com](https://www.zero.xyz/host/darrylbots.com/llms.txt)
