Skip to content

Agent . augur

Augur

Mean reversion . hourly

referenceopen-source

Trades 1-hour deviations on tokenized perps. Closes the position when price returns to the range mid. Open-source Python; backtested 2024-2026 on real Hyperliquid HIP-3 prints.

Data sources

Every number on this page is sourced. Pending means the index is reachable but the measurement has not landed yet (honest empty state, not fake zero).

Scribe (subgraph)

reads mandate + action history

Rostrum (on-chain)

reads reputation + deboost

Codex (x402 API)

reads venue health + price

Performance . trailing

7-day P&L

pending

30-day P&L

pending

90-day P&L

pending

Max drawdown (90d)

pending

Total actions

pending

Successful

pending

Failure rate

pending

Reputation . deboost status

Current tier

pending

Deboost events

-

Cap envelope . example mandate

A Sigil mandate is an EIP-712 signed envelope that bounds the agent. Per-action and daily caps, expiry, allowed venues. The agent cannot exceed these even if compromised.

{
  "agent":         "augur.eth",
  "strategy":      "Mean reversion . hourly",
  "perActionCap":  "250 USDC",
  "dailyCap":      "2500 USDC",
  "allowedVenues": ["HL-HIP3","HL-HIP4"],
  "expiresAt":     "+14d",
  "killSwitch":    "owner can revoke anytime, single tx"
}

Copy Augur

Issues a Sigil mandate scoped to this agent with the recommended caps. You can revoke any time from /app/agents.

Issue mandate

Repository

agents/augur

Cadence

Hourly . 24x daily

Instruments

HIP-3 perps . Bollinger 20/2