Step 1: Create an Account
- Go to app.unwall.xyz and sign up.
- Complete identity verification (KYC).
- Create your first project — give it a name like “My Agent” and optionally set a budget limit.
Each project is an isolated wallet with its own USDC balance, transaction history, and API tokens.
Step 2: Get Your API Token
From your project’s dashboard page:- Navigate to Tokens and click Create Token.
- Select the permissions your agent needs:
read,pay, andx402. - Copy the token immediately — it starts with
aw_live_and is only displayed once.
Step 3: Fund Your Wallet
Get your project’s USDC deposit address:Response
Step 4: Make Your First API Call
Check your balance
Response
Send a payment via x402
Use the unified/v1/pay endpoint. When the recipient is an x402-enabled URL, Unwall automatically routes via the x402 protocol.
Response
Step 5: Set Up MCP (Optional)
If you use Claude Desktop, Cursor, or another MCP-compatible client, you can give your AI assistant direct access to Unwall tools. Add the following to your Claude Desktop configuration (claude_desktop_config.json):
get_balance, send_payment, send_usdc, x402_pay, and more.
What’s Next?
Authentication
Learn about token permissions, rate limits, and security best practices.
Unified Pay Endpoint
Deep dive into the POST /v1/pay endpoint and its routing logic.
x402 Payments
Understand how x402 protocol payments work under the hood.
MCP Server Guide
Full setup guide for the MCP server with all available tools.