# Governance

Anyone can propose changes to core contracts powering the Kleros ecosystem and all these changes need to be voted on and executed via community vote using PNK.

## Kleros Protocol Governance Process

The Kleros Protocol Governance process consists of the decision-making and enforcement process for the different changes in parameters, contract deployments, policy specifications, incentives, and improvements that make up the Kleros protocol.

Future decisions governing the protocol will be enacted through this procedure.

The PNK token empowers holders with the capability to vote on proposals and collectively act as governors of the protocol.

### Steps of a successful Kleros Improvement Proposal:

1. Create a KIP (Kleros Improvement Proposal) post in the "Votes" section of the [Kleros Forum](https://forum.kleros.io/).
2. Receive community feedback and update the KIP until it can be considered non-contentious.
3. Publish a new proposal on [Kleros Snapshot](https://snapshot.org/#/kleros.eth) page to have the PNK token holders vote on it.
4. If the proposal is accepted, submit a list of transactions implementing the proposal(s) changes on [Kleros Governor](https://kleros.gitbook.io/docs/products/governor).
5. If no one successfully challenges this list, [Kleros Governor](https://kleros.gitbook.io/docs/products/governor) enacts the changes by sending the transactions.


---

# Agent Instructions: 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.kleros.io/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.
