Governance
SynArc enables decentralized, on-chain administration modeled after standard, battle-tested governance architectures. This section details the proposal lifecycle, authoring criteria, and voting rules.
How Proposals Work
SynArc utilizes an on-chain, decentralized lifecycle modeled after the standard OpenZeppelin Governor contract.
- Submission & Pending State: A proposal is submitted with executable transactions. It enters a Pending delay allowing delegates to adjust voting weight snapshots.
- Active Voting Phase: The proposal enters the Active voting window. Members cast votes (For, Against, Abstain) signed cryptographically via their wallets.
- Resolution & Timelock Controller: If voting requirements and the 4% Quorum are met, the proposal enters the Timelock Controller buffer to prevent immediate execution surprises.
- On-Chain Execution: Once the timelock expires, anyone can execute the proposal transactions, triggering on-chain transfers or changing system properties.
How to Create a Proposal
If your voting power meets or exceeds the proposal threshold, you can author a proposal:
- Navigate to the Proposals tab and click New Proposal.
- Fill in the Title, Description, Category, and Execution Duration parameters.
- Under Treasury Impact, define the disbursement value in USDC, and assign the destination Target EVM address.
- Confirm the transaction inside your Privy embedded wallet. Once mined, your proposal enters the Pending phase.
How to Vote
Active proposals can be voted on by any member with a balance greater than 0 sARC at the snapshot block:
- Select any proposal currently marked as Active from the Proposals grid.
- Select For, Against, or Abstain on the voting module card.
- _Optional_: Add a text reason detailing your voting rationale.
- Author the signature inside your wallet to submit your vote on-chain.
Proposal States Explained
- Pending: Proposal has been submitted but voting snapshot has not been finalized yet. Users can delegate weight.
- Active: Voting is actively open. Users can record cryptographic signatures on-chain to support or oppose.
- Executed: The proposal has passed quorum, satisfied timelock delays, and has been successfully executed on-chain.
- Defeated: The voting window has closed but the proposal failed to meet quorum or received majority Against votes.
Voting Power: USDC + SynArcToken
Voting weight in the SynArc DAO ecosystem is governed by two complementary tokens:
1. SynArcToken (sARC)
The core governance asset. 1 sARC corresponds to 1 raw vote. sARC tokens are fully delegatable and record check-pointed balance history on-chain to prevent double-voting.
2. USDC Balance Weight
To align capital with operations, SynArc utilizes USDC balances to calculate dynamic delegation multipliers, reinforcing stable, institutional-grade decision metrics.