Deep Dive

How Argus Works

The full protocol walkthrough — from AI proposal to on-chain execution. No black boxes, no hand-waving.

01 · Propose 02 · Rank 03 · Vote 04 · Execute 05 · Record
1
Phase 1 · Proposing

The AI scans markets and proposes trades

At the start of each epoch, the Argus agent analyzes market conditions across a community-approved universe of assets. It looks at on-chain signals, price action, volume patterns, and portfolio context to generate trade candidates — each with a full written thesis, confidence score, risk factors, and invalidation conditions.

This isn't a black box. Every single proposal is readable by every token holder before a single vote is cast.

// Epoch 2026-03-13-E1 · PROPOSING
asset: SOL/USDC
action: buy
thesis: On-chain volume +40% in 48h. DeFi TVL recovering.
confidence: 82 / 100
risks: ["BTC correlation", "ETH L2 competition"]
invalidates: ["close below $138", "BTC drops below $55k"]
status: CANDIDATE_CREATED ✓
  • Multiple candidates generated per epoch — community picks the best
  • Reasoning is written in plain English, not just a score
  • All proposals are visible on-chain before voting begins
2
Phase 2 · Ranking

Token holders rank the candidates

Once proposals are published, $ARGUS holders connect their wallets and rank their top candidates in order of preference. Each vote is wallet-signed — cryptographically tied to an on-chain identity, not a username or email.

Ranking uses a Borda-style scoring system: your first choice gets more weight than your second. The highest-scoring candidate after the ranking window closes becomes the governance proposal that moves to the final vote.

No tokens held at risk. Ranking is a signed message, not a transaction. Your assets never leave your wallet. Gas cost is zero — just a signature.

  • Connect any Solana wallet (Phantom, Backpack, Solflare)
  • Sign a message — no gas, no custody
  • One wallet, one ranking per epoch
  • Results tallied on-chain at ranking window close
3
Phase 3 · Voting

Governance votes YES or NO on execution

The winning candidate from ranking moves to a final execution vote. This is the safety valve. Even if the AI picked a great trade, the community has one final opportunity to veto it — no questions asked.

A simple majority YES vote triggers execution. A majority NO, or a failure to reach quorum, skips the epoch entirely. The treasury stays untouched until the community explicitly approves.

// Execution vote · Epoch 2026-03-13-E1
proposal: SOL → USDC (5% of treasury)
YES votes: 71% ████████████████▓░░░░
NO votes: 29% ███████░░░░░░░░░░░░░░
quorum: met (threshold: 10%)
result: APPROVED → executing ✓
  • Majority YES required for execution
  • Quorum minimum must be met — low participation doesn't auto-approve
  • Veto is always possible, even at the last second
  • Results are final and immutable on-chain
4
Phase 4 · Execution

The chain executes the approved trade

When governance approves, the protocol routes the trade through Jupiter Aggregator — Solana's leading DEX aggregator. Jupiter automatically finds the best route and price across all on-chain liquidity sources. No off-chain settlement, no custodian, no bridges.

Slippage is enforced at the contract level. The transaction either executes within the community-approved slippage tolerance, or reverts entirely. Nothing is left to discretion.

DRY_RUN mode is on by default. During the demo and early phases, the protocol simulates execution without moving real funds. When the community votes to go live, it flips to mainnet — no code changes required.

  • Best price via Jupiter across all Solana DEXs
  • Slippage cap enforced on-chain — reverts if exceeded
  • No intermediary custody — treasury to DEX directly
  • Transaction hash recorded in governance receipt
5
Phase 5 · Record

Every outcome is public, forever

Win or lose, every execution result is written to an on-chain Execution Receipt. The receipt includes the full trade spec, the transaction hash, the actual execution price, slippage, fees, and the timestamp. Nothing can be deleted or edited.

The community can audit every single decision Argus has ever made — going back to epoch one. There is no selective disclosure, no "our AI is performing well" without receipts. The ledger speaks for itself.

  • Execution receipt written to chain after every vote — win, loss, or veto
  • Full P&L history accessible via the History page
  • Base explorer links for every transaction
  • Open source — audit the code, not just the outcomes

Ready to vote on the next trade?

Epoch 1 is live. Connect your wallet and rank the current candidates.

Follow on X ← Back to home