Check an address before sending it funds
check_address_riskScreen any EVM address on Base before sending funds. Get a risk verdict (safe, caution, danger) with score and reasons to decide if it's safe to interact.
Instructions
Screen an EVM address on Base before sending it money or interacting with it. Returns Verdix's verdict JSON unchanged: verdict (safe | caution | danger), risk_score (0-100), reasons, checked, tier, price_usd, as_of. 'danger' means sanctioned, a known scam/exploit/phishing address, an address-poisoning lookalike, a burn address or similar - do not send funds. 'caution' means not enough evidence to call it safe (new, unverified, or a data source was unavailable) - confirm with the user first. PAID: each call costs USDC on Base via x402, paid from the wallet configured in this server (VERDIX_PRIVATE_KEY), never more than VERDIX_MAX_PRICE_USD. Tiers: quick ($0.02), standard ($0.10, default), deep ($0.50); call get_pricing for current prices. A 503 answer (data unavailable) is not charged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Analysis depth and price: quick ($0.02), standard ($0.10), deep ($0.50) | standard |
| address | Yes | The EVM address to check (the recipient, contract or counterparty) |