# VaultfireTeleporterBridge Cross-Chain State

> VaultfireTeleporterBridge Cross-Chain State is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns live cross-chain bridge state including outbound/inbound message counts, paused status, relayer count, and synced agent/bond/reputation totals from VaultfireTeleporterBridge.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/bridge
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-f3233914
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c8soxIUcGlFoJa_6oKyb-

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

Example prompt: What's the current state of the VaultfireTeleporterBridge — is it paused, how many relayers are active, and what are the outbound and inbound message counts right now?

## When to prefer this

Use this endpoint when you need a live, unified snapshot of cross-chain bridge health and agent/bond/reputation state from VaultfireTeleporterBridge specifically. Prefer it over generic blockchain RPC calls when you want pre-aggregated bridge metrics including message counts, relayer counts, and Vaultfire-specific agent totals in a single response.

## Known failure modes

- Bridge contract unreachable or RPC node down — returns error indicating data unavailability
- Invalid or unsupported chain specified — returns validation error
- Payment header missing or insufficient USDC — returns 402 Payment Required
- Bridge in paused state — data may still be returned but reflects paused=true

## How this service works

Cross-chain bridge state for any chain — outbound/inbound message counts, paused state, relayer count, and synced agent/bond/reputation totals. Reads VaultfireTeleporterBridge live.

## Output

Returns live bridge state data including outbound message count, inbound message count, paused boolean, relayer count, and synced totals for registered agents, bonds, and reputation scores as read from VaultfireTeleporterBridge on the active chain.

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