Complete guide to creating and submitting governance proposals on Sei. Learn about different proposal types, requirements, and submission commands.Documentation Index
Fetch the complete documentation index at: https://seilabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
For governance parameters and voting requirements, see the Overview section.
Proposal Types & Submission
Text Proposals
Community Discussion — Non-binding proposals for community input and consensus building on important topics. Common Uses- Strategic direction
- Policy agreements
- Network guidelines
- Community input and consensus building
- Non-binding governance decisions
- Foundation for policy discussions
- Protocol direction and priorities
Parameter Change Proposals
Network Configuration — Modify network parameters without requiring a software upgrade. Common Changes- Governance parameters
- Staking parameters
- Fee structures
- Valid JSON format
- Comprehensive change documentation
- Impact assessment
- Testing results
Example
proposal.json:Software Upgrade Proposals
Network Upgrades — Coordinate network-wide software upgrades with automatic execution at specified block height. Common Uses- Protocol upgrades
- Security patches
- New features
- Performance improvements
- Upgrade height specification
- Binary release info
- Migration documentation
- Validator coordination
Expedited Proposals
Fast-Track Process — For urgent network changes requiring immediate attention. Higher deposit and approval requirements with accelerated timeline.- Security patches and critical fixes
- Emergency parameter adjustments
- Time-sensitive network upgrades
Proposal Management
Query & Monitor
| Command | Purpose | Example |
|---|---|---|
seid q gov proposals | List all proposals | --status voting_period |
seid q gov proposal [id] | Get specific proposal | seid q gov proposal 42 |
seid q gov votes [id] | Check voting results | seid q gov votes 42 |
seid q gov tally [id] | View vote tally | seid q gov tally 42 |