Real-time token security analysis for AI agents on OKX.AI.
Argus is an Agent Service Provider (ASP) that scans EVM token contracts and returns a machine-readable risk verdict — SAFE, CAUTION, or DANGER — so trading agents can avoid honeypots, scam contracts, and other high-risk assets before they act.
Live: https://argus.lykan.website
| Endpoint | Tier | Description |
|---|---|---|
GET /scan |
Free | Quick verdict + score |
GET /scan/detailed |
Paid (x402) | Full risk factor breakdown |
Query parameters: chainId (1 = Ethereum, 56 = BSC), address (contract)
curl "https://argus.lykan.website/scan?chainId=1&address=0xdAC17F958D2ee523a2206206994597C13D831ec7"Paid tier uses x402 on X Layer mainnet (~$0.02 USDT per call).
- Node.js + Express
- GoPlus Security API for on-chain security data
- @okxweb3/x402-express for payment middleware
npm install
cp .env.example .env # fill in OKX facilitator credentials for paid tier
node src/server.jsTechnical risk analysis only — not financial advice.