# Batch

Batch transactions allow users to bundle multiple operations into a single transaction. This significantly reduces gas fees and simplifies transaction complexity, making it highly beneficial for users performing complex interactions.&#x20;

## Batch

Click batch above to open side bar.

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

Batch sidebar:

<figure><img src="/files/aiW5bkU24wI3VymS9ken" alt="" width="375"><figcaption></figcaption></figure>

➕ Duplicate: duplicate a same transaction in Batch

🗑️ Delete: delete a transaction you don't need.

Select transactions you want to submit and confirm.

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

You will put them together in one transaction.

## Add to Batch

Found 'Add to Batch' when submitting a transaction. You will add it in batch side bar(Locally).

Batch can be nested in another batch transaction.


---

# 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.mimir.global/advanced/batch.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.
