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

# Welcome to Govex

## Introduction

The Govex platform allows communities to create proposals and make decisions based on what is best for their token price. Markets are best for evaluating significant decisions such as turning on a fee switch, changing product direction or minting new coins. We call these markets that are used to make decisions, **decision markets**.

## Why Decision Markets?

* **Markets have been repeatedly proven to be at least as accurate as panels of experts, if not better.**&#x20;
* **Markets have price incentives to correct the mistakes of others;** voting does not offer this.
* **There is a monetary incentive to conduct new research** and present it to the market and profit (e.g., a French Trump Polymarket buyer using neighbour polls).
* **Hard to manipulate or game the price.** Money is scarce, so manipulators who move the price away from the fair value will lose money and thus remove themselves from the market (a self‑correcting system).
* **Markets can aggregate information from a wider base than just token holders.** Traders who are not token holders, and thus would not vote, can step in to correct short‑term price inefficiencies. They can arbitrage or go long or short.
* **No last‑minute surprise games** as with SIMD‑0228. Voting is a one‑off snapshot; trading is continuous, measured by the Time Weighted Average Price (TWAP). The fair price evolves over time, making it more accurate than a one‑off snapshot.
* **Those with 51% of the vote cannot act as tyrants,** because minorities can exit at the fair market price.


---

# 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:

```
GET https://docs.govex.ai/the-basics/welcome-to-govex.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.
