> For the complete documentation index, see [llms.txt](https://docs.tranchess.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tranchess.com/faq/governance.md).

# Governance

## What is Tranchess Forum?

Tranchess Forum is where community governance starts. While the full DAO UI is still under development, Tranchess Forum would be the place where all community members can participate in the development of Tranchess protocol.

## What can I find on Tranchess Forum?

Right now the forum contains four different categories: Announcement, Proposal, General Discussion and Technical Support.

**Proposal**: the main category of Tranchess Forum, where proposals regarding the new features, products, technical updates of Tranchess are released. The idea would be explained by the proposal, accompanied by a Snapshot voting.

Announcement: where the Tranchess development team releases notifications and updates regarding the project. These announcements would usually also be released through other Tranchess official channels concurrently.

General Discussion: just like its name, this is a category open to all topics (please keep them Tranchess-related).

Technical Support: where you can ask questions and find answers regarding any technical difficulties and confusions that you've encountered while using Tranchess.

## How to participate in governance?

* Join the discussion and provide insights by replying to the topics on the forum;
* Read the proposals and cast your vote on Snapshot!

## What is Snapshot and how do I vote there?

Snapshot is a tool that allows users to sign a transaction and express their preference without paying gas fees.&#x20;

Every proposal is required to include a specific Snapshot link, through which users can connect their wallet and vote for the option they like.&#x20;

## What do I need to vote?

Your voting power would be counted according to your veChess amount at a certain moment (which will usually be specified in the proposal). Hence, in order to vote, lock your CHESS first for veChess.

To read more about veChess:

{% content-ref url="/pages/-MhCI1tLjR0cAInHtOZM" %}
[veChess](/faq/vechess.md)
{% endcontent-ref %}

To understand how to lock CHESS and obtain veChess:

{% content-ref url="/pages/-Mfm2FC-lxem9vmDMum7" %}
[Broken mention](broken://pages/-Mfm2FC-lxem9vmDMum7)
{% endcontent-ref %}

## Where can I find more about Tranchess governance?

Please visit the Tranchess Forum for more details [here](https://forum.tranchess.com).


---

# 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://docs.tranchess.com/faq/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.
