A digital payment platform processes a batch of transactions through four sequential verification stages (). The transition rules for the transaction count at each stage are defined as follows:
* Stage 1 (Fraud Filter): of the current batch transactions are flagged and removed, after which system control transactions are added.
* Stage 2 (Currency Verification): of the current batch transactions are each split into two separate micro-transactions (increasing the net transaction count by of the incoming batch), after which invalid transactions are purged.
* Stage 3 (Settlement Reconciliation): The batch transaction count decreases by due to netting, after which pending transactions are merged into the batch.
* Stage 4 (Archival Audit): of the current batch transactions are archived (retaining in the active batch), after which final clearance tokens are added to the batch.
Place the four stages in order of their final batch transaction counts (), from lowest transaction count to highest transaction count.
- 1Stage 1 (Fraud Filter)
- 2Stage 4 (Archival Audit)
- 3Stage 3 (Settlement Reconciliation)
- 4Stage 2 (Currency Verification)