# XCD

活動介紹：

客戶可以透過存款、投注比賽、VIP免費旋轉、SVIP旋轉等多種方式獲得XCD。取得XCD後，不可直接使用或擷取，需透過投注完成流水才能解鎖XCD。通常，解鎖金額為有效投注金額\*1%\*20%，每次解鎖最低金額為5 XCD。

系統確認至少解鎖5 XCD後，您可以前往XCD獎勵活動介面，點選「領取」圖示領取XCD。之後，您可以使用XCD進行投注或兌換其他加密貨幣。

XCD不會過期，客戶可以在錢包中找到所有獲得的Xcoin。當客戶完成投注要求後，Xcoin將解鎖，供客戶領取和使用。

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

### 如何計算有效投注金額？

絕對值：它是數字在數軸上與零點的距離，與方向無關。它始終為非負值。例如：

* &#x20;|5| = 5
* \|-5| = 5<br>

賠付 = 風險金額 + 贏利

有效投注：使用絕對值。

### 公式：

有效投注 = |賠償 − 投注金額|\
注意：有效投注金額不能超過原始風險金額。<br>

### 範例

單註：投注 110 美元，可能贏取 100 美元\
如果您贏了：\
賠付 = 110 美元（原始投注）+ 100 美元（盈利）= 210 美元\
有效投注 = 210 美元 − 110 美元 = 100 美元\
**由於該賠償額小於您的原始投注金額，因此您的有效投注金額為 100 美元**<br>

如果您輸了：\
賠付 = 0 美元\
有效投注 = |0 美元 - 110 美元| = 110 美元\
您的有效投注金額為 110 美元<br>

過關投注：下注 100 美元，可能贏取 230 美元\
如果您贏了：\
賠付 = 100 美元（原始投注）+ 230 美元（盈利）= 330 美元\
有效投注金額 = 330 美元 - 100 美元 = 230 美元\
**但由於這超過了您的原始投注金額，您的有效投注金額上限為 100 美元**<br>

如果您輸了：\
賠付 = 0 美元\
有效投注金額 = |0 美元 - 100 美元| = 100 美元\
您的有效投注金額為 100 美元


---

# 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.xyes.com/chinese/cai-jin-xi-tong/chang-gui-jiang-jin/xcd.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.
