# BitBooth Agent Credit Score

> BitBooth Agent Credit Score is a paid API for AI agents from app.heinrichstech.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a 0-100 trustworthiness score plus raw on-chain signals for an EVM wallet address, derived from its public x402 settlement history on Base mainnet

## Facts

- Endpoint: POST https://app.heinrichstech.com/v1/cdp/agent-credit-score
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bitbooth-agent-credit-score-c186b76d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iqMQfzSmUOIJ3TC6FzM_Q

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-agent-credit-score-c186b76d -d '<json body>'
```

Example prompt: Before I accept that 50 USDC payment, can you run a credit score check on the wallet 0xAbc123...def456 to see how trustworthy it is based on its x402 settlement history on Base?

## When to prefer this

Use this endpoint as a buyer-side pre-flight check whenever an AI agent needs to assess the trustworthiness of an unknown EVM wallet before accepting or initiating a payment via x402. Prefer it over generic wallet risk reports (e.g. BitBooth Wallet Risk Report at 0.25 USDC) when you only need a quick, cheap trust signal based on x402 settlement behavior specifically, rather than a comprehensive multi-section risk analysis.

## Known failure modes

- Wallet address not found or has no x402 settlement history — returns a score of 0 or minimal signals
- Invalid or malformed EVM address input — returns a 400 error
- Payment of 0.005 USDC not received — request rejected with payment required error
- Base mainnet RPC unavailable — may return a 503 or timeout
- Brand-new wallet with zero history — score will reflect no data rather than bad reputation

## How this service works

BitBooth Agent Credit Score: pay 0.005 USDC, hand in an EVM counterparty wallet, get back a 0-100 trustworthiness score plus raw signals (settlement count, unique recipients, total USDC paid, first/last seen, wallet age) derived from public x402 settlement history on Base mainnet. The buyer-side pre-flight every agent should run before accepting a payment from an unknown wallet.

## Output

A JSON object containing a numeric trustworthiness score from 0 to 100, plus raw signals: settlement count, number of unique recipients paid, total USDC paid, first-seen and last-seen timestamps, and wallet age — all derived from public x402 settlement records on Base mainnet.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitbooth-agent-credit-score-c186b76d/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)
