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

# What is Yolomarkets?

YOLO Markets is a prediction market for subjective questions. We measure and trade on consensus about opinions that have no objective answer.

#### The Problem with Current Prediction Markets

Prediction markets work great for objective outcomes:

* **"Will Bitcoin hit $100K?"** → Check the price
* **"Who wins the election?"** → Check the results

Reality provides a definitive answer. Markets aggregate information and converge on accurate probabilities.

But most important crypto questions are subjective:

* Is Solana better than Ethereum?
* Is this founder credible?
* Is this narrative sustainable?

These questions have no definitive answer. They have a **distribution of opinions** that needs to be measured.

#### Why Current Methods Fail

**Twitter/CT:** Bots and loud voices dominate. No way to separate signal from noise.

**Polls:** Zero credibility. Anyone can vote without stake or verification.

**DAO Voting:** Limited to token holders. Designed for governance, not sentiment measurement.

**Sentiment Tools:** Track discussion volume but not actual belief. Kaito tells you what's trending, not what people think is true.

The gap: **No infrastructure exists to measure what informed participants actually believe with enough rigor that the measurement matters.**

Yolomarkets is an opinion-powered prediction market.

It has two tightly coupled components:

1. **CTF markets for traders**\
   Example:\
   \&#xNAN;*“What percentage of people think Polymarket is better than Kalshi?”*\
   Traders bet on buckets like `0–10%`, `11–20%`, … `91–100%`. Only one bucket settles in the money.
2. **Opinion markets for humans**\
   Example:\
   \&#xNAN;*“Which one do you choose, Polymarket or Kalshi?”*\
   Whitelisted humans submit an opinion on the chain. Their answers are hidden until resolution time.\
   After the opinion window closes, the on-chain count decides the percentage. That percentage picks the winning CTF bucket, and the opinion givers who were on the correct side earn a share of market fees.

Yolomarkets is a resolution layer that replaces a traditional oracle like UMA with a transparent, human powered, cryptographically hidden opinion process.&#x20;


---

# 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.yolomarkets.xyz/what-is-yolomarkets.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.
