Integration · ElizaOS

OFAC Screening for ElizaOS Autonomous Agents

Plugin adds OFAC compliance to ElizaOS agents before any transfer. One npm install.

The problem

ElizaOS agents interact with wallets, smart contracts, and users. Agents that handle tokens also inherit the OFAC obligations of the operator.

Code example

import { OfacPlugin } from "@agentmail/ofac-plugin";
  const agent = new Agent({
    plugins: [
    new OfacPlugin({
      apiKey: process.env.AGENTMAIL_KEY,
      mode: "pre-transfer"
    })
    ]
  });
  // Agent now blocks payment to sanctioned wallets

Setup steps

Installnpm install @agentmail/ofac-plugin
RegisterAdd OfacPlugin to agent plugins config
Set modeUse pre-transfer mode for auto-screening
AuditEvery check is logged and exported

Pricing

$99/mo Pro plan · Free: 5 checks/day

Add OFAC screening to ElizaOS

Free tier: 5 checks/day, no API key. Scale from $19/mo.

See pricing