# Fund Management

* Go to the 'Wallets' tab
* Select Funds Tool

## 1. Transfer Funds

Transfer funds from one wallet to another

* Select sender wallet
* Either
  * Select receiver wallet
  * Enter receiver wallet&#x20;
* Enter the amount in SOL to transfer

## 2. Disperse Funds

Transfer funds from one wallet to multiple

* Select sender wallet
* Select receiver wallets
* Enter the amount in SOL to transfer

## 3. Recollect Funds

Transfer funds from multiple wallets to one

* Select sender wallets
* Select receiver wallet

{% hint style="info" %}
This will recollect all of the SOL in the sender wallets to the receiver
{% endhint %}

{% hint style="info" %}
Ensure the most recently added RPC is working; you can check this by testing balance

Funds tools may not work with free RPC's
{% endhint %}

<figure><img src="/files/oWNVsBz9tQCoEcFB8k2D" alt=""><figcaption><p>Images are for illustrative purposes only</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://guide.lunar.trade/other/fund-management.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.
