# Allocation methods for PAMM

This article describes the allocation methods available for PAMM and illustrates their use. One of the two methods can be selected as the default allocation method when [configuring PAMM settings](/admin-guide/configure-b2copy/configure-pamm-settings.md):

* [Reallocation on deposit and withdrawal](/copy-trading-pamm-and-mam-concepts/allocation-methods-for-pamm/reallocation-on-deposit-and-withdrawal.md)
* [No action on deposit and autocorrection on withdrawal](/copy-trading-pamm-and-mam-concepts/allocation-methods-for-pamm/no-action-on-deposit-and-autocorrection-on-withdrawal.md)

{% hint style="info" %}
Autocorrection always results in the partial closing of each open position on a PAMM master account by at least the minimum trading volume that is defined for an instrument.
{% endhint %}

**Formulas**

The following formulas are used for calculations in the examples:

`Equity = Account balance + Floating PnL`

`Floating PnL = Position volume * (Current market price - Open price) * Contract size`


---

# 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/copy-trading-pamm-and-mam-concepts/allocation-methods-for-pamm.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.
