# Everything you need to know about price prediction gaming

Each round consists of two phases: Prediction + Anticipation.<br>

<mark style="color:red;">30-second "Prediction Phase"</mark>: A new round begins, and you can start predicting the token price. &#x20;

Prediction Phase Ends/ Anticipation Phase Begins: The token price is locked, and predictions are no longer allowed.  <br>

<mark style="color:yellow;">30-second "Anticipation Phase"</mark>: Your prediction is set, now wait for the outcome. &#x20;

Round Ends: The final price confirmation begins. The result depends on the difference between the final and starting price, determining if the round has "Mooned" or "Doomed." \
The prize pool is distributed based on each participant's correct prediction size.

<br>

<figure><img src="/files/S4QINOovU6mBCc1AtsGV" alt=""><figcaption><p>Visual "Round Lifecycle Concept"</p></figcaption></figure>


---

# 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.sharptrade.fi/everything-you-need-to-know-about-price-prediction-gaming.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.
