> 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/user-guide/manage-deposits-and-withdrawals/deposit-funds-to-your-pamm-accounts.md).

# Deposit funds to your PAMM accounts

Deposits can only be made to 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.

PAMM master accounts are funded by the PAMM investment accounts subscribed to them.

When you create a PAMM master account in the Web UI, an accompanying PAMM investment account is automatically created and subscribed to your new master account. To add funds to your PAMM master account, transfer funds from your wallet to the associated investment account.

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

Fund can be transferred to a PAMM investment account only after the investment account is subscribed to a PAMM master account.

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

To transfer funds to your PAMM investment account:

{% stepper %}
{% step %}
In the main menu, expand **PAMM**, and then click **My Accounts** under the desired platform, if more than one is available.
{% endstep %}

{% step %}
Select the investment account which you want to transfer funds to and click **Transfer** displayed in the account row.

{% hint style="info" %}
The **Transfer** button is enabled only if the investment account is subscribed to any master account.
{% endhint %}

<figure><img src="/files/q2l9dls9u9VzXJEHMFTl" alt="Transfer button"><figcaption><p>Transfer button</p></figcaption></figure>

You are redirected to the **Transfer** page.
{% endstep %}

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

{% step %}
In the **To** field, the number of the selected investment account is displayed.
{% endstep %}

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

<figure><img src="/files/hog9pPJS8wOOQRS9pc5Q" 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 deposit request.
{% endstep %}
{% endstepper %}

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

After the admin’s approval, a pending request for depositing funds appears on the [Requests page](https://github.com/b2broker-gitbook/gitbook-b2copy/blob/master/user-guide/manage-master-and-investment-accounts/view-your-account-details/requests-page-for-pamm-accounts-only.md) 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 deposited into your investment account.

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

<figure><img src="/files/H0gBmrtFLXJ4ObDlXw44" alt="Requests page"><figcaption><p>Requests page</p></figcaption></figure>

[^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
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/user-guide/manage-deposits-and-withdrawals/deposit-funds-to-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.
