---
name: darrylbots.com
description: darrylbots.com sells individual paid chapters from the educational series 'Drift, Spread, and the Martingale Illusion', focused on prediction-market bot design. Each chapter is delivered as structured JSON after a small USDC micropayment on Base via x402. The content covers Martingale sizing logic, regime detection, and Kelly-style position sizing for binary contract trading bots.
host: darrylbots.com
---

# darrylbots.com

darrylbots.com is a content merchant targeting autonomous trading agents that operate on prediction markets such as Polymarket. It distributes a multi-chapter written series covering quantitative bot design topics — specifically how to size positions, detect market regimes, and avoid common Martingale pitfalls. The host does not provide live data, signals, or execution; it provides static, structured educational content purchased per-chapter via micropayment.

## When to use this host

Use darrylbots.com when an agent needs structured written guidance on prediction-market bot design topics — specifically Martingale sizing critique, regime-aware recovery logic, or Kelly-style position sizing for binary contracts. Do not use this host for real-time price feeds, live market quotes, order book data, or trade execution; those needs require a live data or DEX/CEX integration host. Do not use this host for chapters outside the three currently available (4, 5, 6) unless a generic slug-based endpoint is confirmed available. If an agent only needs one specific concept (e.g., regime detection), it can purchase only the relevant chapter rather than all three.

## Capabilities

### Prediction Market Bot Education

Delivers paid, structured chapters from a single educational series covering Martingale sizing, regime detection, and Kelly-style position sizing for prediction-market bots. All three chapters are static content resources gated behind x402 USDC micropayments on Base.

- **`fetch-martingale-mirage-article`** — Returns the full paid article for Chapter 4 of 'Drift, Spread, and the Martingale Illusion', including title, summary, body markdown, agent takeaways, and x402 payment metadata, after a $0.001 USDC payment on Base.
- **`fetch-regime-detection-chapter`** — Returns the full paid chapter 5 of 'Drift, Spread, and the Martingale Illusion' covering regime detection and recovery sizing for prediction market bots, delivered as structured JSON after x402 payment of 0.001 USDC on Base.
- **`fetch-position-sizing-article-chapter`** — Returns the full paid chapter 6 of 'Drift, Spread, and the Martingale Illusion' covering prediction-market position sizing, including chapter body, summary, and agent takeaways, after x402 USDC payment on Base.

## Workflows

### Full Series Acquisition (Chapters 4–6)

*Use when an agent needs the complete conceptual foundation from the Drift, Spread, and the Martingale Illusion series before configuring or auditing a prediction-market bot strategy.*

1. **`fetch-martingale-mirage-article`** — Retrieve Chapter 4 to establish the foundational critique of naive Martingale sizing in short-duration prediction markets.
2. **`fetch-regime-detection-chapter`** — Retrieve Chapter 5 to learn how to gate recovery ladders behind live regime evidence such as skew, spread, and fill quality.
3. **`fetch-position-sizing-article-chapter`** — Retrieve Chapter 6 to apply Kelly-style sizing logic, edge haircuts, and stop conditions informed by the regime framework from Chapter 5.

## Skill reference

### `fetch-position-sizing-article-chapter`

**Agent Article: Position Sizing Without Superstition** — Returns the full paid chapter 6 of 'Drift, Spread, and the Martingale Illusion' covering prediction-market position sizing, including chapter body, summary, and agent takeaways, after x402 USDC payment on Base.

*Use when:* Use when an agent needs structured guidance on converting prediction-market confidence scores into capped, auditable stakes, including Kelly-style sizing logic, edge haircuts, and stop conditions for binary contract trading bots.

*Not for:* Do not use for real-time price feeds, live market quotes, or swap execution. This endpoint returns a static educational article chapter, not live trading signals or market data.

**Returns:** Returns purchased=true plus a full article metadata object and chapter 6 body in Markdown with five agent_takeaways covering Kelly sizing, edge haircuts, and stop conditions for prediction-market bots.

**Example:** `GET https://darrylbots.com/api/agent-article-position-sizing`

---

### `fetch-regime-detection-chapter`

**Agent Article: Regime Detection Before Recovery** — Returns the full paid chapter 5 of 'Drift, Spread, and the Martingale Illusion' covering regime detection and recovery sizing for prediction market bots, delivered as structured JSON after x402 payment of 0.001 USDC on Base.

*Use when:* Use when an agent needs authoritative written guidance on regime-aware recovery sizing for Polymarket bots, specifically the logic for gating Martingale-style ladders behind live regime evidence such as skew, spread, volatility, and fill quality.

*Not for:* Do not use for real-time market data, live price feeds, or executable trade signals. This endpoint returns static educational chapter content, not actionable bot state or quotes.

**Returns:** Returns purchased=true plus an article metadata object (slug, price, payment details, preview/content URLs) and a chapter object with full body_markdown, summary, and agent_takeaways for chapter 5 on regime detection.

**Example:** `GET https://darrylbots.com/api/agent-article-regime-detection`

---

### `fetch-martingale-mirage-article`

**Martingale Mirage Article (Chapter 4)** — Returns the full paid article for Chapter 4 of 'Drift, Spread, and the Martingale Illusion', including title, summary, body markdown, agent takeaways, and x402 payment metadata, after a $0.001 USDC payment on Base.

*Use when:* Use when an agent needs the full text and structured metadata for the Darrylbots chapter on Martingale sizing in short-duration prediction markets, including actionable agent takeaways and regime-detection guidance.

*Not for:* Do not use for other chapters in the Drift, Spread, and the Martingale Illusion series; use the generic article endpoint with the appropriate slug instead. Not suitable for real-time market data or live price feeds.

**Returns:** Returns purchased=true plus an article metadata object (slug, price, payment) and a chapter object with id, chapter number 4, title, summary, full body_markdown, and an agent_takeaways array.

**Example:** `GET https://darrylbots.com/api/agent-article-martingale-mirage`

---
