# Game Guide & Interface Walkthrough

At the top of the Price Prediction game page, you can view information regarding the current prize pool, the countdown timer, and the number of participants.

![Source: lamas.co](/files/2LNHRor3ZvqGFRiKl8K8)

## Step 1: Choose the crypto to predict&#x20;

You first need to choose which cryptocurrency whose price you want to predict. Currently, there are 2 options: BTC (Bitcoin) and SOL (Solana). Upon clicking on the corresponding cryptocurrency, it will be highlighted.

Below, you will see two values displayed: the initial price, labeled "Price on Monday", and the real-time price, labeled "Current price".

![Source: lamas.co](/files/dIaWNgvnmNK8an4c8Lzk)

## Step 2: Place your prediction&#x20;

You need to input your guess of what the price will be on Sunday in the "**Your prediction**" section. This can be in the form of a precise value (left box, with $) or a percentage chance (right box, with %). Entering an amount in either box will automatically change the other accordingly.

After that, you need to enter an amount of USDC for betting in the "**Your bet**" section.

When everything is finalized, click "**Submit**" to submit your prediction.

![Source: lamas.co](/files/cMIOPgMejOfOyJ7EG2i7)

## Step 3: Wait until next Monday&#x20;

The system will take the actual price of the asset at the end of the week as the "closing price" for calculating the final score and rewards.

## Step 4: Claim your prize&#x20;

You can check all information about your bets and claim the prize in the "**Bet History**" zone.

![Source: lamas.co](/files/AHus2iBtSE5qxOusg29g)


---

# 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.lamas.co/1.0/games/price-prediction/game-guide-and-interface-walkthrough.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.
