> For the complete documentation index, see [llms.txt](https://about.wocstreet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.wocstreet.com/prediction-game-deprecated/game-intro.md).

# Game Intro

{% hint style="info" %}
The Prediction Game is under Maintenance at the moment.
{% endhint %}

The stock prediction game is a play-money prediction market that operates on a straightforward principle: as more <img src="/files/HhIRZvt5WXhVAJo1QHMS" alt="" data-size="line"> wagered on a stock going up, the implied probability of its rise increases.&#x20;

We leverage AI to analyze the latest news and bet on the platform along with every one of you.

The platform will become increasingly accurate and insightful while reducing noise because skilled investors will gain more coins and build their reputation.

Everyone is granted [Wisdom Coins](/prediction-game-deprecated/technical-stuff/wisdom-coins.md) to participate, which have unique value on the platform.<br>

## Getting Started

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/FW27JqeJjIPMTTMqBu4A" %}
[Game Flow](/prediction-game-deprecated/game-flow.md)
{% endcontent-ref %}

### Fundamentals:&#x20;

{% content-ref url="/pages/JUHzaxmrZQdGiC17Ctsu" %}
[Settlement](/prediction-game-deprecated/technical-stuff/settlement.md)
{% endcontent-ref %}

{% content-ref url="/pages/iX6V4Fcc2fEy2eJQ9FY1" %}
[Technical Stuff](/prediction-game-deprecated/technical-stuff.md)
{% endcontent-ref %}


---

# 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://about.wocstreet.com/prediction-game-deprecated/game-intro.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.
