# Vaultfire Dispute Task Escrow

> Vaultfire Dispute Task Escrow is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Opens a dispute on a Vaultfire task escrow, freezing it pending governance resolution for $0.25 USDC.

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/dispute-task
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-a65e1b85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VcfD_cvLJOfEScTqdUev4

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 theloopbreaker-com-a65e1b85 -d '<json body>'
```

Example prompt: I want to open a dispute on my Vaultfire task escrow — the agent didn't deliver what was agreed and I need to freeze the escrow now so it goes to governance review.

## When to prefer this

Use this endpoint when either party in a Vaultfire task escrow (requester or agent) believes the task outcome was unfair or incomplete and wants to freeze the escrow and escalate to on-chain governance. This is the correct path when task delivery is contested and automatic release should be blocked. Prefer this over any off-chain dispute or manual contract call.

## Known failure modes

- Insufficient USDC balance — payment of $0.25 not fulfilled, dispute not opened
- Invalid or unrecognized task escrow ID — escrow not found on supported chains
- Wallet signature missing or invalid — transaction cannot be authorized
- Escrow already disputed or resolved — duplicate dispute attempt rejected
- Escrow not in a disputable state (e.g. already finalized) — 400 or 409 error
- Network or chain unavailability — Base/Avalanche/Arbitrum RPC error

## How this service works

Open a dispute on a Vaultfire task escrow. Pay $0.25 USDC, sign in your wallet — freezes the escrow pending governance resolution. Either party may dispute.

## Output

Returns a dispute confirmation with the frozen escrow status and a signed x402 receipt, indicating the escrow has been locked pending Vaultfire governance resolution. Either the task requester or the agent may have triggered this freeze.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/theloopbreaker-com-a65e1b85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theloopbreaker.com](https://www.zero.xyz/host/theloopbreaker.com/llms.txt)
