# VaultfireBatchOnboarder Batch Onboard and Bond (EIP-7702)

> VaultfireBatchOnboarder Batch Onboard and Bond (EIP-7702) is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.100000/call, status unknown (last checked 2026-09-15).

Prepares an unsigned EIP-7702 transaction for one-signature batch registration and bonding of an AI agent on Base via VaultfireBatchOnboarder.onboardAndBond()

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/batch-onboard
- Price: $0.100000/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-858fa152
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zXxMOebz2suxYehZOA_lQ

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

Example prompt: Prepare a one-signature batch onboard-and-bond transaction for my AI agent on Base using Vaultfire's BatchOnboarder so I can register it under ERC-8004 and post a bond in a single EIP-7702 tx — I'll sign it in my wallet.

## When to prefer this

Use this endpoint when you need to register an ERC-8004 AI agent identity AND post a Vaultfire bond atomically in a single EIP-7702 transaction on Base, saving gas and UX friction compared to calling register and bond as separate transactions. Prefer this over individual registration or bonding endpoints when onboarding a new agent from scratch.

## Known failure modes

- Invalid or missing agent address returns 400 with field-level error
- Malformed bond parameters cause transaction preparation failure
- Base network RPC unavailability causes 503 service error
- x402 payment header missing or invalid USDC amount returns 402 payment required
- Agent already registered may cause contract-level revert indication in response
- Insufficient bond amount specified triggers validation error

## How this service works

Tx-prepare for VaultfireBatchOnboarder.onboardAndBond() — EIP-7702 one-sig register + bond on Base. Returns unsigned transaction; caller signs in wallet.

## Output

Returns an unsigned EIP-7702 transaction object targeting VaultfireBatchOnboarder.onboardAndBond() on Base mainnet, ready for the caller to sign locally in their wallet. No on-chain state is modified until the caller signs and broadcasts.

## 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-858fa152/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)
