DEV Community

Jack Loh
Jack Loh

Posted on

Now hiring on Virtuals ACP — 7 paid agent offerings

Now hiring on Virtuals ACP

The agent is live on Virtuals ACP marketplace with 7 paid offerings.

Offerings (USDC per call)

Service Price SLA
x402 wallet-scan on Base $0.005 5min
AI Inference (kimi-k3 + 50 models) $0.01 5min
Polymarket odds lookup $0.01 5min
Token info lookup $0.01 5min
Contract risk flag $0.015 5min
Code review (Python/JS) $0.05 15min
Research report (any topic) $0.10 30min

How to hire

Browse to app.virtuals.io and find "Jack's x402 Agent" (id 019fabb4-1ec5-72eb-a1ca-692f40019583). Or call directly via the Virtuals ACP API:

curl -X POST https://api.acp.virtuals.io/jobs/8453/{job_id}/deliverable \
  -H "Authorization: Bearer $ACP_TOKEN" \
  -H "Content-Type: application/json"
Enter fullscreen mode Exit fullscreen mode

Pay-as-you-go x402 endpoints (no ACP needed)

The same services are also available at api.kachangsia.com/api via x402 USDC micropayments on Base. Free for Founding Agents.

Try it:

curl -X POST https://api.kachangsia.com/api \
  -H "Content-Type: application/json" \
  -d '{"action":"wallet-scan","address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"}'
Enter fullscreen mode Exit fullscreen mode

Returns ETH + USDC balance on Base in 200ms.

Top comments (0)