> For the complete documentation index, see [llms.txt](https://sixnetwork.gitbook.io/six-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixnetwork.gitbook.io/six-network/governance/introduction-to-governance.md).

# Introduction to Governance

### Introduction

Governance exists for the community of token holders validator nodes to decide on key issues involving the blockchain and its development. This is achieved by proposing items of business to be voted on by the token holders.

There are four forms of governance proposal:

* Text proposal - this type of proposal is text only. The outcome is not automatically implemented and may require actions by third parties to implement.
* The community spends - the outcome of this type of proposal will be the transfer of funds from the community pool to the address and for the amount nominated in the proposal.
* Parameter change - the outcome of this proposal will be modified blockchain parameters by the proposal submission.
* Software upgrade - the outcome of this proposal will be validators and node operators undertaking a coordinated software upgrade at the block height specified in the proposal.

### Collectorate Address for Validator nodes

To migrate **SIX** from other networks onto the SIX Protocol Chain, SIX Protocol will be using the collectorate address to lock **SIX tokens** instead of burning them. This means that the same number of **SIX** locked will be minted on the SIX Protocol Chain.

Please refer to this collectorate address:

**GC47FQ2LABAXPUULKXX23OAIEAN7GSWMUOYAEHGGXPG5DV4MLIL2OUJC**


---

# 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, and the optional `goal` query parameter:

```
GET https://sixnetwork.gitbook.io/six-network/governance/introduction-to-governance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
