Digital Assets & Virtual Assets
RWA Tokenisation in Hong Kong: Legal Framework and Structuring Guide

Distributed ledger technology (blockchain) is increasingly embedded in fund administration infrastructure, enabling real-time investor records, automated distribution calculations, programmable transfer restrictions, and streamlined know-your-client (KYC) and anti-money-laundering (AML) compliance. Investment funds in Hong Kong have begun to explore and implement blockchain-based administration architectures, and the regulatory environment has evolved to accommodate (and in some cases encourage) tokenised fund structures. This article examines the legal framework for blockchain-based fund administration, the mechanics of tokenisation, regulatory considerations for Hong Kong funds, and practical guidance for fund managers considering blockchain implementation.
Traditional fund administration involves manual data entry, T+1 or T+2 settlement, paper-based or PDF-based investor onboarding, and periodic (monthly or quarterly) NAV calculations. This manual workflow creates operational overhead, settlement lag, and potential for human error. Blockchain-based fund administration replaces these manual steps with automated processes: investor onboarding is codified as smart contract execution, subscription and redemption instructions are recorded on-chain, and NAV calculations are performed by automated systems that are triggered by market data feeds.
The practical benefits are significant: (a) real-time investor cap table and interest tracking; (b) immediate settlement of subscriptions and redemptions (T+0) rather than T+1 or T+2; (c) automated verification of investor eligibility (whitelist enforcement) and regulatory compliance (ongoing KYC verification); (d) reduced operational costs by eliminating manual reconciliation and data entry; (e) enhanced transparency for investors (they can view their interests and portfolio position in real time); and (f) programmable distribution of income and returns through smart contracts.
However, blockchain-based administration also introduces novel risks and complexities: code vulnerabilities in smart contracts can cause unintended transfers or calculations; blockchain systems create audit trail and immutability constraints that differ from traditional record-keeping; regulatory uncertainty persists in some jurisdictions regarding whether on-chain records satisfy statutory registry requirements; and custody of tokenised interests on a blockchain requires novel security and operational safeguards.
A critical starting point is to confirm: does tokenisation change the legal nature of a fund interest? The answer is unequivocally no. A digital token representing a limited partnership interest in a Limited Partnership Fund (LPF) is, in legal essence, still a limited partnership interest. Its tokenisation affects how it is recorded and transferred; it does not change the rights it represents, the obligations it carries, or the statutory regime governing it. The Limited Partnership Ordinance (Cap. 625), the Companies Ordinance, and other relevant statutes apply to tokenised interests identically as they apply to paper-based partnership certificates.
This principle is important because it means that tokenising a fund does not exempt the fund from regulation or alter the fund's legal obligations. An SFC-authorised fund remains subject to SFC authorization requirements, conduct rules, and investor protection requirements whether the fund issues paper units or digital tokens. A limited partnership remains subject to the Limited Partnership Ordinance requirements, including the requirement to maintain a register of partners, whether the register is maintained in a bound ledger or on a blockchain.
However, the principle also creates a practical tension: traditional registry and record-keeping requirements may assume physical or database records maintained by a service provider (transfer agent, company secretary), whereas blockchain-based records are distributed and maintained by network participants. The question of whether a blockchain-based record satisfies statutory registry requirements is not definitively settled in Hong Kong law and may require regulatory guidance or clarification through specific fund structures.
Fund Administration as a Regulated Activity. Under Hong Kong's Securities and Futures Ordinance (Cap. 571), "fund administration" is not, by itself, a separately licensed regulated activity. However, if a fund administrator provides investment management or financial advice (Type 1, 4, or 9 licensed activities), licensing is required. A pure transfer agent or administrator that maintains investor records, calculates NAV, and processes subscriptions and redemptions (without making investment decisions or providing advice) is not typically subject to SFC licensing, provided it does not carry on other regulated activities.
Tokenisation and Virtual Asset Custodian Licensing. If a fund administrator arranges for fund interests to be tokenised on a blockchain and held by investors in the form of digital tokens, the administrator may potentially be providing custodian services. Under the SFC's guidance on digital asset custody (published in 2023), a person that safeguards digital assets on behalf of customers may require licensing as a Type 1 (dealing) or as a specialised custodian entity if the activity is carried on as a business. However, the scope of this requirement is still clarifying, and it depends on the specific arrangement: if investors themselves hold private keys to their tokenised interests (self-custody), the fund administrator is not a custodian. If the administrator or a third-party custodian holds key management infrastructure on behalf of investors, licensing may be required.
This regulatory landscape is evolving. The HKMA and SFC have signalled openness to tokenised fund infrastructure, and both regulators have published guidance contemplating tokenised securities and fund interests. However, definitive regulatory rulings on specific tokenisation architectures may require formal engagement with the regulators or reliance on legal opinions from specialised counsel.
A Limited Partnership Fund is governed by the Limited Partnership Ordinance, which requires that the partnership maintain a register of partners specifying each partner's name and address. Can this register be maintained on a blockchain? Technically, yes—a blockchain record is a record. However, several practical and regulatory issues arise:
Statutory Requirement for Register. The Limited Partnership Ordinance specifies that the register must be maintained, but does not prescribe the form. A blockchain-based register can, in principle, satisfy this requirement provided that: (a) the register is maintained in a form that allows retrieval of all required information (partner names, addresses, interests); (b) the information on the blockchain is accurate and is kept up-to-date; and (c) the blockchain system provides audit trail and verification capabilities sufficient to satisfy record-keeping standards.
Practical Considerations for Blockchain Registers. A blockchain-based limited partnership register would typically be implemented using a private or consortium blockchain (not a public blockchain like Ethereum), where the partnership (or its administrator) controls write access to the register. The blockchain would record partner additions, transfers of interests, and redemptions. However, because blockchain transactions are immutable by design, corrections or amendments to partner information (e.g., correcting a partner's address) are more complex than in a traditional database—typically, corrections require recording a new transaction noting the correction, rather than modifying the original record.
Companies Registry Coordination. Hong Kong's Companies Registry requires that certain entities (including the general partner of a limited partnership, which is typically a company) file annual financial returns and maintain registered office information. A blockchain-based register for the partnership itself does not replace the requirement to file with the Companies Registry, but it can complement the Companies Registry filing by providing more detailed and real-time information about partnership interests.
Smart contracts are code executed on a blockchain that automatically perform specified actions when conditions are met. In fund administration, smart contracts can automate: (a) subscription processing—when an investor transfers funds to the smart contract and the contract confirms the transfer, the contract automatically calculates the investor's pro-rata interest and records it on-chain; (b) redemption calculations—when an investor requests redemption, the contract calculates the redemption amount based on the current NAV and processes the distribution; (c) distribution automation—when income or returns are available, the contract automatically calculates each investor's share and distributes it; and (d) transfer restrictions—the contract can enforce lock-up periods or transfer restrictions by preventing transfers of interests outside specified windows or to non-whitelisted addresses.
Smart Contract Code as Operational Rules. A critical legal consideration is that smart contract code implements operational rules and policies that would traditionally be documented in the fund's Limited Partnership Agreement or constitutional documents. The question of whether a smart contract can replace (or supplement) written legal documentation is complex. In principle, a smart contract is an operational tool that executes the terms specified in the LPA, but the smart contract is not the LPA itself—the LPA remains the governing legal document, and if there is a conflict between the smart contract's functionality and the LPA's terms, the LPA prevails.
This separation has important implications: (a) if a smart contract contains a bug that causes incorrect distributions, the bug does not override the LPA's terms—investors are still entitled to correct distributions according to the LPA; (b) the fund manager remains liable for the smart contract's performance, even though the code is automated; and (c) changes to the smart contract require careful coordination with the LPA and may require investor consent if the changes materially alter the fund's operations.
Code Audit and Liability. Before deploying a smart contract for fund administration, the fund manager should engage a reputable blockchain code auditor to review the contract for vulnerabilities, logic errors, and operational risks. The audit should verify that the code faithfully implements the LPA's terms and should identify edge cases or failure modes that could occur under extreme market conditions. The fund manager is liable to investors for losses caused by smart contract errors or code vulnerabilities, and the availability of a professional audit report can serve both as evidence of due diligence and as a basis for insurance coverage (if the fund manager procures cyber liability or errors and omissions insurance covering smart contract code).
Irreversibility and Error Correction. A fundamental characteristic of blockchain systems is that transactions are immutable—once recorded on the blockchain, a transaction cannot be reversed or modified. This creates a tension with traditional fund administration, where errors can be corrected. For example, if a smart contract mistakenly calculates a redemption distribution as 100 units instead of 50 units and pays out the erroneous amount, the transaction cannot be reversed through the blockchain; correction requires either: (a) the investor voluntarily returning the excess units (and the fund returning the overpayment); or (b) a new blockchain transaction recording the correction (an adjustment or clawback transaction). This irreversibility requires that fund managers implement additional safeguards such as multi-signature approval for large transactions, circuit breakers to prevent extreme outlier transactions, and robust testing before deployment.
Governance of Smart Contract Upgrades. Blockchain-based fund administration systems require periodic updates—to fix bugs, to incorporate regulatory changes, or to enhance functionality. The question of who has the authority to upgrade a smart contract and how investor consent is obtained for upgrades is a critical governance consideration. Some blockchain architectures use a single "admin key" controlled by the fund manager; others implement multi-signature governance where multiple stakeholders (including possibly Limited Partner representatives) must approve upgrades. The governance model should be clearly documented in the LPA and should reflect the level of investor protection appropriate to the fund's strategy and investor base.
The Open-Ended Fund Company (OFC) structure, which is increasingly used for Hong Kong funds, is particularly well-suited to blockchain-based administration and tokenisation. An OFC operates on a variable capital basis, meaning its share capital fluctuates as investors subscribe and redeem. The OFC's constitution permits creation of multiple share classes, which aligns naturally with tokenisation—each share class can be represented by a distinct token. An OFC's register of members can, in principle, be maintained on a blockchain, provided it records the required information (member names, addresses, share classes, quantities).
The SFC has published guidance contemplating tokenised OFC interests and has signalled that the SFC would be open to authorising funds with blockchain-based administration provided the fund meets all SFC investor protection requirements and provided the blockchain system has been professionally audited and meets operational resilience standards.
Regulatory frameworks for virtual asset service providers (VASPs) include the FATF (Financial Action Task Force) Travel Rule, which requires that when virtual assets are transferred, information about the originator and beneficiary of the transfer must accompany the transfer. For a tokenised fund traded on a blockchain-based exchange or transfer agent, Travel Rule compliance is essential but technically challenging.
Travel Rule Implementation. A fund token transferred from Investor A to Investor B on a blockchain network must be accompanied by information identifying both A (the originator) and B (the beneficiary) and their beneficial ownership information. This information is required so that downstream recipients of the token can verify that neither the originator nor the beneficiary is a sanctions target or is otherwise engaged in illicit activity.
In practice, Travel Rule compliance for tokenised funds is typically implemented through: (a) a whitelisting system that verifies the identity and AML/KYC status of all token holders and restricts transfers to whitelisted addresses; (b) a custodian or transfer agent that holds transfers in escrow pending Travel Rule information verification; or (c) integration with a VASP-licensed exchange or platform that implements Travel Rule functionality natively. The specific implementation depends on the fund's structure and the blockchain network it uses.
Custody of Tokenised Interests. A critical AML/KYC question is who holds legal title to the tokenised fund interests. If investors directly control the private keys to their blockchain addresses (self-custody), the AML obligations rest with the fund manager and distributor but not with the investor themselves (the investor is not a VASP). If a third-party custodian or the fund administrator holds key management infrastructure on behalf of investors, the custodian likely requires VASP licensing or is subject to similar AML/KYC obligations. The fund manager's AML/KYC obligations—conducting due diligence on investor identity, sources of funds, and beneficial ownership—remain in place regardless of custody architecture.
The Hong Kong Monetary Authority's Project Ensemble represents a significant infrastructure initiative aimed at exploring wholesale Central Bank Digital Currency (CBDC) as a settlement asset for tokenised securities and fund transactions. In Phase One (completed in 2023), the HKMA tested a tokenised HKD deposit system and executed atomic swap transactions settling a tokenised fund with tokenised deposits—achieving T+0 settlement for fund subscriptions and redemptions.
Project Ensemble has profound implications for blockchain-based fund administration in Hong Kong. If the HKMA deploys a wholesale CBDC platform, fund managers could integrate with that platform to enable real-time settlement: an investor transferring HKD to subscribe for a tokenised fund would receive fund tokens immediately (T+0) in exchange for tokenised HKD deposits, and redemptions would be similarly atomic. This would eliminate the settlement lag and counterparty risk inherent in traditional T+1 or T+2 settlement and would represent a significant advancement in fund administration efficiency.
The HKMA has not announced a definitive timeline for wholesale CBDC deployment, but the HKMA's public statements suggest that the Authority views wholesale CBDC as a priority infrastructure initiative. Fund managers should monitor HKMA announcements regarding CBDC and should consider whether their blockchain-based fund administration systems could integrate with CBDC infrastructure in the future.
If fund interests are represented as digital tokens held on a blockchain network, the custody and security of those tokens is paramount. The SFC's 2023 guidance on digital asset custody specifies that custodians of digital assets must implement appropriate safeguards including: (a) cold storage (offline storage) for a significant portion of holdings; (b) multi-signature controls requiring multiple keys or approvals for transaction authorization; (c) segregation of customer assets from the custodian's proprietary assets; (d) robust cybersecurity including intrusion detection and regular penetration testing; and (e) insurance coverage for digital asset holdings.
For a fund using blockchain-based administration, custody architecture is typically one of the following: (a) self-custody by the fund (typically used for wholesale or professional investor funds where the administrator is the fund itself), with keys held in cold storage and protected by multi-signature controls; (b) third-party custody by a licensed custodian specializing in digital assets (e.g., a cryptocurrency custodian or a digital asset service provider of a major bank); or (c) a hybrid approach where the fund's operational hot wallet (used for regular transactions) holds a small portion of interests, with the bulk held in third-party cold storage.
The choice of custody architecture should be reflected in the fund's constitutional documents and should be disclosed to investors in the offering document. Investors should understand where their interests are held, who controls the custody arrangements, and what insurance and security measures protect their interests.
For a fund manager considering blockchain-based administration, the following steps are advisable:
As of 2026, several Hong Kong-based funds and fund managers have begun experimenting with blockchain-based administration, particularly for wholesale and professional investor funds. The State Street Digital Exchange Consortium and other industry initiatives have tested tokenised fund settlement on permissioned blockchains. However, the majority of Hong Kong funds continue to use traditional centralised transfer agent and administration systems. The regulatory framework is supportive of blockchain experimentation, but market adoption remains limited, and many fund managers and investors remain cautious about the technology risk and operational complexity.
The future direction of blockchain-based fund administration in Hong Kong is likely to accelerate as: (a) the HKMA's wholesale CBDC infrastructure matures and becomes available for market use; (b) regulatory guidance becomes more detailed and specific; (c) custody and security standards for digital assets become industry-standard and widely adopted; and (d) fund managers and investors become more comfortable with blockchain technology through sustained experience and maturation of the ecosystem.
Learn about our investment funds and digital assets practice.
This article is for general information and educational purposes only. It does not constitute legal advice and should not be relied upon as such. Laws and regulatory requirements are subject to change. You should seek independent legal advice in relation to your specific circumstances before taking any action or relying on any information in this article.
EN test
The global RWA market has reached USD 352 billion. But Hong Kong's "same activity, same risk, same regulation" framework imposes material compliance costs on issuers. Alan Wong LLP explains what the regulatory high wall means in practice — and how to navigate it.