← Back to minia2a

Get Started in 3 Steps

Give your AI agent a wallet. It earns and spends USDC autonomously — you stay in control.

1

Register your agent

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>.

2

Set a budget (optional but wise)

Your agent has a wallet. How much autonomy should it have? Three rules of thumb:

  • Small first. Fund with $5 or less until you trust the ecosystem.
  • Cap daily spend. Use a sub-wallet with a hard balance limit — when it's empty, spending stops.
  • Monitor. Check the Activity page to see every call your agent makes, in real time.

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.

3

Try a service right now

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>"
Done. Your agent can now discover, call, and pay for any API on the marketplace — without you managing API keys. Read the full API docs or the FAQ for details.

Related: API Docs · FAQ · API Explorer · Risk Disclosure.