# 6.1 漲跌率競賽

<figure><img src="/files/3V9HfOVndya9y639VDnc" alt=""><figcaption></figcaption></figure>

* 在漲跌率比賽中，玩家需要預測在比賽期間內價格上漲幅度最高的加密貨幣Coin Musume（如果所有貨幣價格下跌，則預測價格下跌幅度最小的貨幣），以此獲得MSM兌換券。每個名次設有獎金，根據玩家使用角色點數（CP）投票的數量按比例分配。若分配額低於0.01 MSM，則將被捨棄。
* 遊戲中的漲跌率基於比賽開始時的基準價格，計算比賽結束時的價格相對基準價格的漲跌百分比。價格上漲幅度越大的加密貨幣排名越高，若價格下跌，則跌幅越小的加密貨幣排名越高。加密貨幣價格參考Coin Market Cap提供的數據。

  公式如下：

  * 漲跌率 = (最終價格 - 基準價格) / 基準價格
  * 基準價格 = 比賽開始時的價格
  * 最終價格 = 比賽結束時的價格
* 漲跌率比賽分為投票期間和漲跌率統計期間。玩家可在投票期間點擊比賽進入投票頁面。


---

# 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/han-yu/6.-zhang-dieljing-sai/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.
