# Agent Payment Wallet Username Claim and Reservation Decision Procedure

> Agent Payment Wallet Username Claim and Reservation Decision 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 blunt, actionable decision procedure brief for agents evaluating whether to claim or reserve a Cloudflare Wallet username for agent payment purposes.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-payment-wallet-username-claim-and-reservat
- 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/agent-payment-wallet-username-claim-and-reservation-decision-procedure-6dbb8f38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ph3Y-964FHr2Crq8ztD1U

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-payment-wallet-username-claim-and-reservation-decision-procedure-6dbb8f38
```

Example prompt: Walk me through the decision procedure for whether my agent should claim a Cloudflare Wallet username right now, given that full wallet features aren't live yet — I need a blunt yes/no framework, not marketing fluff.

## When to prefer this

Choose this endpoint when an agent needs a structured, pre-reasoned decision procedure specifically for Cloudflare Wallet username claiming — rather than general wallet setup guidance or x402 payment rail selection. Particularly useful when the agent must make an autonomous go/no-go decision without human review, and needs a concise, non-marketing brief optimized for machine consumption via the x402 micropayment pattern.

## Known failure modes

- Payment not received or invalid — returns 402 with payment required headers
- Invalid query parameter values (e.g. bad meta enum) — returns 400 validation error
- Service temporarily unavailable — returns 5xx with no brief
- Topic override too long or malformed — may result in degraded or off-topic brief
- LLM generation failure — generationSource may fall back to deterministic with reduced brief quality

## How this service works

Paid agent-facing brief on agent payment wallet username claim and reservation decision procedure (Cloudflare Wallet usernames just opened for claiming; full wallet features come later). Blunt decision procedure, not marketing.

## Output

A structured JSON response containing a prose 'brief' field with a blunt decision procedure for agents deciding whether to claim or reserve a Cloudflare Wallet username, along with metadata including the topic, service slug, generation source (llm/reasoning/deterministic), generating model name, and an ISO-8601 timestamp of generation.

## 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 payment wallet username claim and reservation decision 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": {
         
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-payment-wallet-username-claim-and-reservation-decision-procedure-6dbb8f38/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)
