Resources for creating Proposals

We are conforming to the Cosmos SDK governance model. Please review the information in the following link to learn about creating an on-chain proposal.

https://docs.cosmos.network/v0.42/modules/gov/01_concepts.html#proposal-submission


Overview of Cosmos SDK proposals

The module enables Cosmos-SDK based blockchain to support an on-chain governance system. In this system, holders of the native staking token of the chain can vote on proposals on a 1 token 1 vote basis. Next is a list of features the module currently supports:

  • Proposal submission: Users can submit proposals with a deposit. Once the minimum deposit is reached, proposal enters voting period
  • Vote: Participants can vote on proposals that reached MinDeposit
  • Inheritance and penalties: Delegators inherit their validator’s vote if they don’t vote themselves.
  • Claiming deposit: Users that deposited on proposals can recover their deposits if the proposal was accepted OR if the proposal never entered voting period.

This module will be used in the Cosmos Hub, the first Hub in the Cosmos network. Features that may be added in the future are described in Future Improvements.

@regen.admin checking where to view the MinDeposit param for Governance proposals? Be good to see any minimum number of tokens is to be deposited, in order to make a Governance proposal. Thx

@Tom you can view all governance parameters on Aneka. Here’s a link: https://regen.aneka.io/params

Min deposit as of this writing is 200 regen.

@corlock thanks for sharing this link and details of the min deposit.