# New Rail Staged Exposure and Exit Procedure

> New Rail Staged Exposure and Exit Procedure is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns a decision procedure for AI agents adopting a new x402 payment rail, covering staged funding caps, settlement finality verification, fallback retention, and exit conditions.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/new-rail-staged-exposure-and-exit-procedure
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/new-rail-staged-exposure-and-exit-procedure-6407b3d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U_daNYQPQGyRjXeIRiU2b

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 new-rail-staged-exposure-and-exit-procedure-6407b3d4
```

Example prompt: Walk me through the staged exposure and exit procedure for adopting Algorand x402 as a new payment rail — I need guidance on funding caps, settlement finality checks, and when to fall back or exit.

## When to prefer this

Choose this endpoint when an AI agent needs structured, step-by-step guidance specifically for onboarding a new x402 payment rail with risk controls — particularly when staged funding caps, settlement finality verification, and explicit exit criteria are needed. Prefer it over generic payment risk advice when operating in the x402 ecosystem (e.g., Algorand x402) and needing operationally grounded decision logic rather than static documentation.

## Known failure modes

- Missing or invalid method parameter returns an error
- Payment not settled results in 402 response requiring x402 payment
- Unknown topic override may yield generic procedure output
- Service downtime or handler failure returns ok: false with no brief
- Rate limiting or repeated unpaid calls may be rejected

## How this service works

Decision procedure for agents adopting a newly operational x402 rail such as Algorand x402. Covers staged funding caps based on cumulative settled volume, settlement finality verification before cap escalation, fallback retention on existing rails, and explicit exit conditions when the new rail underperforms.

## Output

A JSON object containing decision procedure prose (brief and procedure fields) tailored to the staged adoption of a new x402 rail, including the topic, generation timestamp, and generation source (llm, reasoning, or deterministic). The brief provides actionable guidance covering funding cap stages, settlement finality gating, fallback retention logic, and underperformance exit triggers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "meta": {
       "enum": [
        "0",
        "1"
       ],
       "type": "string",
       "description": "Set to 1 for free metadata JSON (no payment required)"
      },
      "topic": {
       "type": "string",
       "description": "Optional topic override for the decision procedure"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "title": "New rail staged exposure and exit procedure paid response",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "ok",
      "paid",
      "service",
      "provider",
      "result"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "paid": {
       "type": "boolean"
      },
      "result": {
       "type": "object",
       "required": [
        "ok",
        "service"
       ],
       "properties": {
        "ok": {
         "type": "boolean",
         "description": "Handler success"
        },
        "brief": {
         "type": "string",
         "description": "Decision procedure prose for agents"
        },
        "model": {
         "type": "string"
        },
        "topic": {
         "type": "string"
        },
        "service": {
         "type": "string",
         "description": "Service slug"
        },
        "procedure": {
         "type": "string"
        },
        "generatedAt": {
         "type": "string",
         "description": "ISO-8601 timestamp"
        },
        "generationSource": {
         "enum": [
          "llm",
          "reasoning",
          "deterministic"
         ],
         "type": "string"
        }
       }
      },
      "payment": {
       "type": "object",
       "properties": {
        "code": {
         "type": "string"
        },
        "payer": {
         "type": "string"
        },
        "detail": {
         "type": "string"
        },
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "result": {
   "ok": true,
   "brief": "plain prose decision procedure (120+ words)",
   "model": "deepseek/deepseek-v4-flash-0731",
   "topic": "string topic",
   "service": "new-rail-staged-exposure-and-exit-procedure",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "new-rail-staged-exposure-and-exit-procedure",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/new-rail-staged-exposure-and-exit-procedure-6407b3d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so.wrong.systems](https://www.zero.xyz/host/k2so.wrong.systems/llms.txt)
