Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmosis-labs/governance
https://github.com/osmosis-labs/governance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/osmosis-labs/governance
- Owner: osmosis-labs
- License: cc0-1.0
- Created: 2021-07-04T09:24:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T07:33:57.000Z (over 1 year ago)
- Last Synced: 2024-04-14T22:51:01.410Z (8 months ago)
- Language: Python
- Size: 191 KB
- Stars: 6
- Watchers: 6
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Osmosis Governance
Osmosis has an on-chain governance mechanism for passing
[text proposals](./text),
changing [consensus parameters](./params-change),
spending [funds from the community pool](./community-pool-spend),
and for updating [Osmosis pool incentives](./osmo-pool-incentives).This repository provides background information on these different kinds of proposals
and best-practices for drafting them and proposing them on-chain.
It also provides a place for collaborating on draft proposals in plain text on Github.If you'd like to draft a proposal, start [here](./best_practices.md).
See the contents below for more background on the governance system,
the different types of proposals, and how to submit one.## Contents
- [Cosmos On-Chain Governance Overview](./overview.md)
- [Best Practices for Drafting a Proposal](./best_practices.md)
- Proposal Types:
- [Text Proposal](./text)
- [Parameter Change Proposal](./params-change)
- [Community Spend Proposal](./community-pool-spend)
- [Submitting a Proposal](./submitting.md)
- [List of Proposals](./proposals)## Community
Osmosis governance is driven by the Osmosis community, which has large overlap with the Cosmos community.
Much of the documentation this repo is based off
was funded by the community fund itself in
[Cosmos Hub Proposal 23](https://www.mintscan.io/cosmos/proposals/23).
Governance discussions happens in a number of places moderated by diverse
community members, including:- [Discord](https://discord.gg/MtHXKnrHDq)
- [Telegram](https://t.me/osmosis_chat)
- anywhere else you might interact with members of the Osmosis community!## Thanks
This repository was heavily derived from the excellent work of the Cosmos Hub Governance Working Group that can be found in https://github.com/cosmos/governance