# Agent Pre-Dispute Evidence Freeze Procedure for x402

> Agent Pre-Dispute Evidence Freeze Procedure for x402 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-13).

Returns a step-by-step procedure defining the minimum evidence set, capture order, and tamper-evident packaging an AI agent must gather before opening a dispute for a failed x402 payment.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-pre-dispute-evidence-freeze-procedure
- 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/agent-pre-dispute-evidence-freeze-procedure-for-x402-c706c41d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1edSFiwkssoy1gshPGcSN

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 agent-pre-dispute-evidence-freeze-procedure-for-x402-c706c41d
```

Example prompt: Before I open a dispute for a failed x402 purchase, walk me through the exact evidence freeze procedure — what to collect, in what order, and how to package it so the merchant or facilitator can make a fast, fair decision.

## When to prefer this

Choose this endpoint when an AI agent has encountered a failed x402 payment and needs a structured, authoritative pre-dispute workflow before escalating. It is specifically designed for the x402 protocol context and provides ordered, tamper-evident evidence packaging guidance that generic dispute guides do not cover. Prefer it over manual agent logic or generic payment dispute documentation when operating in an x402 ecosystem.

## Known failure modes

- Payment required but not provided — returns 402 with payment instructions
- Invalid query parameter value for 'meta' enum — ignored or returns error
- Service temporarily unavailable — no procedure returned
- Topic override parameter produces an out-of-scope response
- Network timeout before procedure generation completes

## How this service works

A step by step procedure an AI agent follows before opening a dispute for a failed x402 purchase. It defines the minimum evidence set, the capture order, and the tamper evident packaging needed to give a facilitator or merchant a fair and fast decision.

## Output

A structured procedure document (prose and/or steps) describing the minimum evidence set an agent must capture, the required capture order, and the tamper-evident packaging method needed before opening a dispute for a failed x402 payment. Includes an ISO-8601 generation timestamp and the generation source (llm, reasoning, or deterministic).

## 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": "Agent pre-dispute evidence freeze 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)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-pre-dispute-evidence-freeze-procedure-for-x402-c706c41d/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)
