Skip to content

Commit

Permalink
add gov overview
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jul 18, 2024
1 parent cc29505 commit e7ed639
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/docs/pages/users/governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ The governance system is configured by the following parameters:
- `min_proposal_voting_period:` minimum allowed number of epochs between a proposal's start and end epochs
- `max_proposal_period:` maximum allowed number of epochs between a proposal's start and activation_epoch
- `min_proposal_grace_epochs:` minimum allowed number of epochs between a proposal's end and activation epochs
- `max_proposal_latency:` maximum allowed epochs between a proposal's start epoch and the current epoch in which the proposal tx is submitted
- `max_proposal_latency:` maximum allowed epochs between a proposal's start epoch and the current epoch in which the proposal tx is submitted

This documentation covers:

1. [What a governance proposal looks like](./governance/proposal-structure.mdx).
2. [Different kinds of proposals](./governance/proposal-types.mdx)
3. [How to query, submit, and vote on proposals](./governance/governance-actions.mdx)

0 comments on commit e7ed639

Please sign in to comment.