Why clearing and settlement are separate
Separating clearing from settlement allows payments to run around the clock. Clients see their payment complete as soon as the two banks coordinate it, without waiting for a settlement window.Architecture
Flow
1
Bank A tokenizes client deposits
CTS writes a tokenized representation of the deposit balance to the digital
ledger it runs alongside the bank’s core. The two ledgers stay synchronized,
with balance changes written back to the core.
2
CTS coordinates the payment with Bank B
When a client initiates a payment, CTS exchanges fast transfer messages
with Bank B’s tokenization infrastructure over Inter-Blockchain Communication.
Coordination covers debiting, crediting, and clearing. Each bank’s compliance
systems apply its KYC and AML checks over the policy and logs interface.
3
CTS updates the interbank obligation
Once coordination succeeds, the payment is complete from the clients’ point of
view. CTS records the resulting obligation between Bank A and Bank B in
the interbank obligation registry.
4
CTS invokes the custodian API
Periodically or on demand, CTS calls the custody provider’s API to initiate
settlement of the accumulated obligations. The custodian applies the bank’s
signing policy before acting.
5
The custodian transfers the settlement asset
The custody provider signs and broadcasts a transfer of the settlement asset
from Bank A’s wallet to Bank B’s wallet on the settlement chain. Obligations
are marked settled once the transfer reaches finality.
6
Bank B receives into its own custodial wallet
Bank B’s wallet may be managed by the same custody and issuance providers as
Bank A, or by a different set.
What the two banks agree on
Settlement only requires the counterparties to align on a small number of terms:- The settlement asset, for example a regulated stablecoin
- The settlement chain the asset is held on
- The settlement trigger, whether on demand, on a schedule, or on an obligation threshold
- The wallet addresses each bank settles to
Related
- Overview for the division of responsibility between CTS, the bank, and the custodian
- Connecting a Custody Provider for the integration surface
- Settlement for finality and delivery versus payment