# Managing Funds

## Dispersing

Use the disperse function to send funds from 1 wallet to multiple other wallets.

* **From Wallet:** select the wallet to sends funds from
* **To Wallets:** wallets to send funds to
* **Amounts:** comma separated amounts in ETH, or 1 amount to send to all
* Customize gas settings

<figure><img src="/files/sjBB4vMPyEUix1iiR6s9" alt=""><figcaption><p>Disperse funds popup</p></figcaption></figure>

## Merging

Sends funds from multiple wallets to one wallet.

* **To Wallet:** the wallet to sends funds to
* **From Wallets:** the wallets to send funds from
* **Amounts:** comma separated amounts in ETH, or 1 amount to send from all
* Customize gas settings

<figure><img src="/files/s3CFcalpzswQ4vtsyADq" alt=""><figcaption><p>Merge funds popup</p></figcaption></figure>


---

# 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://agonys-aio.gitbook.io/documentation/features/wallets/managing-funds.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.
