# Vaultfire FlourishingMetricsOracle Trust Performance Data

> Vaultfire FlourishingMetricsOracle Trust Performance Data 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 live trust oracle performance metrics for an AI agent — total attestations, average quality score, verified attestations, and task completions from FlourishingMetricsOracle.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/performance
- 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-78f30d44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SzQdxels55SZtID7yAf8N

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-78f30d44
```

Example prompt: Pull the FlourishingMetricsOracle trust performance data for the agent at 0x1234abcd — I want to see their total attestations, average quality score, verified attestations, and task completions.

## When to prefer this

Use this endpoint when you need live, oracle-sourced trust performance metrics specifically for an AI agent — including attestation counts, quality scores, and task completions from FlourishingMetricsOracle. Prefer this over general trust profile lookups when you need quantitative performance data rather than bond or registration status.

## Known failure modes

- Missing or invalid agent input — returns 400 with validation error
- Agent address not registered in FlourishingMetricsOracle — returns empty or zero metrics
- Oracle data unavailable due to chain connectivity issues — returns 503 or timeout
- x402 payment not included or insufficient — returns 402 Payment Required
- Malformed input object — returns 400 with schema error

## How this service works

Trust oracle performance data for any AI agent — total attestations, average quality score, verified attestations, and task completions. Reads FlourishingMetricsOracle live.

## Output

Returns live trust oracle performance metrics including total attestations, average quality score, verified attestation count, and task completions as read from FlourishingMetricsOracle on-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-78f30d44/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)
