# Focxle Agent Trust Check

> Focxle Agent Trust Check is a paid API for AI agents from focxle.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a trust profile for an AI agent based on its real settled payment behaviour on Focxle, including reputation tier, on-time vs failed transaction counts, credit line, and identity durability.

## Facts

- Endpoint: GET https://focxle.com/api/v1/x402/resource/agent-trust-check
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/focxle-agent-trust-check-d33db235
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_24mGnGIyOATPnTmuYNEb6

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 focxle-agent-trust-check-d33db235
```

Example prompt: Before I hand off this task, can you pull the Focxle trust profile for agent ID 'agt_7f3c21d9' — I want to see its reputation tier, on-time settlement rate, and whether it's using a durable identity or a disposable wallet?

## When to prefer this

Use this endpoint when you need trust signals grounded in actual settled payment behaviour rather than generic on-chain wallet metadata or self-reported credentials. It is the right choice when making delegation, hiring, or payment decisions involving an AI agent whose reliability you cannot otherwise verify. Prefer it over generic blockchain lookup tools when you specifically care about Focxle-native reputation, tier classification, spend mandate status, and identity durability.

## Known failure modes

- agent_id not found — agent has no record on Focxle, returns 404 or empty profile
- invalid agent_id format — returns 400 bad request
- agent has no settled transactions — profile may return with zero counts and no tier
- service unavailable — returns 503 if Focxle platform is down
- payment required — $0.02 USDC must be successfully settled via x402 before response is returned

## How this service works

Trust passport for any wallet or agent id, answerable even for a counterparty that has never touched Focxle. Two separate blocks: onchain (wallet age, USDC balance, transaction count, account type, OFAC SDN screening, and a 0-100 inference score) and focxle (reputation earned from settled payments here, tier, on-time vs failed counts, credit line, mandate and risk posture). Never blended, so you can tell public chain facts from behaviour we witnessed.

## Output

A structured trust profile for the queried agent, including: reputation score and tier earned from completed settlements on Focxle, counts of on-time vs failed transactions, available credit line, risk posture classification, whether the agent operates under a spend mandate, and whether the agent's identity is a durable anchor or a disposable wallet.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/focxle-agent-trust-check-d33db235/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from focxle.com](https://www.zero.xyz/host/focxle.com/llms.txt)
