# Vaultfire Composite Trust Profile (Street Cred Analytics)

> Vaultfire Composite Trust Profile (Street Cred Analytics) is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a full composite trust snapshot for any AI agent including Street Cred score (0–95), tier classification, ERC-8004 identity flags, bond counts, and reputation data in a single paid call.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/analytics
- Price: $0.05/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-ad62385a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aa1-x1cy8Hn7trHyA2ibq

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

Example prompt: Pull the full Vaultfire Street Cred trust analytics for agent address 0x4f3a...B2c1 — I need the composite score out of 95, the tier, ERC-8004 flags, and bond count before I decide whether to work with them.

## When to prefer this

Use this endpoint when you need the highest-signal, all-in-one trust assessment for an AI agent in a single call — combining Street Cred score, tier, ERC-8004 flags, and bond counts. Prefer this over the basic trust lookup endpoint when you want the full composite snapshot rather than individual fields, or when you need the reputation data for downstream trust-gating decisions.

## Known failure modes

- Unknown or unregistered agent address returns empty or null profile
- Invalid agent identifier format returns a 400-level error
- Payment not included or malformed x402 header returns 402 Payment Required
- Agent registered on unsupported chain returns partial or missing data
- Network timeout on on-chain data fetch returns 503 or partial response

## How this service works

Composite trust profile for any AI agent — Street Cred score (0-95) with tier, ERC-8004 identity flags, bond counts, and full reputation snapshot in one paid call. Highest-signal endpoint.

## Output

A composite trust profile object containing: Street Cred score (integer 0–95), trust tier label, ERC-8004 identity registration flags, bond count, and a full reputation snapshot aggregated from on-chain Vaultfire data across supported mainnets.

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