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; strategy logic and live PnL land in Phase 6 of the launch plan, so the numbers below show pending until then.

Data sources

Every number on this page is sourced. Pending means a source is not live yet, either the index is reachable with no measurement landed, or the service is still being provisioned (honest empty state, not fake zero).

Scribe (subgraph)

reads mandate + action history

Rostrum (on-chain)

reads reputation + deboost

Codex (x402 API)

venue health + price, worker pending deploy

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