# 獎金日曆系統

## 獎金日曆功能

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

日曆選項為我們所有的客戶提供了一個有趣的功能，並為公司增加了客戶留存機會。 了解這項功能對於更好地理解我們向客戶發放獎金的方式，並解答他們在這方面的問題至關重要。&#x20;

所有發放給客戶的獎金都需要透過行事曆進行兌換，無論是一次性兌換或分多次兌換。 獎金的一部分將進入餘額，客戶可以隨時使用，另一部分將分配到日曆。&#x20;

這意味著分配到日曆的那部分獎金將根據特定獎金的指定日期進行分配，每8小時發放一次。

例如，客戶獲贈100美元的獎金，並且分配比例為70%到餘額，30%到日曆3天，這意味著客戶將有70美元可以立即使用，30美元分配到日曆。 這30美元將在3天內分配，即每天10美元，每8小時客戶可以兌換3.33美元。

提款總投注要求：1倍。

## 獎金在日曆上的分配

在獲得獎金時，這些獎金可以一次性發放到可用餘額，或分配到日曆系統。分配方式將取決於客戶VIP等級狀態。

|              VIP              |            SVIP            |
| :---------------------------: | :------------------------: |
| <p>30%進入餘額 </p><p>70%進入日曆</p> | <p>70%進入餘額 <br>30%進入日曆</p> |
|           在5天內分配到日曆           |          在3天內分配到日曆         |
|     日曆中的獎金將在 1 天（24小時）後過期     |    日曆中的獎金將在 1 天（24小時）後過期   |


---

# 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/jiang-jin-ri-li-xi-tong.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.
