← all projects

Argus

@Gideon145·og·added 2026-07-19
3
stars
8.8k
lines
88
files
0
forks
0
followers
languages
TypeScript 84%JavaScript 12%Solidity 2%Shell 2%

Argus is a multi-agent security consensus oracle for Arc. Three independent agents audit a contract — DeepSeek-V3 for logic (agent/src/agents/alpha.ts), Claude Sonnet for tokenomics (agent/src/agents/beta.ts), and a deterministic rules engine (agent/src/agents/gamma.ts) — while an orchestrator (agent/src/orchestrator.ts) drives them to a configurable 2-of-3 consensus. Every verdict updates pairwise ELO reputation, K=64 for new agents and K=32 for veterans (agent/src/reputation.ts), written on-chain through ArgusOracle.sol via agent/src/payments/chainElo.ts. An autonomous patrol worker rescans tokens every 15 minutes with no human input (agent/src/patrol.ts). Scans are paid: an x402 middleware gates /scan and settles USDC through Circle Gateway using @circle-fin/x402-batching (agent/src/index.ts), and after each round the dissenting agents pay the winners on-chain (agent/src/payments/agentPayments.ts). New users get a pre-funded Circle SCA wallet from a managed pool (agent/src/wallets/precreate.ts), so no MetaMask or seed phrase is needed.

events
tags
circle components
builder bio

Full-stack engineer and on-chain AI agent builder.

team · 2 builders

2 — Gideon(Xavier) Jazreel

on xx/Argus_arc
repo description

Arc's first multi-agent security oracle. 3 AI agents stake USDC on verdicts. 250+ users, 1,421 scans. 5/5 Circle primitives. ChainGPT audited.

last pushed 2026-07-24