How voting works
1
A dispute opens
A user disagrees with a proposed outcome and posts a disputer bond. This
triggers the vote.
2
Find the market
Sign in with your wallet, open the Voting tab, and select the
Outcomes section. Eligible disputed markets are listed with their
commit and reveal deadlines.
3
Commit your vote
During the commit phase, your wallet sends a hash of your choice
(
YES, NO, or TOO_EARLY) plus a random salt. Nobody on-chain can
see what you actually picked yet.Aura also queues your reveal with its automation service at commit
time, so the reveal is submitted for you when the window opens.
Voting is a single tap.4
Reveal happens automatically
Once the commit window closes, Aura’s reveal automation submits your
choice and salt during the reveal window. The contract verifies the
hash matches your earlier commit and tallies your vote at your tier
weight. (Privacy-conscious voters can skip the relay and reveal
manually via
POST /v1/tx/oracle/reveal, but don’t miss the
window.)5
Wait for finalization
After the reveal phase, the protocol checks whether any outcome cleared
the 65% supermajority of revealed weight. If yes, the market
finalises. If not, a new commit/reveal round starts, but only after
every unrevealed commit from the inconclusive round has been slashed
(a restart never amnesties silent voters).
Eligibility
- **Vaulted AURA (Iron tier) when you commit. Your staked balance is snapshotted at commit time, so unstaking before the reveal doesn’t dodge the slashing risk.
Vote choices
Voting power by tier
Higher tiers carry significantly more weight, both for and against. This
also means higher tiers have more $AURA at stake if they vote with the
losing side. See below.
Rewards
Voters who back the winning outcome earn a share of the dispute’s penalty pool, paid in $AURA. The pool is funded by slashing two groups:- Wrong-side voters who revealed a vote for the losing outcome.
- Silent stakers who committed but never revealed, or never committed in a market they could have voted on.
TL;DR
- Commit a hash, then reveal, which prevents copy-voting.
- 65% supermajority required; otherwise a new round runs.
TOO_EARLYthrows out the submission; the market returns to trading.- Winners are paid in $AURA from slashed wrong-side stakes.
- Wrong-side and silent voters lose $AURA, so vote with care.

