> For the complete documentation index, see [llms.txt](https://docs.visionmakers.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visionmakers.io/core-modules/vision-markets.md).

# Vision Markets

#### What This Is

Vision Markets is a prediction-style signaling module embedded within Vision Makers. It is designed to capture market expectations, sentiment, and decision accuracy without exposing participants to financial risk or speculative behavior.

Inspired by prediction market mechanics but structurally distinct from them, Vision Markets removes deposits, trading, and loss entirely. Participants express opinions on defined outcomes, and correct judgments are acknowledged through small, capped incentives that function as engagement signals rather than financial rewards.

At its core, Vision Markets is an intelligence layer, not a financial system. It converts distributed opinion into structured, auditable signals while maintaining clear compliance boundaries.

#### How It Works

Vision Markets operates through curated polls created by the Vision Makers team around real-world events, protocol developments, or ecosystem scenarios.

Each poll:

* Contains two or more predefined outcome options
* Assigns a fixed virtual value of one dollar across all outcomes
* Uses manually set probability weightings that remain static
* Is unaffected by voting volume or secondary market dynamics<br>

Users participate by selecting the outcome they believe will occur. Voting is always free, with no deposits, balances, or deductions involved. When a poll concludes, the outcome is resolved by the Vision Makers team. Participants who selected the correct option receive the associated reward via airdrop.

Participation is open to all users. Reward eligibility, however, is limited to KYC-verified participants. Non-verified users may contribute signals but forfeit any reward, ensuring compliance without restricting engagement.

Vision Markets operates under a fixed maximum reward pool of ten thousand dollars across all polls combined. There is no time constraint on the campaign. Once the cap is reached, reward distribution ends automatically, guaranteeing predictable exposure and eliminating incentive inflation.

#### Why It Matters

Vision Markets exists to measure judgment, not capital. By removing financial risk, it enables broader participation and reduces signal distortion caused by speculative incentives.

It allows Vision Makers to:

* Measure collective sentiment and expectation with higher fidelity
* Track accuracy and confidence over time
* Test narratives, features, and ecosystem assumptions
* Generate clean prediction signals usable across intelligence layers

Vision Markets is not a betting platform or a financial product. It is a controlled signal engine that transforms community opinion into actionable intelligence, strengthening decision-making across the Vision Makers ecosystem.

<br>


---

# 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.visionmakers.io/core-modules/vision-markets.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.
