# Agent Virtual Wallet Funding and Sweep Policy: Deterministic Procedure

> Agent Virtual Wallet Funding and Sweep Policy: Deterministic 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-13).

Returns a paid decision-procedure brief for agent operators on when to top up, how much to fund, when to sweep idle balances, and when to reclaim funds from per-agent virtual wallets under a parent wallet.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-virtual-wallet-funding-and-sweep-policy-de
- 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-virtual-wallet-funding-and-sweep-policy-deterministic-procedure-688e6d24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LK6mpN83msaBZQwItUKPY

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-virtual-wallet-funding-and-sweep-policy-deterministic-procedure-688e6d24
```

Example prompt: Give me the deterministic decision procedure for managing my agent's virtual wallet — specifically when to top up, how much to fund, when to sweep idle balances, and when to reclaim funds back to the parent wallet.

## When to prefer this

Choose this endpoint when an agent operator or autonomous agent needs a concrete, opinionated decision framework — not marketing copy — for managing per-agent virtual wallet lifecycle events (funding, sweeping, reclaiming) under a parent wallet. Prefer it over generic financial documentation when you need a machine-readable brief optimized for agent consumption and x402 payment rail context.

## Known failure modes

- Missing or invalid payment results in HTTP 402 with payment instructions
- Invalid query parameter values (e.g. invalid meta enum) may return a 400 error
- Service unavailability returns a non-200 status with no brief
- LLM or reasoning backend failure may return ok:false with an error detail

## How this service works

Paid agent-facing brief on agent virtual wallet funding and sweep policy: deterministic procedure for an agent operator deciding when to top up, how much to fund, when to sweep back idle balances, and when to reclaim funds from per-agent virtual wallets under a parent wallet. Blunt decision procedure, not marketing.

## Output

A prose decision-procedure brief covering top-up triggers, funding amounts, idle-balance sweep timing, and fund-reclaim rules for per-agent virtual wallets under a parent wallet. Includes the generation source (llm, reasoning, or deterministic), model used, topic, and an ISO-8601 timestamp for when the brief was generated.

## 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 virtual wallet funding and sweep policy: deterministic 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-virtual-wallet-funding-and-sweep-policy-deterministic-procedure-688e6d24/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)
