# How to use Predictions

## Step 1 - Connect Your Wallet

If you didn't complete this step, visit [How to Create & Connect a Wallet](https://docs.dragonswap.app/dragonswap/).

## Step 2 - Go to Predictions Page

Open the [DragonSwap](https://test.dragonswap.app/) web app. Next, open the Predictions Page.

<figure><img src="/files/QYWIKKQ1u84s4g8kyyO0" alt=""><figcaption></figcaption></figure>

## Step 3 - Choose Bull or Bear

Decide if you believe the price of the Sei will be higher (Bull) or lower (Bear) than the mark price at the end of the epoch. Select desired option to place your bet.

<figure><img src="/files/TKCJpJC3Nht866DuqQHL" alt=""><figcaption></figcaption></figure>

## Step 4 - Enter Your Stake

Specify the amount of tokens you want to wager in the bet. Ensure you have sufficient balance in your wallet for the stake.

<figure><img src="/files/yD9q9CeHULk3khITMAiT" alt=""><figcaption></figcaption></figure>

## Step 5 - Confirm Your Prediction

Review your choice and the potential payout ratios displayed. Confirm your prediction by submitting the transaction.&#x20;

<figure><img src="/files/crZxBRpUi7kRpzFFHILR" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ykTWDObQ8nd2mNagX5ti" alt=""><figcaption></figcaption></figure>

## Step 6 - Wait for the Epoch to End

Once your prediction is placed, wait for the 5-minute epoch to conclude. You can track the current market conditions on the live price graph.

<figure><img src="/files/I2rPWNNTPDOV9cU11WPh" alt=""><figcaption></figcaption></figure>

## Step 7 - Claim Funds

After the epoch ends, check the actual price against the mark price. The platform will display the results on the price graph. If you predicted correctly, your winnings can be claimed from the history section by selecting "Claim" or "Claim All."


---

# 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/how-to-use-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.
