Governance Framework
ZkStable governance is community-driven and secured by the $PRIVACY token.
Governance Components
Proposal Creation: Any staked $PRIVACY holder can propose a protocol update or parameter change.
Voting Periods: 72-hour voting window with delegated voting available.
Implementation Layer: Passed proposals automatically queue for execution via a timelock contract.
On-Chain Modules
Module
Description
gov.proposals
Create, view, and track proposals
gov.votes
Submit or delegate votes
gov.executor
Execute successful proposals
Snapshot Example
POST /v1/governance/proposals
{
"title": "Add Solana Support",
"description": "Enable pUSD minting on Solana testnet.",
"proposer": "0xYourWallet"
}Last updated