> For the complete documentation index, see [llms.txt](https://asigna.gitbook.io/asigna/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asigna.gitbook.io/asigna/evm-multisig/quickstart/batched-transactions.md).

# Batched transactions

{% hint style="info" %}
A batch transaction is the act of taking multiple individual crypto transfers and combining them into one larger transaction. You can use stablecoins and cryptocurrencies for batch transactions. It confirms many payments simultaneously with just one network broadcast, reducing costs and improving efficiency
{% endhint %}

To add a transaction to a batch click the relevant button in the top menu.

<figure><img src="/files/4S5wN46Q7hheBDQoHtDN" alt=""><figcaption></figcaption></figure>

In the side menu, click the **New Transaction** button.

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

Fill in the recipient address and amount to add the transaction.

<figure><img src="/files/0YI32wU9dUWHM4A9716Z" alt=""><figcaption></figcaption></figure>

On the second screen, click the **Add to Batch** button.

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

Click the **Batched Transactions** button in the top menu to verify that your transaction has been added to the queue.

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

You can continue to add more transactions. Once the list is complete, confirm the batch.

<figure><img src="/files/4a1HdVyRiEd85K6gy6MG" alt=""><figcaption></figcaption></figure>

Sign transaction using wallet app&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://asigna.gitbook.io/asigna/evm-multisig/quickstart/batched-transactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
