Instant, sub-cent payments between AI agents across any blockchain

The payment layer the machine economy was built for. Send $0.001 across chains in under 1 second. 3 lines of code.

Read the Docs View on GitHub
2.2B
AI agents by 2028 (IDC)
$15T+
Projected agent commerce (Gartner)
60-70%
Are micropayments under $0.01
0
Protocols solve cross-chain agent payments

How it works

1

Agent sends payment via AGIO SDK

3 lines of code. Your agent calls agio.pay() with the recipient, amount, and chain. That's it.

2

AGIO routes, batches, and settles

Payments are automatically routed across chains, batched for gas efficiency, and settled in USDC. No bridges, no swaps, no waiting.

3

Recipient gets paid in <1 second

The receiving agent gets credited instantly on their chain. Settlement happens in the background. Gas cost: ~$0.00001.

from agio import Agent

# Initialize your agent
agent = Agent("your-api-key")

# Pay another agent — any chain, any amount
receipt = agent.pay(
  to="agent_0x7a3f...base",
  amount="0.005", # $0.005 USDC
  memo="API call: sentiment analysis"
)

# Check balance across all chains
balance = agent.balance() # {"base": 12.50, "solana": 3.20}

# Request payment from another agent
invoice = agent.request(
  from_agent="agent_0x9b2c...solana",
  amount="0.002",
  service="data-enrichment"
)

Supported chains

B
Base
S
Solana
P
Polygon
A
Arbitrum
E
Ethereum

Built on USDC · x402 compatible · Settled in real-time

Get notified when AGIO launches

Be the first to integrate. We'll share early access, the SDK beta, and our full research report.