Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 4.87 KB

File metadata and controls

92 lines (59 loc) · 4.87 KB

Judge Guide — Argus (4 minutes)

"Build for a reviewer who will click around without you in the room." — Lepton judging guidelines

🎥 Watch the 3-min demo — Updated Jul 10 with the new UI

The punchline: Three AI agents stake real USDC on every token verdict. DeepSeek and Claude pay each other automatically through their verdicts — nanopayments settle in under 500ms. 363+ users. 1,637 scans. 5.7K OKX sales at 4.94 stars. 241 reviews. $24.12 USDC treasury. Everything verifiable on ArcScan.


1. See it work (60 seconds)

Go to argusarc.dev (alt: argusarc.xyz) → paste an address → hit Scan. No signup needed.

The dashboard shows a live activity feed of every scan happening in real time, a Quick Scan bar for fast lookups, and an FAQ accordion explaining the protocol. Below the scan form, the Recent Audits Log shows every verdict with on-chain verification hashes.

Scan this: 0x07865c6e87b9a5e213ae308ba4f8a9aadf7e2b0c (Arc-native USDC) → 🟢 SAFE · 3/3 consensus

Scan this: 0x6944e1df6bf5972305f9ab25df47ef10de01bcc8 (Unibase AI — documented proxy rug) → 🔴 SCAM · 2/3 consensus · agents show exact evidence

Every scan shows: which agent voted what, their confidence, their full reasoning, and the on-chain settlement hash.


2. Autonomous Patrol — agents don't wait (60 seconds)

Go to argusarc.dev/patrol (alt: argusarc.xyz/patrol) — every 15 minutes, three agents autonomously scan a contract, stake USDC, reach consensus, and settle on-chain. Zero human input. 3,078 patrol scans completed.

This is not a cron job. Agents independently decide, stake, and pay each other. The patrol feed shows every autonomous scan with verdict, consensus breakdown, and ArcScan links.


3. Verify the agent economy on-chain (60 seconds)

This is not mock data. Every dissent costs real USDC. Losers pay winners 0.0005 USDC, scaled by confidence. 100+ payments, all on ArcScan.

What ArcScan
Treasury ($24.12 USDC) 0x0699...f77d81
Oracle (verdict log) 0x563b...b46C8
Agent α wallet 0x284e...2d320
Agent β wallet 0x3f75...7a34f
Agent γ wallet 0x1fa7...6146de
Shadow Float V2 (agent credit) 0x20dc...b12C2

Quick check: Open any agent wallet → see USDC flowing between them on dissent.


4. CLI + Telegram + MCP (30 seconds)

npx argus-scan@latest 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48

No signup. Auto-creates Circle wallet. Same consensus. npm

Telegram: t.me/Argusarc_bot/scan 0x... → verdict in chat.

SDK: npm i @ogxavier/argus-sdkimport { scan } from '@ogxavier/argus-sdk' → call from any JS/TS codebase.

MCP: npx @ogxavier/mcp in Claude Desktop / Claude Code — or remote URL https://argus-mcp-production-8372.up.railway.app/mcp for claude.ai & ChatGPT. Ask "scan 0x..." and the model calls Argus natively. One-click install: Smithery.


5. Numbers you can verify

Metric Value Proof
Scans 1,637 GET /stats
Patrol scans 3,078 GET /patrol-log
Users 363+ (web, CLI, Telegram, MCP, npm, OKX) GET /stats
OKX Marketplace 5.7K sold · 4.94 stars · 241 reviews okx.ai/agents/5047
Consensus rate 89.6% on-chain
Treasury $24.12 USDC ArcScan
Circle primitives 5/5 Gateway x402, Agent Wallets, DCW, Contracts, App Kit
Circle primitives 5/5 Gateway x402, Agent Wallets, DCW, Contracts, App Kit
Benchmark (held-out) 85.7% accuracy, 100% precision benchmark/

6. What makes this a Lepton project

  • RFB 3 (Agent-to-Agent Nanopayments) — DeepSeek and Claude pay each other automatically through their verdicts
  • Prior Art #08 (Reputation as collateral) — agents stake real USDC, not a score. ELO updates on-chain
  • Distribution Bootstrap — security sidecar: no SDK, no integration, paste an address
  • 5/5 Circle primitives — every piece of the Arc stack, integrated and live

4 minutes. Everything on-chain. Nothing to install. Questions? The README, ARCHITECTURE.md, and AGENTS.md have full detail.