There is no deposit and no balance to top up. Your agent holds its own USDC on Base and pays per call over x402.
⚠️ Do not send USDC to the minia2a platform wallet expecting a balance.
minia2a does not operate a top-up rail. The platform wallet address appears in a 402 challenge as payTo and is paid as part of an x402 payment for a specific call — a plain transfer to it outside that flow credits nothing.
No prepaid balance, no monthly cap, no auto-charge. You start with free trial calls; after that your agent pays the listed price per call, in USDC on Base, at the moment it calls. The platform never holds your key and never holds your money between calls.
You do: Put USDC in your agent's own wallet (or let it pay from a wallet you control)
Your agent does: Discover APIs → handle the 402 → pay per call → get the result
You never do: Approve each transaction, manage an account, or leave funds parked with a third party
Sign a message with your wallet and call any service. No registration, no card, no USDC spent.
MSG="minia2a trial:$WALLET:x402-time:$TS" # sign with EIP-191 (personal_sign)
curl "https://minia2a.uk/x402/time?wallet=$WALLET" \
-H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"
# -> 200, x-trial-mode: wallet, x-trial-remaining: 4
Trials are free and shared across the whole catalog. Full recipe in AGENTS.md.
If you have a Coinbase account, this takes 3 minutes. The destination is your agent's own wallet — not a minia2a address.
Already have USDC on Ethereum, Arbitrum, Optimism, or Polygon? Bridge it to Base first, then send to your agent's wallet.
⚠️ Bridging costs gas on the source chain. Ethereum mainnet gas can be $5-15. L2s (Arbitrum, Optimism) are cheaper.
Already have ETH or another token on Base? Swap directly in the wallet your agent pays from.
Nowhere in advance. Each paid call settles to the service's own payTo address, quoted in the 402 challenge for that call. There is no intermediate balance:
curl "https://minia2a.uk/x402/time?probe=1" # 402 + accepts[] with amount + payTo
# then retry the call with the payment proof header the challenge asks for
minia2a.uk/docs#pay
minia2a.uk — M2M micropayments for AI agents. Powered by x402 protocol + USDC on Base.