> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/admin-guide/manage-deposits-and-withdrawals/deposit-funds-to-copy-trading-and-mam-accounts.md).

# Deposit funds to copy-trading and MAM accounts

You can deposit funds to client's copy-trading and MAM accounts (both master and investment accounts) by making a transfer operation from a client's wallet or another copy-trading or MAM account.

Transfer funds to a client's master or investment account 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 either a client's wallet, copy-trading, or MAM account from which you want to transfer funds.
* In the **To account** dropdown, select a client's master or investment account to which you want to transfer funds.

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

* 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/iaFZXXJMHwz5KwjuCcuc" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

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

If your system is configured to require an admin's approval for transfers, then go to **Clients** > **Requests** and approve the request to execute the transfer. Requests to transfer funds to/from copy-trading and MAM accounts are assigned the **Investment** **Transfer** type.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/deposit-funds-to-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.
