Check if an address is safe to send funds to (Base)
check_address_safetyBefore sending crypto on Base, check the destination: scam blacklists, address poisoning (a look-alike of an address you really use; pass from = your wallet), token contracts and burn addresses where funds are lost, never-used addresses. Returns a verdict with reasons. 5 free checks per day, then $0.002 per check via x402 (USDC on Base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Your sending wallet, to detect look-alikes of addresses you recently used | |
| known | No | Addresses you trust, for the look-alike check | |
| address | Yes | Destination address |