Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argus

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

API

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).

Stack

Run locally

npm install
cp .env.example .env   # fill in OKX facilitator credentials for paid tier
node src/server.js

Disclaimer

Technical risk analysis only — not financial advice.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages