By default, a PAMM deposit request waits for the next rollover. Brokers can enable a narrower fast path: when a new deposit request reaches a master with no open positions and no unfinished work that needs to be distributed across investor shares, B2COPY can start a rollover immediately instead of waiting for the scheduled cycle.
Deployment-level setting
This option is configured in the PAMM service deployment, not in the Admin panel. It is disabled by default and applies to new deposit requests only.
Enable the no-positions deposit rollover
Set ROLLOVER_AUTOSTART_ON_DEPOSIT_NO_POSITIONS to true in the PAMM service environment:
ROLLOVER_AUTOSTART_ON_DEPOSIT_NO_POSITIONS=trueApply the setting
Roll out or restart the PAMM service using your deployment process so it loads the new value.
Create a new PAMM deposit request
When an investor transfers funds to a PAMM investment account, B2COPY checks the master’s current state before deciding whether to start a rollover.
Check the request result
If the master is eligible, the new request is included in the rollover that starts automatically. Otherwise, it stays in the normal queue for the next scheduled or manually started rollover.
When does the automatic rollover start?
| Condition | Result |
|---|---|
| Setting is off (default) | The deposit follows the regular PAMM flow and waits for the next scheduled or manually started rollover. |
| Setting is on and the master is eligible | B2COPY starts a rollover when the new deposit request is created, and that rollover processes the deposit. |
| Setting is on but any eligibility check fails | B2COPY does not start a rollover for the request. It remains queued for the regular rollover flow. |
Eligibility checks
The automatic start is allowed only when all of these conditions are true for the PAMM master:
- No rollover is already in progress.
- The master has no open positions.
- There are no unprocessed master deals.
- There are no unprocessed distribution virtual deals waiting to be distributed across investor shares.
Example
An investor deposits 5,000 USD while the master has no open positions and no unfinished distribution work. With the option enabled, the new deposit request starts a rollover immediately. The deposit is processed in that rollover, so the funds can enter the pool without waiting for the master’s next scheduled settlement.
What this option does not change
- It does not make every PAMM deposit instant. If any eligibility check fails, the normal rollover timing applies.
- It does not process withdrawals or unsubscriptions through this fast path.
- It does not pull existing pending deposit requests into a rollover when the setting is enabled. The rule applies to new requests.
- It does not replace the master’s Manual or Scheduled rollover settings.
Do not describe PAMM deposits as always instant
The setting is disabled by default and only applies to eligible new deposits. Investors may still see a pending request when the master has open positions, unfinished distribution work, or an active rollover.
Related guides
- Deposit funds to PAMM accounts — the standard deposit flow and the Balance tab used to review requests.
- PAMM links and rollover — how the master executes or cancels pending deposit and withdrawal requests.
- How rollovers affect deposits and withdrawals — the client-facing explanation of normal PAMM timing.
