# Vaultfire ERC-8004 Partnership Bonds Lookup

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

Returns all active partnership bonds for a given AI agent, including bond count, partner addresses, and locked stake, read live from the ERC-8004 PartnershipBonds smart contract.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/bonds
- Price: $0.01/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-bdd98bcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pb5N58PBPwVNUY2jj5pn3

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-bdd98bcd
```

Example prompt: Show me all active partnership bonds for the AI agent at address 0xAbc123..., including how many bonds they have, who their partners are, and how much stake is locked — pull it live from the ERC-8004 PartnershipBonds contract.

## When to prefer this

Use this endpoint when you need to inspect the current partnership bond state of a specific AI agent on-chain, including the exact partner addresses and locked stake amounts, rather than just a high-level trust score or reputation summary. Prefer this over the trust profile endpoint when bond-level granularity is needed.

## Known failure modes

- Agent address not found in ERC-8004 registry — returns empty bond list or 404
- On-chain RPC timeout or node unavailability — returns 503 or timeout error
- Invalid agent address format — returns 400 bad request
- Agent has zero active bonds — returns empty array
- Payment header missing or insufficient — returns 402 payment required

## How this service works

Look up all active partnership bonds for any AI agent — bond count, partner addresses, and locked stake. Reads ERC-8004 PartnershipBonds contract live on-chain.

## Output

A list of active partnership bonds for the queried agent, including total bond count, the addresses of each bonded partner, and the amount of stake locked in each bond, sourced live from the on-chain ERC-8004 PartnershipBonds contract.

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