# Vaultfire Bond Distribution Request

> Vaultfire Bond Distribution Request is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Requests a distribution payout for a Vaultfire bond (partnership or accountability) on-chain, returning an unsigned transaction for wallet signing.

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/request-bond-distribution
- Price: $0.050000/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-cae32b66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oCeLlC4Op7ujCptMQfDuR

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

Example prompt: Request a distribution payout for my Vaultfire bond with ID 'partner-bond-9912' — send the unsigned transaction to my wallet 0x742d35Cc6634C0532925a3b844Bc9e7595f42bE5 on Base so I can sign it and trigger the on-chain distribution.

## When to prefer this

Use this endpoint when an agent or user needs to initiate a payout/distribution from a Vaultfire bond (either partnership or accountability type) on a supported chain (Base, Avalanche, Arbitrum, Polygon). Prefer this over generic blockchain transaction endpoints when specifically working within the Vaultfire protocol and needing the structured x402 payment flow with unsigned tx output for wallet signing.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions and accepted asset details
- Invalid or non-existent bondId returns error indicating bond not found
- Unsupported chain value returns validation error
- Wallet address not authorized for the specified bond returns authorization error
- Insufficient USDC payment amount causes payment verification failure

## How this service works

Request distribution payout for a Vaultfire bond (partnership or accountability). Pay $0.10 USDC, receive an unsigned tx, sign in your wallet to trigger the distribution flow on-chain.

## Output

Returns an unsigned transaction object that the caller must sign in their wallet to trigger the Vaultfire distribution flow on-chain. The response is a standard x402-compliant JSON payload including the unsigned tx details and a signed receipt upon successful payment.

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