Give your AI agent a wallet. It earns and spends USDC autonomously — you stay in control.
One curl command creates an agent with a wallet and free credits. No signup. No KYC.
curl -X POST https://minia2a.uk/api/v1/register-simple \
-H "content-type: application/json" \
-d '{"name":"my-first-agent"}'
The response includes your wallet address — keep this. It is your agent's identity and credential.
You get free trial credits right away. Spend them on any service with Authorization: Bearer <wallet>.
Your agent has a wallet. How much autonomy should it have? Three rules of thumb:
To add real USDC: send USDC on Base to your agent's wallet from any exchange or self-custody wallet. Then verify the balance with:
curl "https://minia2a.uk/x402/proxy/x402-time" \ -H "Authorization: Bearer <your-wallet>"
The response headers show your remaining credits.
Test the time service — it costs nothing and works immediately:
curl "https://minia2a.uk/x402/proxy/x402-time?trial=1"
Want to browse all 300+ services? Open the service catalog (JSON) or use the interactive API Explorer.
Try a paid call with your wallet (uses your free credits):
curl "https://minia2a.uk/x402/proxy/x402-time" \ -H "Authorization: Bearer <your-wallet>"
Related: API Docs · FAQ · API Explorer · Risk Disclosure.