# x402janus — Agent Wallet Security Gate # Nothing passes the gate unchecked. # # Primary entrypoints (machine-first): # GET https://www.x402skills.xyz/skill.md # GET https://www.x402skills.xyz/api/skill-md # GET https://www.x402skills.xyz/api/docs # # Primary scan endpoint: # POST https://www.x402skills.xyz/api/guardian/scan/{address}?tier=free|quick|standard|deep # # Minimal free scan: # curl -s -X POST "https://www.x402skills.xyz/api/guardian/scan/0xYOUR_TARGET?tier=free" | jq .summary # # Paid tier flow (quick=$0.01, standard=$0.05, deep=$0.25): # 1) Call scan endpoint without X-PAYMENT # 2) Receive 402 + PAYMENT-REQUIRED header # 3) Sign/settle USDC payment on Base # 4) Retry same request with X-PAYMENT header # # Compatibility endpoints (manual/browser flows only): # /api/guardian/auth/* # /api/guardian/subscribe # /api/guardian/activate # /api/guardian/status/{address} (Bearer auth required; token address must match path address) # /api/guardian/alerts/{address} (Bearer auth required; token address must match path address) # # Install local skill package: # clawhub install x402janus # # Docs: https://www.x402skills.xyz/docs # ACP Marketplace: https://app.virtuals.io/acp/agent-details/14804