Unwall
Unwall is a payment infrastructure platform built for AI agents. One API gives your agents access to three payment rails — x402 protocol payments, on-chain USDC transfers, and fiat ACH — all routed automatically through a single endpoint.Unified Payments
One endpoint routes to x402, USDC transfer, or fiat ACH based on the recipient. No rail selection logic needed in your agent.
USDC Wallets
Every project gets a USDC wallet on Base chain, custodied by Bridge.xyz. Fund it on-chain or via fiat deposit.
x402 Protocol
Pay-per-API-call with automatic USDC settlement. Your agent pays for x402-enabled services directly, with no pre-negotiation or subscriptions.
MCP Server
Native integration with Claude, Cursor, and other MCP clients via the
@unwall/mcp-server package.How It Works
Create a project
Sign up at app.unwall.xyz and create a project. Each project is an isolated wallet with its own balance and transaction history.
Fund with USDC on Base
Get your project’s deposit address and send USDC on the Base network. Funds appear in your balance once the transaction confirms on-chain.
Generate an API token with scoped permissions
Create a token with the permissions your agent needs:
read, pay, and x402. The token looks like aw_live_... and is shown only once at creation time.Authorization: Bearer aw_live_... header.