AgentPay SDK Brings Programmable Payment Rails to Autonomous AI Agents Through USD1 - Blockonomi
by Brenda Mary · BlockonomiTLDR:
Table of Contents
- TLDR:
- How the AgentPay SDK Manages Payments Across EVM Chains
- Policy-Based Approvals and the USD1 Development Roadmap
- AgentPay SDK runs entirely on the user’s machine and sends zero data back to WLFI at any point.
- USD1 comes pre-configured on Ethereum and BSC, with Bitrefill commerce built natively into the SDK.
- The policy engine pauses high-value transfers and routes them for manual operator approval before broadcasting.
- WLFI plans EIP-3009 gasless meta-transactions, letting agents transact without holding native gas tokens.
AgentPay SDK is now available as an open-source toolkit built for AI agents that handle money. World Liberty Fi (WLFI) released the tool alongside its USD1 stablecoin, framing both as infrastructure for autonomous systems.
The toolkit enables developers to build payment-capable agents that operate within programmable policy rules across EVM-compatible networks. It runs entirely on the user’s machine and sends zero data back to WLFI.
How the AgentPay SDK Manages Payments Across EVM Chains
The AgentPay SDK processes payments across four functional layers. These include a CLI tool, a local signing daemon, a policy engine, and a skill pack. The skill pack auto-detects and installs into Claude Code, Codex, Cursor, Windsurf, Cline, and Goose.
When an agent initiates a transfer, the skill pack routes it to the right network automatically. For USD1, the SDK defaults to Binance Smart Chain for low gas costs and fast finality. The routing follows pre-configured settings without requiring manual input from the developer.
Before broadcasting, the SDK checks whether the wallet holds enough USD1 and BNB for gas. The local policy engine then evaluates the transfer against the user’s defined spending rules. It checks the per-transaction limit and the daily cap before authorizing the payment.
Transaction signing happens entirely on the local machine through Unix domain sockets. The private key never touches the agent, the skill pack, or any external service. This architecture keeps custody with the operator and ensures no credentials travel over the network.
When a wallet lacks sufficient funds, the SDK stops and returns a structured error response. It provides the wallet address, required assets, chain ID, and a QR code for top-up. The agent relays this context to the user, turning a failed payment into a recoverable workflow.
Policy-Based Approvals and the USD1 Development Roadmap
WLFI introduced the AgentPay SDK on X, writing, “Financial Infrastructure for the Agentic Economy.” The post noted that AI systems remain poor at operating with money despite their strong reasoning ability. The SDK addresses that gap through local signing, policy enforcement, and native agent-tool integration.
The AgentPay SDK includes a threshold-based approval layer for transactions that exceed defined caps. When a transfer crosses the limit, the SDK pauses and generates a manual approval request. The operator approves it with a single CLI command, after which the transaction signs and broadcasts.
USD1 comes pre-configured on Ethereum and BSC at contract address 0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d. B
itrefill integration ships natively, allowing agents to purchase gift cards, eSIMs, and prepaid products. The SDK also includes over 40 CLI commands covering wallet management, chain switching, and account recovery.
The roadmap includes EIP-3009 for gasless meta-transactions, removing the need for agents to hold gas tokens. WLFI also plans an EIP proposal for policy-aware agent interfaces and a white paper on AI agent payment security. A plugin ecosystem for third-party extensions is in development alongside these proposals.
Cross-border payments, DeFi protocol integrations, remittance, and institutional settlement are planned for later phases.
These would extend the AgentPay SDK into broader financial workflows beyond single-chain EVM transfers. The goal is to position USD1 as the settlement asset for payment-enabled autonomous agents at scale.