Governance Framework
Principle
CYRUS governance is staking-based, not token-balance-based. Holding tokens alone does not grant voting power. This filters out passive speculation from governance and rewards committed community members.
Vote-Escrowed CYRUS (veCYRUS)
To participate in governance, holders must stake their CYRUS tokens:
- Deposit CYRUS into the staking contract
- Choose a lock duration (1 month to 4 years)
- Receive non-transferable veCYRUS proportional to stake × multiplier
- veCYRUS determines voting power
- Tokens are returned when the lock expires
Multiplier Schedule
| Lock Duration | Multiplier |
|---|---|
| 1 month | 1.0x |
| 3 months | 1.5x |
| 6 months | 2.0x |
| 1 year | 3.0x |
| 2 years | 4.0x |
| 4 years | 5.0x |
Linear Decay
Voting power decays linearly toward expiration:
veCYRUS = staked × multiplier × (time_remaining / lock_duration)This incentivizes re-locking and ongoing engagement rather than stake-and-forget behavior.
Proposal System
Types
| Type | Description | Quorum | Submission Threshold |
|---|---|---|---|
| Community | Non-binding signals | 5% | 50,000 staked |
| Treasury | Fund allocations | 10% | 100,000 staked |
| Protocol | Parameter changes | 20% | 500,000 staked |
Process
- Submission — Meets threshold, includes description and requested action
- Discussion — 3-day minimum for community review
- Voting — 5-day on-chain voting period (For / Against / Abstain)
- Execution — If quorum met and majority achieved, queued for execution
- Timelock — 48-hour delay before execution
Anti-Whale Protection
Vote Weight Cap
No single wallet can represent more than 5% of total voting power:
effective_votes = min(veCYRUS_balance, 0.05 × total_veCYRUS)Delegation
Holders can delegate their veCYRUS voting power to another address without transferring tokens.
Staking Rewards
Funded from the DAO Treasury (not inflation):
| Year | Pool |
|---|---|
| 1 | 25M CYRUS |
| 2 | 20M CYRUS |
| 3 | 15M CYRUS |
| 4+ | 10M/year |
Rewards are claimable at any time without affecting the lock position.
Governance Evolution
| Phase | Model |
|---|---|
| Phase 1 | TON multisig executes governance-approved transactions |
| Phase 2 | Full on-chain staking and voting |
| Phase 3 | Telegram Mini App for seamless participation |
Last updated on