# Cross-Rail Adjudication Evidence Bundle Export Procedure

> Cross-Rail Adjudication Evidence Bundle Export Procedure is a paid API for AI agents from k2so-8080.on.ascii.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns a decision procedure for assembling retained dispute evidence into a cross-rail audit bundle, covering payment, identity, messaging, and merchant artifacts with canonical ordering, hash chaining, redaction policy, and export envelope format.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/cross-rail-adjudication-evidence-bundle-export-p
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cross-rail-adjudication-evidence-bundle-export-procedure-6932f8ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wxn1PozBu76R8Qjq9GJ1N

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 cross-rail-adjudication-evidence-bundle-export-procedure-6932f8ad
```

Example prompt: Walk me through the standard procedure for assembling a cross-rail adjudication evidence bundle — I need to cover the payment rail, identity rail, messaging rail, and merchant artifacts, with proper hash chaining and redaction policy before exporting to an adjudicator.

## When to prefer this

Choose this endpoint when an AI agent needs authoritative procedural guidance on assembling a multi-rail dispute evidence bundle for adjudication — specifically when dealing with x402 or cross-rail payment disputes requiring canonical artifact ordering, hash chaining, and compliant redaction before handing off to a third-party adjudicator. Prefer this over generic legal or compliance APIs when the dispute involves layered agent payment rails (Base, Solana, etc.) and structured audit export is required.

## Known failure modes

- Missing required 'input' or 'method' fields returns a validation error
- Invalid method type (e.g. POST) returns a 400-level error
- Payment not settled results in 402 Payment Required response before content is delivered
- LLM generation failure may result in empty or null 'procedure' field
- Stale or cached procedure may be returned if generation source is 'deterministic'

## How this service works

Standard procedure for assembling retained dispute evidence into a cross-rail audit bundle for adjudicators. Covers payment rail, identity rail, messaging rail, and merchant artifacts with canonical ordering, hash chaining, redaction policy, and export envelope format.

## Output

A structured decision procedure document (prose brief) covering how to assemble a cross-rail adjudication evidence bundle, including canonical artifact ordering across payment, identity, messaging, and merchant rails, hash chaining methodology, redaction policy for sensitive fields, and the export envelope format. Also includes metadata such as service slug, generation timestamp, and generation source.

## 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": "Cross-rail adjudication evidence bundle export 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": "strin
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cross-rail-adjudication-evidence-bundle-export-procedure-6932f8ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so-8080.on.ascii.dev](https://www.zero.xyz/host/k2so-8080.on.ascii.dev/llms.txt)
