Agent receives NFT from a sanctioned artist
What happens when an AI agent accepts an NFT from a creator on the SDN List, the sanctions risk, and the control.
TL;DR
TL;DR: Receiving an NFT from a sanctioned artist is a transaction with a blocked person, exposing the agent's operator to strict-liability sanctions risk. Screen the sender before accepting, and decline flagged transfers.
What happens
An agent is configured to receive artwork and mints or accepts an NFT from a creator. If that creator is on the SDN List, the transfer is a transaction with a blocked person. Because sanctions apply to receiving as well as sending, the agent's operator inherits the exposure the moment the token changes hands. The agent is not the accountable party; the operator is.
The risk
OFAC enforces under strict liability, so intent is not required, and civil penalties start at $356,000 per violation. The 50 Percent Rule also blocks entities 50% or more owned by a blocked person, so an NFT tied to a sanctioned owner is blocked even when the wallet that sends it looks unrelated.
The control
Screen the sender's wallet before accepting. agentmail checks an address against 947 OFAC-listed crypto wallets in one call under 100 ms, returning ALLOW for a clean sender and BLOCK for a flagged one. Route the decision through SCREEN, SCORE, STOP, STAMP, so a flagged transfer halts at STOP, and use dispute_open to open a documented review when ownership is unclear rather than accepting first and asking later.