SettleMint
Asset servicing

Freeze and unfreeze partial balances

Restrict or release part of a holder balance for approved custodian cases.

Partial freeze and unfreeze controls let a custodian restrict part of a holder balance without changing token ownership. Use a partial freeze when a specific amount needs to stay locked while the remaining balance can still move. Use a partial unfreeze when the approved case allows some or all of the frozen amount to be released.

Custodian control, not a compliance rule

Freeze and unfreeze workflows require the Custodian role. They are administrative controls for approved legal, recovery, or compliance cases. They do not replace the asset's normal compliance policy, holder verification process, or custody approval procedure.

Choose the right control

Start with the narrowest restriction that matches the approved case.

CaseUseResult
Only part of the holder's balance needs to stay lockedPartial freezeThe selected amount is frozen. The rest of the holder's available balance can still move if normal transfer checks pass.
A previously frozen amount can be releasedPartial unfreezeThe selected amount is released from the holder's frozen balance.
The whole holder case is clearedPartial unfreeze for the frozen amount, plus any address-level release your deployment requiresThe holder returns to the normal asset policy path after all restrictions are released.

Use forced transfer only when the approved case requires moving tokens to another holder. See Forced transfer for that exception workflow.

Prerequisites

Before you start, make sure you have:

  • the Custodian role for the asset
  • the holder address affected by the case
  • the amount to freeze or release when the case affects only part of a balance
  • approval evidence for the hold, release, or correction
  • the custody or operational approval required by your organisation

What each control changes

ControlWhat DALP changesWhat stays with the case record
Partial freezeQueues a custodian transaction that freezes a positive token amount for the holder. DALP checks the indexed available balance before submitting the queued write when balance data is available.DALP does not decide the legal hold amount. The operator must match the amount to the approved case.
Partial unfreezeQueues a custodian transaction that releases a positive amount from the holder's frozen balance.DALP does not decide whether the case is closed. The operator must keep the release approval with the case record.

Partial freezes and partial unfreezes are queued write operations. Reconcile the queued transaction status and holder balances before submitting another instruction for the same case.

Freeze or unfreeze part of a balance

Open the partial freeze or partial unfreeze action

Go to Asset Management, select the asset, then choose Manage Asset and open the partial freeze or partial unfreeze action.

Select the holder address

Choose the holder address affected by the approved case. If the holder is not visible, verify the address and asset before entering it manually.

Enter the amount

Enter the token amount to freeze or release. The amount must be positive. For a partial freeze, keep the amount within the holder's available balance. For a partial unfreeze, keep the amount within the holder's currently frozen balance.

Review and authenticate

Review the holder address, amount, and asset symbol. Authenticate with the required operator factor and submit only when the values match the approved case.

Reconcile the result

Check the queued transaction status, holder balance, and frozen balance before submitting another partial freeze or unfreeze for the same case.

Production checks

Before using freeze and unfreeze controls in production:

  • keep the Custodian role limited to approved operators
  • define which cases allow an address freeze, partial freeze, and release
  • require evidence for every freeze and unfreeze decision
  • reconcile queued write status and holder balances after submission
  • keep retry behaviour tied to the same business instruction instead of creating duplicate holds
  • periodically review open frozen balances and address freezes against the case ledger

Troubleshooting

IssueWhat to check
Action not visibleVerify that your operator account has the Custodian role for the asset and that the asset supports the holder restriction action.
Address freeze did not clear a partial holdAddress freezes and partial freezes are separate controls. Release the partial frozen amount when the case allows it.
Freeze amount rejectedCheck that the amount is positive and does not exceed the holder's available balance.
Unfreeze amount rejectedCheck that the amount is positive and does not exceed the holder's frozen balance.
Holder still cannot transferCheck address freeze state, remaining partial frozen amount, normal compliance checks, custody policy, and asset pause state.
Response lost after submitTreat the instruction as pending until queued transaction status or holder balance proves the outcome.

For exception movements, see Forced transfer. For asset-level stop controls, see Pause and unpause an asset. For custodian permissions, see Per-Asset RBAC. For API use, see Token holders and transfers.

On this page