# 6.1 Price Prediction Race

<figure><img src="/files/OpnDRcGx1ySXNJDBSVYA" alt="" width="260"><figcaption></figcaption></figure>

* In the price prediction race, MSM tickets are earned by predicting the CoinMusme of the cryptocurrency with the highest rate of price increase (if all cryptocurrencies depreciate, lowest rate of price decrease) during the event period.&#x20;
* The game's fluctuation rate is based on the price of the target cryptocurrency at the start of the period and the percentage increase/decrease in price at the end of the period. The cryptocurrency with the higher percentage rise will be ranked higher, and the cryptocurrency with the lower percentage decrease will be ranked lower if the price has dropped. The price of the cryptocurrency is referenced to the Coin Market Cap value.

&#x20;     Fluctuation Rate= (Last Price - Base Price) / Base Price

&#x20;     Base Price = Price at the Beginning of the Period

&#x20;     Final Price = Price at the End of the Event Period

* Each price prediction race has a voting period during which CPs are accepted, and a period during which the fluctuation rate is tabulated. Clicking on a race during the voting period will take you to the voting page.


---

# 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://coin-musme.gitbook.io/coin-musme-white-paper/english-1/6.-price-prediction-race/race.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.
