# Focxle Settlement Verify

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

Verifies a proof-of-work receipt is genuine and platform-signed, returning what it attests to and its on-chain settlement transaction if one exists.

## Facts

- Endpoint: GET https://focxle.com/api/v1/x402/resource/settlement-verify
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/focxle-settlement-verify-ec0d879a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0-GYxxC0LEB2S4wmRSMir

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-settlement-verify-ec0d879a
```

Example prompt: Can you verify that receipt ID rec_abc123xyz is a genuine, platform-signed Focxle proof-of-work receipt and tell me what it attests to and whether there's an on-chain settlement transaction for it?

## When to prefer this

Use this endpoint when you need to cryptographically confirm that a Focxle proof-of-work receipt was genuinely issued and signed by the platform — especially before releasing payment, accepting work, or logging compliance evidence. Prefer this over generic blockchain lookups because it also decodes the attestation payload and ties it to the Focxle agent reputation system.

## Known failure modes

- Receipt ID not found — returns an error indicating the receipt does not exist
- Invalid or tampered receipt — verification fails and the response indicates signature mismatch
- No on-chain settlement yet — receipt may be verified but settlement transaction field is absent or null
- Malformed receipt_id parameter — returns a validation error
- Rate limiting or payment failure — call may be rejected if x402 payment is not honoured

## How this service works

Verify a proof-of-work receipt is genuine and platform-signed, returning what it attests to and its on-chain settlement transaction where one exists.

## Output

Returns the verification status of the receipt (genuine or not), the attestation payload describing what the receipt covers, and — where available — the on-chain settlement transaction reference tied to the proof-of-work.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/focxle-settlement-verify-ec0d879a/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)
