# TWZRD Agent Intelligence - Quick Wash Risk & Wallet Reputation

> TWZRD Agent Intelligence - Quick Wash Risk & Wallet Reputation is a paid API for AI agents from intel.twzrd.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns seller wash risk label, fleet percentage, payer count, tier, and reputation score for a specific Solana x402 merchant wallet address.

## Facts

- Endpoint: GET https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twzrd-agent-intelligence-quick-wash-risk-wallet-reputation-43dbe404
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AuFW4LfSBhvhgcI34SYex

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 twzrd-agent-intelligence-quick-wash-risk-wallet-reputation-43dbe404
```

Example prompt: Can you quickly check the wash risk and reputation score for the Solana merchant wallet GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs before I send a payment to them?

## When to prefer this

Use this endpoint when you need a fast, low-cost (0.001 USDC) wallet reputation snapshot before authorizing a payment to a Solana x402 merchant, and you do not require a portable signed V6 receipt. If you need a cryptographically verifiable trust proof for downstream use, use GET /v1/intel/trust instead. If you only need a simple allow/warn/block signal without spending anything, use the free preflight endpoint.

## Known failure modes

- Invalid or malformed Solana public key returns an error
- Unknown wallet with no transaction history may return minimal or null scores
- Network or service downtime may result in timeout or 5xx errors
- Payment of 0.001 USDC not fulfilled triggers 402 Payment Required
- This endpoint does not return a signed V6 receipt; use /v1/intel/trust for portable proof

## How this service works

Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V6 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.

## Output

Returns a structured reputation profile including: a wash label (e.g. clean/suspicious/flagged), fleet percentage indicating coordinated or bot-like payer behavior, total unique payer count, a reputation tier, and a numeric reputation score for the queried Solana merchant wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "pathParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twzrd-agent-intelligence-quick-wash-risk-wallet-reputation-43dbe404/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.twzrd.xyz](https://www.zero.xyz/host/intel.twzrd.xyz/llms.txt)
