Skip to main content

Governance Participation

Osmosis is governed by its stakers. Anyone who stakes OSMO can vote on proposals, and proposals decide everything from parameter changes to software upgrades to treasury spending. This page is about participating in that process; for what OSMO is and how staking works, see The OSMO Token.

How a proposal moves

The lifecycle follows the canonical Forum, Deposit, Voting, Tally, Execute flow (see Staking and Governance for the conceptual version):

  1. Forum. Ideas are socialized on the governance forum before going onchain, with a minimum discussion period of three days for the community to review and give feedback. This refines the proposal so it arrives at a vote already vetted. The forum is where discussion primarily happens; the gov-general channel on the Osmosis Discord is also available.
  2. Deposit. The proposal is submitted onchain and stays in a deposit period until it reaches the minimum deposit, then advances to voting.
  3. Voting period. Stakers vote Yes, No, No with veto, or Abstain. Voting power is proportional to staked OSMO.
  4. Tally. When the voting period ends, votes are tallied against quorum, threshold, and veto.
  5. Execute. If the proposal passes, it executes: a parameter change applies, an upgrade is scheduled, or funds are released.

If you do not vote yourself, your stake inherits your validator's vote unless you override it.

How to vote

  • Web: vote with a connected wallet. Most wallets (Keplr, Leap) surface active proposals directly; outside of a wallet, DAO DAO is the main interface for casting votes. For a breakdown of how validators and large holders have voted, Mintscan's proposals view is the most useful.
  • CLI: vote with osmosisd:
osmosisd tx gov vote <proposal-id> yes --from <key> --chain-id osmosis-1

See the CLI guide for setup.

Submitting a proposal

A proposal needs a clear rationale, the onchain message it executes (for parameter or upgrade proposals), and a deposit. The minimum deposit to enter the voting period is 6000 OSMO for a standard proposal and 20000 OSMO for an expedited one. Socialize it on the forum first (the three-day minimum discussion period above applies); a proposal that arrives at a vote without prior discussion usually fails. For the exact CLI per proposal type (parameter change, software upgrade, community-pool spend, store-code, and others), see the gov module guide.

Where to engage

Reference

  • Staking and Governance: how staking and voting power work conceptually.
  • Gov module: the chain module that implements proposals, deposits, and tallying, with the CLI for each proposal type.
  • The OSMO Token: tokenomics, staking, and the role of OSMO in governance.