# Withdraw funds from PAMM accounts

Funds can be withdrawn only from PAMM investment accounts. Any balance operations are prohibited on PAMM master accounts, which means that PAMM traders aren't allowed to deposit or withdraw funds from their PAMM master accounts.

To withdraw funds from a client's PAMM investment account, make a transfer from that account to a clients's wallet. Next, funds can be withdrawn from the wallet.

{% hint style="info" %}
Transfer operations between PAMM investment accounts are prohibited.

**‍**Funds can only be transferred between wallets and PAMM investment accounts denominated in the same currency.
{% endhint %}

Transfer funds from a PAMM investment account to a client's wallet as follows:

{% stepper %}
{% step %}
Go to **Finance** > **Transfers**.
{% endstep %}

{% step %}
Click **+Create** at the upper-right page corner.
{% endstep %}

{% step %}
From the clients list, select a client for whom you want to transfer funds.
{% endstep %}

{% step %}
On the **Transfer** page, fill in the following fields:

* In the **From account** dropdown, select a client's PAMM investment account from which you want to transfer funds.
* In the **To account** dropdown, select a client's wallet to which you want to transfer funds.
* In the **Amount** field, enter an amount that you want to transfer. The specified amount is duplicated in the **Destination amount** field.
* Confirm the transfer by solving a math problem and entering a result in the **Verification code** field.

<figure><img src="/files/4EQhk7i5fBDGkisa8MNz" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to create the request to transfer funds.
{% endstep %}
{% endstepper %}

If your system is configured to require an admin's approval for transfers, then go to **Clients** > **Requests** and approve the request. Requests to transfer funds to/from PAMM investment accounts are assigned the **Pamm** **Transfer** type.

{% hint style="info" %}
On PAMM accounts, balance operations aren't executed immediately. Instead, requests for their execution are created, which are then processed during rollovers[^1] that are run on PAMM master accounts. You can view lists of pending and executed requests on the **Balance** tab in the details of master and investment accounts (refer to [View and execute pending PAMM requests](/admin-guide/manage-master-and-investment-accounts/view-and-execute-pending-pamm-requests-on-master-accounts.md)).

When withdrawing all available balances from a PAMM investment account subscribed to a PAMM master account, the investment account is automatically unsubscribed from the master account.
{% endhint %}

[^1]: For PAMM accounts, a process during which trading results gained on a PAMM master account are updated and the outcome is distributed between subscribed PAMM investors, while deposit and withdrawal requests are executed as well. The rollover process can be triggered manually by the owner of a PAMM master account or can run automatically based on a schedule.


---

# 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.b2copy.b2broker.com/admin-guide/manage-deposits-and-withdrawals/withdraw-funds-from-pamm-accounts.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.
