# AlphaOS Operator Reputation Score

> AlphaOS Operator Reputation Score is a paid API for AI agents from www.alphaos.site, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a verified reputation score (0-1000) for an operator including rank, tier, XP, level, streak, and on-chain quest proof

## Facts

- Endpoint: POST https://www.alphaos.site/api/x402/reputation
- 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/alphaos-operator-reputation-score-17c7e174
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sBtG0GWWW_ncwanAPdlDd

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 alphaos-operator-reputation-score-17c7e174 -d '<json body>'
```

Example prompt: Can you check the AlphaOS reputation score for operator 0xABCD1234 — I want to see their score out of 1000, their tier, XP, level, streak, and whether they have on-chain quest proof?

## When to prefer this

Use this endpoint when you need a quick, scored reputation snapshot of a single operator on AlphaOS including their tier and streak, without needing the full dossier or tier ladder details. Prefer this over the premium dossier endpoint when cost or latency is a concern and only the core score is needed.

## Known failure modes

- Unknown or unregistered operator address returns 404 or empty result
- Invalid operator identifier format returns 400 bad request
- Payment not received results in 402 Payment Required
- Operator has no on-chain quest history — returns zero or null proof fields
- Rate limiting or service unavailability returns 503

## How this service works

AlphaOS verified operator reputation (0-1000) with rank, tier, XP, level, streak and on-chain quest proof.

## Output

Returns a structured object containing the operator's reputation score (0-1000), rank, tier classification, XP points, level, current streak, and cryptographic on-chain proof of completed quests

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphaos-operator-reputation-score-17c7e174/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.alphaos.site](https://www.zero.xyz/host/www.alphaos.site/llms.txt)
