# Withdraw funds from your PAMM accounts

Withdrawals can only be made from PAMM investment accounts. No balance operations are permitted on PAMM master accounts, meaning that money managers can't deposit or withdraw funds from their master accounts. To withdraw funds from your PAMM investment account, transfer funds from that account to your wallet, and then withdraw them from the B2COPY investment platform.

{% hint style="info" %}
Funds can only be transferred between wallets and PAMM investment accounts denominated in the same currency.

Transfer operations between PAMM investment accounts are prohibited.
{% endhint %}

To transfer funds from your PAMM investment account:

{% stepper %}
{% step %}
In the main menu, go to **Funds** > **Transfer**.
{% endstep %}

{% step %}
In the **From** dropdown, select the PAMM investment account you want to transfer funds from.
{% endstep %}

{% step %}
In the **To** dropdown, select the wallet you want to transfer funds to.
{% endstep %}

{% step %}
Enter the amount that you want to transfer. Alternatively, you can select a percentage of your account balance to transfer by choosing one of the options: 25%, 50%, 75%, or 100%. The corresponding amount will be calculated automatically.

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-c9aecc49a502ace53870cecb7601c4c3fc498fe9%2Ffront-transfer-from.png?alt=media" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Transfer**.
{% endstep %}

{% step %}
Confirm the transfer in the displayed popup to create a withdrawal request.
{% endstep %}
{% endstepper %}

Depending on the configuration of your B2COPY investment platform, your request may require approval from the admin.

After the admin’s approval, a pending request for withdrawing funds appears on the [Requests page](https://docs.b2copy.b2broker.com/user-guide/view-your-account-details/requests-page-for-pamm-accounts-only) in the details of your PAMM investment account. The request will then be processed during the rollover[^1] on the PAMM master account to which your investment account is subscribed. After execution, the funds will be withdrawn to your wallet.

On the **Requests** page, you can cancel your withdrawal request while it’s still pending by clicking the **Cancel** button.

{% hint style="success" %}

### Notes

* When withdrawing all the available balance from your PAMM investment account subscribed to a master account, the investment account is automatically unsubscribed from the master account.
* When withdrawing funds from your PAMM investment account subscribed to the master account with a minimum deposit requirement, ensure that the remaining balance on your investment account will meet the minimum deposit requirement. If the requirement isn't met, you can choose to withdraw the requested amount from your investment account and unsubscribe from the master account, or reduce the withdrawal amount to meet the minimum deposit requirement and maintain the subscription.
  {% endhint %}

{% hint style="info" %}
If the master account does not have enough free margin to process your withdrawal during rollover, the system automatically partially closes open positions on the master account to release the required funds. For details, refer to [Handling insufficient free margin during withdrawal](https://docs.b2copy.b2broker.com/copy-trading-pamm-and-mam-concepts/allocation-methods-for-pamm/reallocation-on-deposit-and-withdrawal#handling-insufficient-free-margin-during-withdrawal).
{% 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/user-guide/manage-deposits-and-withdrawals/withdraw-funds-from-your-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.
