Curation
Voting power calculation
How ArcDAO derives voting weight from $ADAO holdings and lock duration.
Voting power is derived from $ADAO held or locked by an address at the moment a vote opens, snapshotted so that buying mid-vote cannot swing an outcome.
Formula
text
power = balance_at_snapshot * lock_multiplier
// lock_multiplier (preview values)
// no lock -> 1.00
// 3 months -> 1.25
// 6 months -> 1.50
// 12 months -> 2.00- Snapshots are taken at the block a vote opens.
- Delegation lets an address assign its power to another voter without transferring tokens.
- Power applies identically to curation votes and treasury proposals.
$ADAO is live on Arc, but onchain governance hasn't deployed yet, so every connected address currently shows 0 voting power.
Was this helpful?
Suggest an edit