AI agents are becoming economic actors. They pay for API calls, buy compute, settle invoices, and trade with other agents. Blox Agent Pay is the financial infrastructure for autonomous intelligence — wallets, budgets, policies, and instant settlement via digital assets.
By 2027, autonomous AI agents will collectively manage billions in transactions. We have already built the wallets, budgets, and policy engines they need.
A runaway agent burned $50K overnight on GPU compute because nobody set a limit. Blox Agent Pay is the enforcement layer between 'the agent wants to spend' and 'money actually moves.' Every payment evaluated against policies in milliseconds.
AI agents transact at $0.002/API call, $0.001/second for compute. Traditional payment platforms can't handle millions of sub-cent transactions. Metered billing and streaming payments solve this at machine scale.
When Agent A needs to pay Agent B, there's no infrastructure for that. No credit card, no bank account, no human in the loop. Blox enables direct agent-to-agent settlement creating an entirely new economic layer.
When regulators ask 'Who authorized this agent? What are its limits? Show me the audit trail?' — you need an answer. KYA (Know Your Agent) provides declared purpose, risk category, and full audit trail.
A human configures these once. The agent operates independently forever.
Custodial multi-currency digital asset wallets with real-time balance tracking, atomic holds, immutable transaction ledger, and source screening on funding. USDC, ETH, BTC, and 150+ currencies.
Hard spending limits enforced in real-time. Per transaction, daily, weekly, monthly, and total lifetime. Alert thresholds at 50%, 80%, 90%. Auto-pause when exhausted. Auto-reset on period boundaries.
10 policy types governing every payment. Spending limits, velocity controls, counterparty whitelists, geo-restrictions, time schedules, amount thresholds, and human-in-the-loop approval workflows.
Payment types designed for how AI agents actually spend — at machine speed, machine scale, with digital assets.
One-time digital asset payments with full policy evaluation. Every transaction passes through the policy engine. Supports WALLET, BANK, CRYPTO, STABLECOIN, and CARD methods. Idempotency keys prevent duplicates.
Direct wallet-to-wallet transfers between AI agents. No human intermediary. Both sides have wallets, both sides have policies, settlement is instant. This creates a new economic layer — an agent economy.
Continuous per-second billing with automatic budget caps. $0.01/sec for GPU compute — platform stops the stream when the budget is exhausted. 60-second tick cycle. Active stream monitoring.
Usage records accumulate (1,000 LLM calls at $0.003 each) and settle against the wallet in a single $3.00 batch debit. Sub-cent precision. Unbilled usage tracking and manual billing triggers.
152 currency pairs via the Blox FX engine. Quote generation with time-limited rate locking, 0.5% spread, and full conversion history. Rate refresh every 5 minutes from multiple sources.
Group transactions for batch settlement to BANK, CRYPTO, or STABLECOIN destinations. 0.1% settlement fee. Express and standard modes. Pluggable provider system with reference tracking.
from bloxagentpay import AgentPay
# Create agent with digital asset wallet + budget
agent = AgentPay.create(
name="data-marketplace-buyer",
budget={"daily": 200, "per_tx": 25},
currency="USDC",
policies=["counterparty_whitelist", "velocity_limit"]
)
# Agent autonomously purchases datasets
payment = agent.pay("agent:data-provider-42", 12.50)
# Stream payment for GPU compute
stream = agent.stream(rate="$0.01/sec", cap=50)
# Metered billing for API usage
agent.meter("openai-calls", qty=1000, rate=0.003)Three layers of autonomous defense prevent agents from going rogue with your digital assets.
Wallet screening against 11 integrated threat intelligence sources via the Blox compliance engine. Circuit breaker fails closed — if screening is unavailable, payments are blocked, not approved.
Real-time threat scoring (0-100) per request with behavioral baselines stored in Redis. 5-minute sweep jobs detect attack patterns: policy violators, velocity spikes, brute force attempts.
AI-driven continuous improvement running every 15 minutes. Automatically runs test suites (unit, integration, MCP, security), analyzes results, and proposes policy enhancements with human approval required.
Full developer portal, SDKs, MCP protocol, and three AI-powered operational brains running in the background.
Web dashboard with agent management, wallet tracking, payment history, policy configuration, budget monitoring, approval queue, webhook management, and interactive demos running real API calls.
Model Context Protocol integration for Claude Desktop, Cursor, and custom agents. 9 tools exposed: list/get agents, budgets, payments, create payment, screen addresses, list blacklists and quarantine. All mutations force human approval.
Sales Brain scores and nurtures leads every 30 min. Onboarding Brain detects stalled developers every 10 min and auto-nudges. Ops Brain monitors system health every 5 min with auto-incident detection and resolution.
Native HTTP 402 Payment Required protocol with challenge-response flow. UCP manifest at /.well-known/ucp-manifest.json for auto-discovery by AI agents. Supports stablecoin, card, and wire proof types.
Traditional payment platforms were designed for humans clicking buttons. Agent Pay was designed for machines moving money autonomously.
Each template includes wallet setup, budget policies, and working integration code. Fork one, customize, deploy.
Track and control spending across OpenAI, Anthropic, and other LLM providers with per-model budgets
Auto-purchase GPU time from compute marketplaces with streaming payments and budget caps
Autonomously purchase datasets and APIs with metered billing and counterparty whitelists
Manage recurring SaaS payments with velocity controls and approval workflows
Agent-facilitated cross-border digital asset transfers with FX conversion across 152 pairs
Automated treasury management with rebalancing triggers and yield optimization
Scheduled vendor payments with budget tracking, approval workflows, and counterparty management
Distribute sub-cent payments to thousands of workers with metered billing and batch settlement
REST API with HMAC signing, Python and TypeScript SDKs, MCP protocol for Claude and Cursor, webhook events, and peer-to-peer sync.
Webhook events include agent lifecycle, payment flow, wallet operations, budget alerts, metering batches, streaming state, and settlement completion. HMAC-SHA256 signature verification on every delivery.
Built on Blox production infrastructure: proprietary payment rails, MPC custody, 152-currency FX engine, and instant settlement. Backed by 10+ years of regulated fintech operations. Every competitor starts from zero.
The wallet + budget + rules concept does not exist anywhere. No platform has agent identity (KYA). No platform has autonomous budget enforcement. No one offers policy-gated payments with human-in-the-loop designed for AI.
Per-second streaming, sub-cent metered billing, agent-to-agent transfers, and real-time budget enforcement. These payment patterns do not exist in traditional fintech. They are purpose-built for the agent economy.
Give your AI agents their own digital asset wallets today. Free tier includes 1,000 transactions/month. pip install bloxagentpay.
No credit card required. Python SDK installs in 10 seconds.