# Prediction Market

A prediction market is a place where people can make guesses about what will happen in the future, like who will win an election or what the weather will be like. They buy and sell shares based on their guesses, and the price of these shares shows how likely people think the event is to occur. If the event happens as they guessed, they can earn money. It’s a way to see what a lot of people think will happen before it actually does.


---

# Agent Instructions: 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.bitcino.com/features/prediction-market.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.
