> 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/configure-b2copy/allocate-custom-rewards-for-assistance-in-managing-master-accounts.md).

# Allocate custom rewards for assistance in managing master accounts

When a master account is managed by both the trader who owns the account and their business partner, such as a risk manager or market analyst, it’s possible to allocate custom rewards to the business partners.

The business partner is rewarded with a percentage of the fee amounts left after paying rewards to [IB partners](/admin-guide/configure-b2copy/run-the-introducing-brokers-ib-program.md). The fees are charged from the subscribed investment accounts according to the master account’s fee plan.

If an investment account is opened by a client referred to the investment platform by an IB partner and subscribed to a master account for which a business partner is added, the rewards to the partners are paid as follows:

* A percentage of the fee amount charged from the investment account is paid to the IB partner.
* After that, a percentage of the remaining fee amount is paid to the business partner.
* The amount left after rewarding the partners is paid to the master account’s owner.

Allocate custom rewards for assistance in managing 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 accounts, go to **Pamm** > **Masters**.
{% endstep %}

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

{% step %}
Go to the **Partnership settings** tab.
{% endstep %}

{% step %}
To add a business partner, click **+Add** in the section named **As Master (Sharing fees paid to this account)**.

{% hint style="info" %}
Unlike the section **As Investor (Sharing fees paid by this account)**, which can be filled in manually or automatically based on the configured IB levels, the **As Master** section is always filled in manually with information about business partners to be rewarded.
{% endhint %}
{% endstep %}

{% step %}
Select the client that you want to add as a business partner for the master account, and click **Select**.
{% endstep %}

{% step %}
In the **Add account percent as master** dialog box, fill in the following fields:

* In the **Account ID** dropdown, select a partner’s wallet or trading account to which the rewards are deposited.
* In the **% fees** field, enter the reward percentage for the partner.

{% hint style="info" %}
The total percentage specified for all business partners managing a master account can’t exceed 100%.
{% endhint %}

<figure><img src="/files/XsfX17s7hXBGgdpuxxwF" alt="Add account percents as master"><figcaption><p>Add account percrnt as master</p></figcaption></figure>
{% endstep %}

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

The business partner is added for the master account and will be rewarded with the specified percentage. In order to allocate rewards to a business partner who helps manage a master account, the partner must be a registered client and have a wallet or trading account to which the rewards can be deposited.


---

# 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/configure-b2copy/allocate-custom-rewards-for-assistance-in-managing-master-accounts.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.
