> 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-master-and-investment-accounts/assign-a-minimum-deposit-to-a-master-account.md).

# Assign a minimum deposit to a master account

Minimum deposits can be assigned to client copy-trading, PAMM, or MAM master accounts.

If a minimum deposit is assigned to an account, investors must deposit the specified minimum balance into their investment accounts to subscribe to the master account. Additionally, to keep the subscriptions active, the required minimum balance must remain on the investment accounts after withdrawals.

The minimum deposit isn't tied to any specific fee plan created for the master account and applies to all subscriptions to that account.

{% hint style="warning" %}
The minimum deposit amount is always denoted and displayed in `USD` on all B2COPY pages.

For minimum deposits to work correctly when master and investment accounts are denominated in different currencies, make sure exchange rates are configured for those currencies. Otherwise, the minimum deposit requirement will be ignored during subscription (for details, refer to [How to configure currency exchange rates](https://docs.b2core.b2broker.com/how-to-articles/manage-currencies/how-to-configure-currency-exchange-rates)).
{% endhint %}

Assign a minimum deposit to a master account:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

{% step %}
For copy-trading master accounts, go to **B2COPY** > **Masters**.\
For MAM master accounts, go to **Mam** > **Masters**.\
For PAMM master account, go to **Pamm** > **Masters**.
{% endstep %}

{% step %}
Select a master account, and click **Edit**.
{% endstep %}

{% step %}
On the **Properties** tab, go to **Account name & description**.
{% endstep %}

{% step %}
In the **Minimum Deposit** field, enter the minimum deposit amount in `USD`.

<figure><img src="/files/d1RABSrk6mBSEfYM96cZ" alt="Assign a minimum deposit to a master account"><figcaption><p>Assign a minimum deposit to a master account</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

On the **Leaderboard**, the minimum deposit requirement assigned to the master account is displayed under the **+Follow** button.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.b2copy.b2broker.com/admin-guide/manage-master-and-investment-accounts/assign-a-minimum-deposit-to-a-master-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
