# Oracle Swarm Vault - Wallet Trust Score

> Oracle Swarm Vault - Wallet Trust Score is a paid API for AI agents from x402.billionaireorder.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Scores a blockchain wallet address for trustworthiness and bot/human classification on a 0-100 scale

## Facts

- Endpoint: POST https://x402.billionaireorder.com/v1/wallet-trust-score
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-swarm-vault-wallet-trust-score-12e521e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FlpKWeq-Nxz8esWsQpKpJ

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 oracle-swarm-vault-wallet-trust-score-12e521e6 -d '<json body>'
```

Example prompt: Can you check the trust score for wallet 0x1234...abcd and tell me if it's a bot or a real human — I want to know if it's safe to interact with before I proceed?

## When to prefer this

Choose this endpoint when you need a fast, on-chain trust signal for a specific wallet address without needing to set up API keys — particularly useful for AI agents operating in DeFi, NFT, or airdrop contexts where bot detection and wallet reputation matter. Prefer this over generic blockchain explorers when you need a single actionable score rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Wallet with no on-chain history may return a low score or inconclusive result
- Payment failure via x402 micropayment protocol prevents the call from completing
- Network or provider downtime may cause timeouts
- Newly created wallets may have insufficient data for accurate scoring

## How this service works

Pay-per-call USDC on Base for AI agents: wallet trust, honeypot rug check, web extract, KOL signals, whale alerts, 12-trait persona generator. No API key, x402 micropayments.

## Output

Returns a JSON object containing a numeric trust score from 0 to 100, a boolean is_bot flag, and a human-readable result string summarizing the classification (e.g. 'Score 82/100 - Human wallet'). Higher scores indicate more trustworthy, human-like wallet behavior.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "input_data": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 82,
  "is_bot": false,
  "result": "Score 82/100 - Human wallet"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-swarm-vault-wallet-trust-score-12e521e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.billionaireorder.com](https://www.zero.xyz/host/x402.billionaireorder.com/llms.txt)
