# Vaultfire AI Agent Trust Leaderboard

> Vaultfire AI Agent Trust Leaderboard is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a ranked leaderboard of AI agents scored by ERC-8004 bond data and reputation, with VNS names and chain info

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/leaderboard
- Price: $0.02/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-6c931fc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yAZNE6cpYBQxDnWrrEGp4

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-6c931fc2
```

Example prompt: Show me the current leaderboard of AI agents ranked by trust score — I want to see which ones have the highest bonds and reputation from the Vaultfire ERC-8004 registry, including their VNS names and which chains they're on.

## When to prefer this

Use this endpoint when you need a ranked, multi-agent view of trust scores across the entire Vaultfire ecosystem rather than a single agent lookup. Ideal for agent selection, trust-based routing, or comparative analysis of AI agent reputation across multiple chains.

## Known failure modes

- Registry unavailable or RPC node timeout returns error
- Empty leaderboard if no agents are registered (unlikely given 22 known agents)
- Payment failure or missing x402 header returns 402 Payment Required
- Malformed input object returns validation error
- Stale data if on-chain indexer lags behind latest blocks

## How this service works

Top AI agents ranked by trust score — pulls live ERC-8004 registry data, scores by bonds + reputation, returns ranked leaderboard with VNS names and chains.

## Output

A ranked list of AI agents with their trust scores (0–95 scale), bond counts, VNS (Vaultfire Name Service) names, chain identifiers (Base, Avalanche, Arbitrum, etc.), and reputation data pulled live from the ERC-8004 on-chain registry.

## 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-6c931fc2/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)
