# Per-Rail Settlement Finality Selection for Machine-to-Machine Payments

> Per-Rail Settlement Finality Selection for Machine-to-Machine Payments is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a blunt decision procedure classifying payment settlement rails by deterministic finality semantics so an agent can safely trigger irreversible physical actions after payment.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/per-rail-settlement-finality-selection-for-machi
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/per-rail-settlement-finality-selection-for-machine-to-machine-payments-7b15a137
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G9DdieNJLhdWjjiVY_jWv

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 per-rail-settlement-finality-selection-for-machine-to-machine-payments-7b15a137
```

Example prompt: Before I dispatch the physical delivery bot, tell me which settlement rails have deterministic finality guarantees — I need to know if the payment I just received is truly irreversible or if reorg risk means I should wait longer before triggering the action.

## When to prefer this

Choose this endpoint when an autonomous agent needs a structured, blunt decision framework for evaluating whether a payment settlement rail is safe to act upon before triggering irreversible physical work — not for general blockchain analytics, wallet management, or payment execution itself.

## Known failure modes

- Payment not received — endpoint returns 402 requiring USDC micropayment before content is served
- Handler failure — ok:false in result object if the LLM/reasoning generation fails
- Invalid query parameters — non-enum values for meta or unrecognized topic overrides may produce unexpected results
- Network/host unavailability at k2so.wrong.systems

## How this service works

Paid agent-facing brief on Per-rail settlement finality selection for machine-to-machine payments that trigger physical work: classify settlement rails by deterministic finality semantics (irreversibility, confirmation depth, reorg risk, finality latency) so an agent can decide whether a rail is safe to trigger an irreversible physical action after payment.. Blunt decision procedure, not marketing.

## Output

A prose decision procedure ('brief') that classifies settlement rails by their finality semantics — covering irreversibility, required confirmation depth, reorg risk, and finality latency — along with metadata including the generation source, model used, and an ISO-8601 timestamp.

## 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": "Per-rail settlement finality selection for machine-to-machine payments 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": {
         
… (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": "per-rail-settlement-finality-selection-for-machi",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "per-rail-settlement-finality-selection-for-machi",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/per-rail-settlement-finality-selection-for-machine-to-machine-payments-7b15a137/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)
