# Batch Bets

MemeDice supports batch betting, allowing you to place multiple bets in a single transaction, saving gas fees and operation time.

***

## Enable batch mode

In the betting control panel, find **"Batch Bet"** toggle and click to enable it.

After enabling, an amount input box will appear, where you can set the number of bets per round (2-50 bets).

<figure><img src="/files/335b08599cf5a43536b56881fc4d3dfab87f90b7" alt=""><figcaption></figcaption></figure>

***

## Batch betting information

After batch mode is enabled, the interface will display three statistic cards:

| Information      | Description                                                       |
| ---------------- | ----------------------------------------------------------------- |
| **Total amount** | Amount per bet × Number of bets                                   |
| **Max win**      | If all bets win, how much can be won in total                     |
| **Max loss**     | If all bets lose, how much will be lost in total (= total amount) |

***

## How it works

Batch betting completes settlement for all bets in a single transaction:

1. Transfer once from your wallet `Amount per bet × Number of bets` tokens
2. Each bet generates a random number independently and determines win or loss independently
3. All results are returned in the same transaction

### Result display

The batch betting results will be displayed as a "round" in the recent results panel:

* Round summary: shows total bets, wins/losses, net profit or loss
* After expanding, you can see the detailed results of each bet (random number, direction, profit or loss, etc.)

<figure><img src="/files/2b0cbe228363515df663eb71a22e82f2a23992e4" alt=""><figcaption></figcaption></figure>

***

## Restrictions

| Restrictions           | value                                                        |
| ---------------------- | ------------------------------------------------------------ |
| Minimum number of bets | 2                                                            |
| Maximum number of bets | 50                                                           |
| Amount per bet         | Same as a single bet (subject to minimum/maximum bet limits) |

***

## Usage tips

* **Save Gas**: Batch betting only requires one transaction's gas fee, making it more economical than betting one by one
* **Control risk**: Pay attention to the total amount; the total input for batch betting = amount per bet × number of bets
* **Suitable for high-frequency players**: If you like placing bets quickly and continuously, batch mode is the best choice

{% hint style="warning" %}
The total amount of batch betting must be within your token balance, and the pool must have sufficient balance to pay all potential rewards.
{% 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/dapp.meme-en/play-games/batch-bets.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.
