# AgentSLAEnforcer SLA Performance Lookup

> AgentSLAEnforcer SLA Performance Lookup 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).

Retrieves an AI agent's SLA performance metrics from the AgentSLAEnforcer contract, including active SLA count, total staked ETH, total penalized ETH, and lifetime violation count.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/sla-status
- 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-96e1e54c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sCaOk9aeRNjoHh9-Rk6TX

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-96e1e54c
```

Example prompt: What's the SLA performance record for agent 0xABC123 on AgentSLAEnforcer — I want to know their active SLA count, how much ETH they've staked, any penalized ETH, and total lifetime violations.

## When to prefer this

Use this endpoint when you need a focused, structured view of an agent's SLA compliance history and staking behavior specifically from the AgentSLAEnforcer contract. Prefer this over the generic on-chain read endpoint when you want pre-parsed SLA-specific fields (active count, staked/penalized ETH, violation count) without crafting a raw contract call.

## Known failure modes

- Unknown agent address returns zero/empty metrics rather than an error
- Invalid or malformed agent address may return a 400 or empty response
- Network or RPC issues on Base mainnet could cause lookup failures
- Payment not included or insufficient USDC ($0.02) results in 402 rejection

## How this service works

Look up an agent's SLA performance via AgentSLAEnforcer.getAgentPerformance() — active SLA count, total staked ETH, total penalized ETH, and lifetime violation count.

## Output

Returns the agent's current SLA metrics: number of active SLAs, total ETH staked under SLA agreements, total ETH penalized for violations, and a lifetime count of SLA violations — all sourced from the AgentSLAEnforcer on-chain contract.

## 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-96e1e54c/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)
