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

# Off-chain voting

Off-chain proposals are a feature where the results don’t trigger any actions on the blockchain but are instead recorded in the backend. These proposals are essential for validating ideas or bringing up topics for discussion. They don’t require Validators' voting and execution and are particularly useful for preliminary consensus building. Once an off-chain proposal is accepted, it can be converted to an on-chain proposal if its nature aligns with one of the available on-chain proposal types, allowing for the execution of tangible actions on the blockchain-based on community consensus.

For off-chain proposals, there are three types of voting available:

1. **For/Against Voting:** Similar to on-chain voting, this type allows users to determine whether they support the initiative or not.
2. **Single-Choice Option:** This voting method permits users to select one option from several, making it ideal for decisions where a single choice needs to be made among alternatives.
3. **Multiple-Choice Option:** In this voting style, users can choose multiple options simultaneously. It proves beneficial when prioritising or selecting multiple options from various choices.


---

# 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://whitepaper.dexe.network/voting-logic/off-chain-voting.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.
