Creating a Proposal
Navigate to Governance → New Proposal inside a vault:| Field | Description |
|---|---|
| Title | What is being decided |
| Description | Full rationale and details |
| Quorum | Minimum total vote weight to pass |
| Voting duration | How many days the vote is open (default 7) |
Voting
Lock tokens
Enter the token amount to stake. The app deploys a VoteLockCovenant and returns a
wcTransaction to fund it with your CashTokens.Unlocking After Voting
When the voting period ends, return to the proposal and click Unlock Tokens. The covenant releases your staked tokens back to your wallet. Tokens cannot be unlocked before the voting period closes.Off-chain Voting
For lightweight internal decisions, proposals also support off-chain voting (no token lock). CallPOST /api/governance/:id/vote directly or use the simple vote button in the proposal UI. Off-chain votes count toward tallies but do not require token locking.

