# 6.1 騰落率レース

<figure><img src="https://1646914884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmIUgdHDca0Q5ONtNwVOz%2Fuploads%2FqrYMzdQQhP0ztjxv9EHQ%2Fimage.png?alt=media&#x26;token=ebdfd72c-1ac5-425a-9195-78d53f97d7b0" alt="" width="260"><figcaption></figcaption></figure>

* 騰落率レースでは、開催期間中の価格上昇率が最も高い（全通貨下落した場合は価格下落率が低い）仮想通貨のコインムスメを予想してMSMチケットを得ます。各順位に設定された賞金をCPの投票数に応じて分配し、分配量が0.01MSMを下回る場合は切り上げられます。
* このゲームの騰落率は開催期間開始時点の対象仮想通貨の価格をベースに、開催期間終了時点の価格が何%上昇したか/下降したかの割合を算出します。より上昇率が高い仮想通貨が上位になり、価格が下落した場合はより下落率が低い仮想通貨が上位になります。仮想通貨の価格はCoin Market Capの数値が参照されます。

&#x20;     騰落率 = (最終価格 - 基準価格) / 基準価格

&#x20;     基準価格 =開催期間開始時点の価格

&#x20;     最終価格 =開催期間終了時点の価格

* 騰落率レースにはCPを受け付ける投票期間と騰落率が集計される開催期間が設定されます。投票期間中のレースをクリックすると投票画面に遷移します。


---

# 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/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.
