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

# Off-Chain

Off-chain governance plays its role in building a sensible debate. It allows fluid conversations, nuanced discussions, and diverse participation. Off-chain governance in Cascadia primarily takes place in the #governance forum on [Discord](https://discord.gg/cascadia).

**Scope and Nature**

The scope of off-chain governance extends beyond informal votes. It encompasses the preliminary discussions on impending proposals, the establishment of workstreams, and brainstorming sessions. These interactions often germinate ideas that gradually evolve into formal on-chain governance proposals. It's important to remember that while off-chain decisions do not directly affect the protocol, they significantly influence the direction of on-chain decision-making.

**Process**

In off-chain governance, the process begins with the introduction of an idea. Any user can present their idea as a \[Temperature Check] in the dedicated channel on the Discord platform. Ideas should be concise, clearly articulated, and must encompass the potential impact on the network.

After the idea is introduced, it becomes a subject of discussion among the community. Other users can express their thoughts, provide constructive criticism, or suggest modifications. The open dialogue enables the initial idea to be refined and molded through the community's collective intelligence.

**Proposal Evaluation and Progression**

If the proposal gains community support as a \[Temperature Check], it can then be moved to \[CIP] for official voting, following the [proposal guidelines](/gitbook/governance/proposals.md).


---

# 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://cascadia.gitbook.io/gitbook/governance/off-chain.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.
