| 4.5G |
The on-chain record of transactions may be treated as the primary books and records for unit deals, with no duplicate off-chain mirror. |
The Indexing Engine reads canonical chain state with reorg handling and backfill, and the Ownership Engine derives the register from it rather than from what an application says it wrote. |
| 4.8G–4.9G |
The responsible firm can amend the register without any third party's consent. That power may not exist by default; smart contracts, key control or a master-node function can provide it. |
Mint, burn, freezing an exact amount and forced transfer are contract functions behind roles. The authority key sits in your custody workspace, and eligibility administration can sit on a separate key. |
| 4.10G |
Units in one class may use more than one DLT network, provided holders' rights and charges stay the same. |
EVM chains, public or permissioned. Each chain deployment is its own asset against the same investor records, so holdings are reported per chain and per investor. |
| 4.12G–4.13G |
Where distributors or unitholders can write to the ledger, the firm must still be able to reverse incorrect entries, and needs procedures to find them. |
The Ownership Engine flags anomalies against chain state. A correction is a new transaction — a forced transfer or a burn — so the history keeps both the error and the fix. |
| 4.14G–4.17G |
Controls so units move only to, from or between eligible unitholders: an allow list of verified addresses, including access to particular classes. |
The token checks the Eligibility Engine registry inside every transfer, with separate send and receive permissions, and moves nothing when no list is attached. Each unit class is its own token with its own eligibility rules. |
| 4.18G |
Smart contracts relied on for eligibility or fund operation should be regularly audited. |
The contract source is open to your reviewers. An external audit of our own contracts has not been completed yet; ask where it stands before you rely on them. |
| 4.19G–4.21G |
The register states units per class per unitholder, so systems must aggregate a holder's positions across wallets and blocks. |
Wallets are assigned to investors, and positions are reported per investor across all of their wallets. A move between one investor's own wallets is a reallocation, not a change of owner. |
| 4.22G–4.26G |
Plans for a network outage: risk policies, alternative ways to deal, and wind-up procedures if the network is lost for an extended period. |
The derived register lives in your PostgreSQL database and stays readable while the chain is not. Pending operations wait in a durable queue and resume. The alternative dealing and wind-up procedures are yours. |
| 4.27G–4.28G |
The register is available for inspection free of charge in the UK, combining on-chain and off-chain records where that cannot be done on DLT alone. |
Single-tenant in your cloud account, in the region you choose, London included. Holders per unit class and positions per investor are API reads for whatever inspection process you run. |
| 4.29G |
Public or consortium networks may operate overseas; consider whether that affects the scheme's domicile. |
The chain is a deployment decision rather than an architectural one. The domicile assessment is yours. |
| 4.32G–4.33G |
Data protection, particularly on public networks where records are permanent and not encrypted by default. |
No personal data goes on chain. Contracts hold addresses and permission flags; who an address belongs to stays in your database. |