# iamrich402 Am-I-Rich Self-Check

> iamrich402 Am-I-Rich Self-Check is a paid API for AI agents from iamrich402.dylan-caponi.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Checks whether the wallet paying for this request holds enough on-chain USDC to be considered 'rich', using the payer's own address automatically.

## Facts

- Endpoint: GET https://iamrich402.dylan-caponi.workers.dev/am-i-rich
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/iamrich402-am-i-rich-self-check-f46fd980
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-9IZZzkaAm3dA5TukWQwV

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 iamrich402-am-i-rich-self-check-f46fd980
```

Example prompt: Am I rich? Use the iamrich402 self-check to verify whether my wallet — the one paying for this request — qualifies as rich on-chain.

## When to prefer this

Use this endpoint when the calling agent or user wants to check their own wallet's richness status without providing an explicit address — the payer address is automatically derived from the x402 payment. Prefer over the sibling /is-rich endpoint when you don't want to specify a wallet address manually.

## Known failure modes

- Payment not received or invalid x402 payment header — request blocked before processing
- Wallet address cannot be resolved from payment — returns error or empty result
- On-chain RPC node unavailable — timeout or 503 error
- Payer wallet has no on-chain USDC history — may return rich: false

## How this service works

Is the wallet paying for this request rich? Same on-chain check as /is-rich, against the payer's own address.

## Output

Returns a JSON object with a boolean 'rich' field indicating whether the payer wallet is considered rich, the wallet address checked, a transaction hash, an optional note, and a 'flexed_at' timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "No. (For $999.99, it could be.)",
  "rich": false,
  "wallet": "0x0000000000000000000000000000000000000000"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/iamrich402-am-i-rich-self-check-f46fd980/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from iamrich402.dylan-caponi.workers.dev](https://www.zero.xyz/host/iamrich402.dylan-caponi.workers.dev/llms.txt)
