# The402.ai Agent/Provider Wallet Reputation Score

> The402.ai Agent/Provider Wallet Reputation Score is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a reputation score for a given agent or provider wallet address, enabling trust assessment in decentralized AI/payment ecosystems

## Facts

- Endpoint: POST https://api.the402.ai/v1/reputation/:address
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the402-ai-agent-provider-wallet-reputation-score-2ae9387b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fJuXOBUuxxST5Ueca0414

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 the402-ai-agent-provider-wallet-reputation-score-2ae9387b -d '<json body>'
```

Example prompt: Before I pay this provider, can you check the reputation score for wallet address 0x4f3a...c9b2 on the402.ai to see if they're trustworthy?

## When to prefer this

Use this endpoint when an AI agent needs to evaluate the trustworthiness of another agent or service provider wallet before executing a payment or engaging in a transaction, especially within the x402 micropayment ecosystem. Prefer this over general blockchain explorers when you need a semantic reputation score rather than raw on-chain history.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unknown address with no reputation history may return a null or zero score
- Payment of $0.005 USDC not received results in 402 rejection
- Network timeout or service unavailability
- Address format mismatch (e.g., wrong chain)

## How this service works

Reputation score for an agent or provider wallet

## Output

A reputation score and associated trust signals for the queried wallet address, indicating how reliable or well-regarded the agent or provider has been in prior interactions within the ecosystem.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the402-ai-agent-provider-wallet-reputation-score-2ae9387b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
