# Predictions

In Predictions, players choose whether the price of an asset will be higher or lower than the mark price at the start of the epoch. If the player predicts correctly they win the payout, If the prediction is incorrect, players loses the amount they added into the pool. Predictions offer a fast-paced and engaging way to speculate on short-term market movements.

DragonSwap uses Pyth Price Feeds to provide its users with accurate real-time token price data.

**In this section you'll learn:**

{% content-ref url="/pages/ZMIeGj1gJPpYGyFTAk6b" %}
[How to use Predictions](/dragonswap/guides/predictions/how-to-use-predictions.md)
{% endcontent-ref %}

{% content-ref url="/pages/kMbrbbu014XpugvLq452" %}
[How Predictions work?](/dragonswap/guides/predictions/how-predictions-work.md)
{% endcontent-ref %}


---

# 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.dragonswap.app/dragonswap/guides/predictions.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.
