# 批量下注

MemeDice 支持批量下注功能，让你在一笔交易中同时下多注，节省 Gas 费和操作时间。

***

## 开启批量模式

在下注控制面板中，找到 **「批量下注」** 开关，点击开启。

开启后会出现一个数量输入框，可以设置每次下注的注数（2-50 注）。

<figure><img src="/files/73hSet34fZla99RprWys" alt=""><figcaption></figcaption></figure>

***

## 批量下注信息

开启批量模式后，界面会显示三个统计卡片：

| 信息      | 说明                   |
| ------- | -------------------- |
| **总金额** | 单注金额 × 注数            |
| **最大赢** | 如果全部赢了，总共能赢多少        |
| **最大输** | 如果全部输了，总共会输多少（= 总金额） |

***

## 工作原理

批量下注在一笔交易中完成所有注的结算：

1. 一次性从你的钱包转入 `单注金额 × 注数` 的代币
2. 每一注独立生成随机数，独立判定胜负
3. 所有结果在同一笔交易中返回

### 结果展示

批量下注的结果会作为一个「轮次」显示在最近结果面板中：

* 轮次摘要：显示总注数、胜/负数、净盈亏
* 展开后可以看到每一注的详细结果（随机数、方向、盈亏等）

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

***

## 限制

| 限制   | 值                 |
| ---- | ----------------- |
| 最小注数 | 2                 |
| 最大注数 | 50                |
| 每注金额 | 与单注相同（受最小/最大下注限制） |

***

## 使用建议

* **节省 Gas**：批量下注只需一笔交易的 Gas 费，比逐注下注更经济
* **控制风险**：注意总金额，批量下注的总投入 = 单注 × 注数
* **适合高频玩家**：如果你喜欢快速连续下注，批量模式是最佳选择

{% hint style="warning" %}
批量下注的总金额必须在你的代币余额范围内，且资金池必须有足够的余额来支付所有潜在奖励。
{% endhint %}


---

# 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.dapp.meme/wan-you-xi/pi-liang-xia-zhu.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.
