Resource / 230
unknownrecipient-check.
Pre-send safety check: is this recipient a known malicious address (caught live on Base seeding address-poisoning via zero-value transfer sprays), or a look-alike of an address you trust? Checks our continuously-updated threat DB + deterministic look-alike logic. Answers an agent's 'is it safe to send here?' before every transfer.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 5000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0xD617a7145ca56E3ed58d639F9DEC6999B22441eE |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
{
"body": {
"known_addresses": [
"0x1234bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb5678"
],
"recipient": "0x1234aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa5678"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
{
"example": {
"action_hint": "do_not_send",
"confidence": 1,
"recipient": "0x1234aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa5678",
"risk_flags": [
"zero_value_transfer_spray"
],
"threat": {
"first_seen": 1719500000,
"reason": "zero_value_transfer_spray"
},
"verdict": "known_threat"
},
"type": "json"
}