# Wallet Intel - Wallet & Contract Safety Signal

> Wallet Intel - Wallet & Contract Safety Signal is a paid API for AI agents from wallet-intel-phi.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns safety and risk signals for a crypto wallet or smart contract address on a specified blockchain network.

## Facts

- Endpoint: GET https://wallet-intel-phi.vercel.app/api/signal
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wallet-intel-wallet-contract-safety-signal-55409d12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NBTdpAKhM6TlRysIn5MQl

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 wallet-intel-wallet-contract-safety-signal-55409d12
```

Example prompt: Can you check if this Ethereum wallet address 0xAbc123...def456 is safe to interact with — I want to know if it's flagged for any suspicious activity before I send funds.

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call risk signal for a specific crypto wallet or smart contract address across major EVM chains (Ethereum, BNB, Base, Arbitrum, Polygon, Avalanche, Optimism) without a subscription. Ideal for AI agents that need on-demand, point-in-time safety checks before executing transactions or approving smart contracts.

## Known failure modes

- Invalid or malformed address format returns an error
- Unsupported chain identifier causes a bad request
- Address not found or insufficient on-chain history may return empty or low-confidence signal
- Payment failure (insufficient USDC balance via x402) blocks the call
- Rate limiting or provider downtime returns a 5xx error

## How this service works

Pay-per-call crypto/web3 data for AI agents. USDC via x402 on Base.

## Output

A safety/risk signal object for the given blockchain address, likely including risk level, flags for suspicious behavior, contract verification status, and relevant on-chain indicators. Exact fields depend on the provider's response schema.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "eth, bnb, base, arbitrum, polygon, avax, optimism."
  },
  "address": {
   "type": "string",
   "description": "Wallet or contract address (0x...)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wallet-intel-wallet-contract-safety-signal-55409d12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wallet-intel-phi.vercel.app](https://www.zero.xyz/host/wallet-intel-phi.vercel.app/llms.txt)
