# Vaultfire ERC-8004 Consent Revocation

> Vaultfire ERC-8004 Consent Revocation is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Revokes a previously-granted consent for a specific purpose hash on the ERC-8004 Identity Registry, returning an unsigned transaction for the caller to sign.

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/revoke-consent
- Price: $0.05/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-b9d0248d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ciBdg3mW2dU7cWhD61ipg

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-b9d0248d -d '<json body>'
```

Example prompt: I want to revoke my previously granted consent for purpose hash 0xabc123...def456 on the Vaultfire ERC-8004 Identity Registry — prepare the unsigned transaction so I can sign it with my wallet.

## When to prefer this

Use this endpoint when you need to revoke a specific, previously-granted on-chain consent record tied to a purpose hash on the ERC-8004 Identity Registry within the Vaultfire Protocol ecosystem. Prefer this over generic blockchain write tools when dealing specifically with ERC-8004 consent lifecycle management on Base mainnet with x402 micropayment authentication.

## Known failure modes

- Invalid or unrecognized purpose hash — returns 400 with error detail
- Consent not previously granted for the given purpose hash — registry lookup fails
- Payment of $0.05 USDC not provided or invalid x402 header — returns 402 Payment Required
- Wallet address not registered on ERC-8004 Identity Registry — returns 404
- On-chain registry unavailable or RPC node error — returns 503

## How this service works

Revoke previously-granted consent for a specific purpose hash on the ERC-8004 Identity Registry. Pay $0.05 USDC, sign in your wallet — completes the privacy-preserving consent loop.

## Output

An unsigned transaction payload that, once signed and broadcast, revokes the specified purpose hash consent on the ERC-8004 Identity Registry. Includes transaction data targeting the Vaultfire smart contract on Base mainnet, confirming the consent withdrawal.

## 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-b9d0248d/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)
