# BitBooth Wallet Risk Report

> BitBooth Wallet Risk Report is a paid API for AI agents from app.heinrichstech.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Pays 0.25 USDC to submit an EVM wallet address and receive a multi-section risk assessment covering gas/USDC hygiene, x402 settlement history, and an overall risk grade with recommendations.

## Facts

- Endpoint: POST https://app.heinrichstech.com/v1/cdp/wallet-risk-report
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bitbooth-wallet-risk-report-e5363a9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DHlJM_q9XPdXfVXpccqQB

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 bitbooth-wallet-risk-report-e5363a9d -d '<json body>'
```

Example prompt: Can you run a full wallet risk report on 0xAbc123...def for me — I want the risk grade, gas and USDC hygiene on Base, and their x402 settlement history before I send them any funds?

## When to prefer this

Choose this endpoint when you need a single orchestrated risk summary for an EVM wallet on Base mainnet instead of manually sequencing separate wallet-doctor, credit-score, and approval-safety calls. Ideal for pre-payment due diligence, agent-to-agent trust scoring, or any workflow where you need a fast, consolidated risk grade with recommendations in one round-trip.

## Known failure modes

- Invalid or malformed EVM wallet address returns a 400 error
- Insufficient USDC balance or failed x402 payment returns a 402 Payment Required
- Wallet has no on-chain history — report may return sparse or low-confidence scores
- Base mainnet RPC timeout causes partial or delayed results
- Approval-safety section is deferred (ships in slice-2) so full token approval scan is not included in current response

## How this service works

BitBooth Wallet Risk Report: pay 0.25 USDC, hand in an EVM wallet, get back a packaged multi-section risk assessment composing wallet-doctor (gas + USDC hygiene on Base mainnet), agent-credit-score (x402 settlement history), and a deferred approval-safety summary (full approval scan ships in slice-2). Includes an overall risk grade (low|medium|high) and aggregated recommendations — the orchestration the agent would otherwise sequence by hand.

## Output

Returns a structured JSON report with: an overall risk grade (low, medium, or high), a wallet-doctor section covering gas and USDC hygiene on Base mainnet, an agent-credit-score section based on x402 settlement history, and a deferred approval-safety summary. Also includes aggregated human-readable recommendations.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitbooth-wallet-risk-report-e5363a9d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.heinrichstech.com](https://www.zero.xyz/host/app.heinrichstech.com/llms.txt)
