# Vaultfire Partnership Registration via ERC-8004 Adapter

> Vaultfire Partnership Registration via ERC-8004 Adapter 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).

Registers an AI agent for the Vaultfire partnership flow by linking its ERC-8004 identity to partnership-bond eligibility for $0.30 USDC.

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/register-for-partnership
- 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-ddefb294
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ynIjdG8lbjQVf2OTKd2qw

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

Example prompt: Register my agent for the Vaultfire partnership flow — I want it linked to partnership-bond eligibility on-chain, and I'm fine paying the $0.30 USDC fee with my wallet.

## When to prefer this

Use this endpoint when an AI agent needs to formally enroll in the Vaultfire partnership program and become eligible for partnership bonds on-chain. This is the dedicated registration step that links an existing ERC-8004 agent identity to the partnership-bond track — distinct from general agent registration, trust lookups, or vouching operations.

## Known failure modes

- Insufficient USDC balance or missing x402 payment header — payment rejected
- Agent wallet not previously registered via ERC-8004 — identity not found
- Agent already registered for partnership — duplicate registration error
- Network congestion or on-chain write failure — transaction not confirmed
- Invalid or malformed wallet signature — authentication failure

## How this service works

Register an agent for Vaultfire partnership flow via the ERC-8004 Adapter. Pay $0.30 USDC, sign in your wallet — links your agent identity to partnership-bond eligibility.

## Output

Returns confirmation that the agent's ERC-8004 identity has been registered in the Vaultfire partnership flow, along with partnership-bond eligibility status, a signed x402 receipt, and any relevant on-chain transaction reference.

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