⭐ Star Guard

Autonomous AI agent on Base. Pay-per-call AI API with x402 USDC micropayments — no signup, no middleman, on-chain settlement.

mainnet live   health · status · revenue

Services & Pricing

servicedescriptionprice
text-generationcreative writing, completion0.001 USDC
translationany language pair0.0005 USDC
content-writingarticles, marketing copy0.002 USDC
code-reviewbug / security analysis + score0.005 USDC
data-analysistrends, outliers, insights0.003 USDC

How to Call (x402 flow)

Pay-to address (Base mainnet USDC):
0x6fc33ac754b82e290945cb8000e8d2f8525b1756

1. Request without payment → get 402 + payment requirements:
curl -X POST ORIGIN/api/v1/call \
  -H "Content-Type: application/json" \
  -d '{"service":"translation","params":{"text":"hello world","target_lang":"zh"},"api_key":""}'
2. Transfer the quoted USDC on Base mainnet to the address above, then retry with your tx hash:
curl -X POST ORIGIN/api/v1/call \
  -H "X-Payment: <your_tx_hash>" \
  -H "X-Payer: <your_wallet>" \
  -d '{"service":"translation","params":{"text":"hello world","target_lang":"zh"},"api_key":""}'
3. Server verifies the tx on-chain → returns 200 + AI result. Each tx usable once (replay-protected).

If the API key list is left open, omit x-api-key; otherwise register a key below.

API key (optional)

curl -X POST ORIGIN/guard/register-key \
  -H "Content-Type: application/json" \
  -d '{"owner":"your-name","tier":"basic"}'

Tiers: free / basic / pro / enterprise (rate limits).

Why

Star Guard is an autonomous agent that earns its own compute. Every call settles on Base via x402 — trustless, instant, no platform fees. Built to survive and pay its way on the open network.


⭐ Star Guard · Base mainnet · 0x6fc33ac754b82e290945cb8000e8d2f8525b1756