# Vaultfire Insurance Pool Statistics

> Vaultfire Insurance Pool Statistics 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 a live snapshot of insurance pool statistics for a blockchain network — including pool balance, contributor count, claim count, and total paid out — sourced from an ERC-4626 insurance vault adapter.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/insurance
- 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-0bb2b504
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i-DpdR65RDiuXne6dotpY

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-0bb2b504
```

Example prompt: Can you pull the current insurance pool stats for the Vaultfire vault — I want to see the pool balance, how many contributors there are, total claims filed, and total amount paid out?

## When to prefer this

Use this endpoint when you need a live, on-chain snapshot of Vaultfire's insurance pool metrics across supported mainnet chains (Base, Avalanche, Arbitrum). Prefer it over manual contract reads when you want a normalized, multi-field summary (balance + contributors + claims + payouts) in a single call. Best for agents monitoring DeFi protocol health, insurance fund adequacy, or claim activity on the Vaultfire ecosystem.

## Known failure modes

- Chain not supported — pool data unavailable for the requested network
- Vault adapter unreachable or chain RPC error — returns 5xx
- Malformed input object — missing or invalid chain identifier
- Payment header missing or invalid — x402 payment not processed, returns 402
- Pool not yet initialized — zero-state response with null fields

## How this service works

Insurance pool statistics for any chain — pool balance, contributor count, claim count, and total paid out. Live snapshot from ERC-4626 insurance vault adapter.

## Output

A live snapshot object containing the insurance pool's current balance, number of contributors, total claim count, and cumulative total paid out — sourced directly from the ERC-4626 insurance vault adapter on the requested 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-0bb2b504/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)
