> For the complete documentation index, see [llms.txt](https://docs.common.xyz/commonwealth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.common.xyz/commonwealth/community-overview-2/governance.md).

# Governance

You are able to make a variety of different governance customizations based on the community.

Common currently supports:

* Governor Alpha
* Governor Bravo
* Aave
* Substrate
* Cosmos
* Sputnik (V2)
* Snapshot
* Polling

Each of these on-chain governance contracts will have slightly different user interfaces. Additionally, each community will have slightly different implementations of the specific governance contracts.

### Traditional Governance

In traditional governance, nations set a code of laws for their communities. In many nations, citizens vote for representatives who allocate the national budget and create/amend laws.

Corporations (legal entities) then control much of the community's economic activity. They have their own corporate governance, with executive officers, a board of directors, and shareholders. In turn, the corporations are governed by the courts and the national code of laws.

### Decentralized Governance

Decentralized governance, refers to new methodologies for coordinating communities and allocating resources. Some characteristics of this model include:

* usage of code for enforceable "laws"
* more direct democracy
* increased resiliency from outside forces (i.e. corruption or censorship)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.common.xyz/commonwealth/community-overview-2/governance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
