# Assign minimum deposits

You can assign minimum deposits to copy-trading, PAMM, or MAM master accounts in the Admin panel.

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 the B2COPY investment platform.

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 %}

To assign a minimum deposit to a master account:

{% stepper %}
{% step %}
Expand the **Copy Trading**, **PAMM**, or **MAM** menu.
{% endstep %}

{% step %}
Go to **Masters**.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the account and click the account number in the **Account Login** column to open the account details.
{% endstep %}

{% step %}
On the **Properties** tab, locate the **Minimum Deposit, USD** section.
{% endstep %}

{% step %}
Click **Edit** and enter the minimum deposit value in USD.

<figure><img src="/files/k4fiVv0c0ifk3YND03v3" alt="Set a minimum deposit"><figcaption><p>Set a minimum deposit</p></figcaption></figure>
{% endstep %}

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

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


---

# 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/admin-panel-guide/manage-master-and-investment-accounts/assign-minimum-deposits.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.
