# Withdraw funds from your copy-trading and MAM accounts

You can transfer funds from your copy-trading and MAM accounts to one of your wallets and then withdraw the funds from the wallet.

To transfer funds from your master or investment account:

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

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

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

{% hint style="info" %}
It is only possible to transfer funds between wallets and accounts that have the same currency denomination.
{% endhint %}
{% 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="/files/YBE4rBxMkPxePQoNd5lH" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

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

{% step %}
Confirm the transfer in the displayed popup.
{% endstep %}
{% endstepper %}

Depending on the configuration of your investment platform, the transfer is made immediately or after it is approved by the admin.

The recent transfers are listed on the right side of the page. To view your full transfer history, click **See more**.

{% hint style="success" %}

### Notes

* When transferring funds from an investment account that has one or several active subscriptions, the fees specified in fee plans for the subscriptions are charged, and then the remaining amount is transferred to a wallet.
* When transferring funds from an investment account that is subscribed to one or several master accounts with the minimum deposit requirements, ensure that the remaining balance on your investment account will meet the minimum deposit requirements. If the requirements aren't met, you can choose to transfer the requested amount from your investment account and unsubscribe from the master accounts, or reduce the transfer amount to meet the minimum deposit requirements and maintain the subscriptions.
  {% endhint %}

<figure><img src="/files/exHCdtJeFDunQSidD7as" alt="The minim deposit requirements"><figcaption><p>The minim deposit requirements</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://docs.b2copy.b2broker.com/user-guide/manage-deposits-and-withdrawals/withdraw-funds-from-your-copy-trading-and-mam-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.
