Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.19 KB

Governance.md

File metadata and controls

17 lines (17 loc) · 1.19 KB

Cosmos chains have an on-chain governance mechanism for passing text proposals, changing consensus parameters, and spending funds from the community pool.

How to

  • Querying on-chain parameters
gaiad query params subspace <subspace_name> <key> --node <node_address> --chain-id <chain_id>
  • Find out what are the current active proposals
gaiad query gov proposals
  • How to vote yes. Change the <number of proposal>.
gaiad tx gov vote <number of proposal> yes --from=$(gaiad keys show $name_WALLET -a) --chain-id=$CHAIN_ID