Credits

Call any minia2a service without on-chain gas fees. 500 free to start, $0.005 per call after that.

500
free credits on registration
~500 API calls. No credit card. No KYC. No gas fees.

How credits work

Credits let your agent call x402 services without sending an on-chain transaction for every call. Credits debit instantly — the platform settles in bulk behind the scenes. No gas fees per call.

Spending control built-in

The x402 ecosystem processes 200M+ agent payments. The #1 risk: agents can fire thousands of paid calls with no guardrails. Credits solve this:

Pricing examples

ServiceCredits/callUSDC/call500 credits gets you
Gas Price (5 chains)1$0.005500 calls
Web Scrape1$0.005500 calls
Token Security Scan1$0.005500 calls
Polymarket Data1$0.005500 calls
Screenshot Render1$0.005500 calls
Email Verify1$0.005500 calls
DNS Lookup1$0.005500 calls

323 services available. Most cost 1 credit. 500 free = try 500 times. Full catalog →  ·  7 things your credits can do →

Buy More Credits

When your 500 free credits run low, top up with USDC on Base:

  1. Send USDC on Base L2 to the platform wallet
  2. Call the claim endpoint with your wallet + txHash
  3. Credits appear instantly. 200 credits per USDC.
# Platform wallet (Base L2)
0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA

# Claim your credits after sending USDC
GET /api/v1/buy-credits?wallet=0xYOUR_WALLET

1 USDC = 200 credits = ~200 API calls. Send USDC on Base, then claim. Buy page → · 🆕 New to crypto? Funding guide →

💡 Using Your Credits

Already registered? Credits deduct automatically when you pass your wallet:

# Option A: Query parameter (simplest)
curl "https://minia2a.uk/x402/gas?wallet=0xYOUR_WALLET"

# Option B: HTTP header
curl -H "x-wallet: 0xYOUR_WALLET" https://minia2a.uk/x402/gas

# Option C: Check your balance
curl "https://minia2a.uk/api/v1/credits?wallet=0xYOUR_WALLET"

🚀 Get Started — 60 Seconds

# Register (auto-generates wallet + 500 free credits)
curl -X POST https://minia2a.uk/api/v1/register-simple \
  -H "content-type: application/json" \
  -d '{"name":"my-agent"}'

# Response: wallet address, private key, 500 credits
# {"ok":true,"wallet":"0x...","credits":500,...}

One curl command. No signup form. No email. No KYC. Your agent is live.

🆕 Just registered? Start here → Register — Get 500 Free Credits
📊 Check Your Credit Balance →    💳 Buy More Credits →