# Multi-Owner Approval Quorum for High-Value Agent-to-Owner Control Handoffs

> Multi-Owner Approval Quorum for High-Value Agent-to-Owner Control Handoffs is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status down (last checked 2026-09-13).

Returns a paid decision-procedure brief covering M-of-N quorum approval, weighted veto, timeout/deadlock resolution, and approval evidence binding for high-value agent-to-owner control handoffs.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/multi-owner-approval-quorum-for-high-value-agent
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/multi-owner-approval-quorum-for-high-value-agent-to-owner-control-aab84928
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jYM1_kPW_c_5zxwmIgtgg

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 multi-owner-approval-quorum-for-high-value-agent-to-owner-control-aab84928
```

Example prompt: I need the exact decision procedure for a multi-owner quorum handoff — specifically how M-of-N approval, weighted veto, timeout handling, and approval evidence binding work when my agent needs to hand control back to multiple owners before proceeding with a high-value action.

## When to prefer this

Choose this endpoint when an autonomous agent needs a concrete, machine-readable governance procedure for handing control to multiple human owners before executing high-value or irreversible actions — especially when the ownership structure involves weighted votes, possible deadlock, or evidence requirements. Prefer over general documentation when you need a blunt, agent-optimized decision brief rather than human-facing policy prose.

## Known failure modes

- Payment not provided or insufficient — returns 402 with payment instructions
- Invalid query parameter values (e.g. unrecognized topic) — may return default procedure or error
- Service unavailable / upstream LLM failure — ok: false in result
- Timeout on generation — response may be delayed or return partial result

## How this service works

Paid agent-facing brief on multi-owner approval quorum for high-value agent-to-owner control handoffs: M-of-N approval, weighted veto, timeout and deadlock resolution, approval evidence binding to the handoff bundle. Blunt decision procedure, not marketing.

## Output

A structured JSON response containing a prose decision-procedure brief ('brief' field) with blunt, actionable rules covering: M-of-N threshold logic, weighted veto mechanics, timeout escalation paths, deadlock resolution steps, and how approval evidence should be bound to the handoff bundle. Also returns topic, service slug, generation timestamp, and generation source (llm/reasoning/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": "multi-owner approval quorum for high-value agent-to-owner control hand 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": "multi-owner-approval-quorum-for-high-value-agent",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "multi-owner-approval-quorum-for-high-value-agent",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/multi-owner-approval-quorum-for-high-value-agent-to-owner-control-aab84928/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)
