Tokenising Singapore Condos with SQMU: Compliance and Technical Steps


Introduction

Singapore has emerged as a global leader in the regulation of digital assets, offering a clear, technology-neutral framework for real estate tokenisation. The Monetary Authority of Singapore (MAS) has consistently affirmed that tokens conferring ownership rights or profit-sharing in real estate are treated as capital markets products under the Securities and Futures Act (SFA) 2001. This means that a property-backed token is subject to the same disclosure, licensing, and investor-protection rules as conventional securities.

For developers, property owners, and platforms seeking to tokenise Singapore condominiums, this regulatory clarity is a significant advantage. However, it also imposes stringent requirements: legal title to land cannot be transferred solely via blockchain records; only official registration with the Singapore Land Authority (SLA) can effect a valid transfer of ownership. Tokenisation projects must therefore be structured via recognised legal vehicles—typically a special purpose vehicle (SPV) or trust—so that each on-chain token corresponds to a legally enforceable share in an entity that holds the property title.

The SQMU standard, where 1 token equals 1 verified square metre, aligns naturally with Singapore’s emphasis on precise measurement and transparent property rights. Built on open‑source ERC‑1155 smart contracts, SQMU offers a deterministic, auditable tokenisation model that can be customised to meet MAS’s expectations. This article provides a comprehensive guide to tokenising Singapore condos using SQMU, covering the regulatory landscape, legal structuring, technical implementation, and compliance steps. For a detailed regulatory analysis, refer to the Singapore real estate tokenisation guide. For technical deployment, see the open‑source SQMU implementation.


Singapore’s Regulatory Framework for Tokenised Real Estate

Singapore’s approach to digital assets is technology‑neutral: the same activity leads to the same regulatory outcome. MAS has issued detailed guidance on how existing laws apply to tokenised offerings, including the Guide on the Tokenisation of Capital Markets Products (revised December 2025), which clarifies that tokenised property interests fall entirely within the SFA and Financial Advisers Act (FAA) regimes.

1. Securities and Futures Act (SFA)

Under the SFA, tokenised real estate is typically classified as a security. The key regulatory pillars are:

  • Prospectus requirements: Any offer of tokenised securities to the public in Singapore must be accompanied by a prospectus registered with MAS, unless an exemption applies. The standard exemptions remain relevant, including:
    • Small offers not exceeding S$5 million in any 12‑month period.
    • Private placements made to no more than 50 persons.
    • Institutional offers made exclusively to institutional investors.
    • Accredited investor offers restricted to accredited investors.
  • Licensing obligations: Any platform or intermediary dealing in tokenised securities must hold the appropriate Capital Markets Services (CMS) licence. For secondary market trading, a Recognised Market Operator (RMO) licence may be required.
  • AML/KYC compliance: Licensed entities must implement robust anti‑money laundering and counter‑financing‑of‑terrorism (AML/CFT) programmes, including customer due diligence, transaction monitoring, and suspicious transaction reporting.

2. Payment Services Act (PSA)

The PSA provides a licensing framework for payment service providers, including those dealing in digital payment tokens (cryptocurrencies) and stablecoins. Under the PSA, platforms that custody or trade stablecoins used for rent payments or token purchases must obtain a Digital Payment Token (DPT) licence.

3. Stablecoin Regulatory Framework

MAS has finalised a Single‑Currency Stablecoin (SCS) framework that sets reserve quality, redemption timelines, and disclosure standards for stablecoins pegged to the Singapore dollar or G10 currencies. The framework requires:

  • Reserve backing: Stablecoins must be fully backed by low‑risk, highly liquid assets (e.g., cash, government bonds).
  • Capital requirements: Issuers must maintain at least S$1 million in capital.
  • Monthly reserve disclosures: Issuers must publish reserve attestations on a monthly basis.

The SCS framework is expected to be enshrined in law in 2026, providing additional regulatory certainty for stablecoin‑denominated tokenised real estate transactions.

4. Real Estate Legal Constraints

Singapore’s land registration system operates under the Land Titles Act and the Land Titles (Strata) Act, which require all transfers of legal title to be registered with the Singapore Land Authority. A blockchain token cannot by itself transfer legal ownership; only lodgment of documents in the Land Titles Registry can do so.

For condominium tokenisation, the Residential Property Act (RPA) 1976 imposes restrictions on foreign ownership of certain residential properties. Foreign persons (including companies with at least one non‑citizen director or member) may not acquire landed residential property without ministerial approval. For non‑restricted residential units (e.g., condominiums), foreigners may purchase freely, but the token‑issuing SPV must be structured to comply with the RPA’s ownership rules.


Legal Structuring: The SPV Model

Because blockchain tokens cannot directly hold legal title to land, tokenised real estate in Singapore is typically structured using a Special Purpose Vehicle (SPV)—a company incorporated solely to own the property. Investors hold tokens that represent shares in the SPV, which in turn holds the title deed registered with SLA.

The SPV model offers several advantages:

  • Clean separation of liabilities: The SPV isolates the property from the token issuer’s other assets.
  • Transparent governance: Shareholder rights are clearly defined in the SPV’s constitutional documents.
  • Investor protection: Token holders have enforceable rights under Singapore company law.
  • Compliance with RPA: The SPV can be structured as a “Singapore company” to comply with foreign ownership restrictions.

For a condominium tokenisation project, the SPV would:

  1. Acquire the property and register the title deed with SLA.
  2. Issue shares to token holders via the SQMU smart contract.
  3. Distribute rental income (if any) to token holders as dividends.
  4. Manage secondary market transfers by updating the SPV’s shareholder register (which is mirrored on‑chain).

The SQMU standard’s 1 m² = 1 token principle maps directly to the SPV’s share capital: if a condo has 1,000 m² of floor area, the SPV issues exactly 1,000 shares, and each SQMU token corresponds to one share. This eliminates abstraction and makes valuation transparent.


Technical Implementation with SQMU

The open‑source SQMU smart contract suite provides a ready‑to‑use tokenisation stack for Singapore condos. The core contracts include:

  • SQMU.sol (ERC‑1155): The ownership ledger. For each property, a unique token ID is created, and the total supply equals the certified square‑metre area.
  • AtomicSQMUDistributor.sol: Handles primary sales, ensuring atomic exchange of stablecoins for tokens.
  • SQMUTrade.sol: Enables secondary market transfers with whitelist and compliance controls.

Step 1: Property Assessment and SPV Formation

  • Certify the property’s area: Engage a registered surveyor to verify the condo’s total floor area in square metres.
  • Form the SPV: Incorporate a private limited company in Singapore. The SPV’s share capital should be divided into units equal to the property’s area.
  • Register the title deed: Transfer the property title to the SPV and register the deed with SLA.

Step 2: Regulatory Licensing (if required)

  • MAS approval: If the token offering is made to the public (i.e., not under an exemption), a prospectus must be registered with MAS. For offers limited to accredited investors or small offers (under S$5 million), a full prospectus may not be required.
  • CMS licence: If the issuer or platform deals in tokenised securities, a CMS licence may be necessary.
  • KYC/AML programme: Implement investor onboarding procedures, including identity verification and sanctions screening.

Step 3: Token Design and Smart Contract Deployment

  • Deploy the SQMU contracts: Use the guided deployment flow in the SQMU WordPress plugin to deploy SQMU.solAtomicSQMUDistributor.sol, and SQMUTrade.sol to a supported EVM chain (Arbitrum, Base, Ethereum, etc.).
  • Configure token parameters:
    • Total supply = property area (e.g., 1,500 tokens for 1,500 m²).
    • Token ID uniquely identifies the property.
    • Metadata includes references to the SPV’s UEN (Unique Entity Number), SLA title deed number, and property address.
  • Enforce compliance controls: Add whitelist functions to restrict token holding to KYC‑approved wallets. Optionally, enforce transfer restrictions (e.g., lock‑up periods).

Step 4: Investor Onboarding and Primary Offering

  • KYC/AML checks: Verify investor identities using a licensed KYC provider. Collect required documentation (passport, proof of address, source of funds).
  • Whitelist wallets: After successful verification, add the investor’s wallet address to the contract’s whitelist.
  • Execute the offering: Use the AtomicSQMUDistributor to sell tokens. Investors pay in stablecoins (e.g., XSGD, USDC), and tokens are transferred atomically.
  • Record ownership: The smart contract updates the cap table automatically. The SPV’s share register should be reconciled with the on‑chain records periodically.

Step 5: Post‑Launch Operations

  • Rental income distribution (if applicable): If the condo generates rental income, the SPV can distribute dividends to token holders via the smart contract, using stablecoin payments.
  • Secondary market trading: If the tokens are to be traded on a secondary market, ensure that the trading venue holds a Recognised Market Operator (RMO) licence from MAS.
  • Ongoing reporting: File annual returns with ACRA (the Singapore companies regulator) and maintain records for MAS compliance.

Stablecoin Integration: XSGD and Beyond

Singapore’s stablecoin ecosystem is anchored by XSGD, a Singapore dollar‑pegged stablecoin issued by StraitsX. XSGD has been recognised by MAS as substantively compliant with the upcoming SCS framework, and the issuer holds a Major Payment Institution (MPI) licence for digital payment token services. XSGD is available on multiple EVM chains, including Ethereum and Polygon, and has been listed on Coinbase, expanding its global distribution.

For r3nt by SQMU, using XSGD for rent payments and investor distributions offers several advantages:

  • Regulatory certainty: XSGD is issued under MAS oversight, reducing compliance risk.
  • No FX exposure: Landlords receive rent in Singapore dollars, eliminating conversion costs.
  • Fast settlement: Stablecoin transactions settle in seconds, compared to days for traditional bank transfers.

In the future, as the SCS framework matures, other SGD‑pegged stablecoins may enter the market, providing additional options for tokenised real estate transactions.


Practical Considerations for Condo Tokenisation

1. Strata Title and Collective Sale Provisions

Condominiums in Singapore are governed by the Land Titles (Strata) Act, which establishes a management corporation of lot owners and assigns each unit a share value affecting votes and contributions. If a condo is tokenised via an SPV, the SPV becomes the registered owner of the strata units, and the token holders do not individually appear on the strata title. This is legally permissible but requires careful drafting of the SPV’s constitutional documents to reflect token holders’ economic rights.

For en‑bloc (collective) sales, the Strata Titles Act requires at least 80% (or 90% for properties under 10 years old) of unit owners to agree. If the SPV holds the units, the SPV’s board (controlled by the token holders) would make the decision. Token holders should be made aware of these provisions in the offering documents.

2. Foreign Ownership Restrictions

The Residential Property Act restricts foreign ownership of landed residential properties. For condominiums (which are non‑restricted), foreigners may purchase freely. However, if the SPV has any foreign shareholders (token holders), the SPV may be considered a “foreign person” under the RPA, which could restrict its ability to acquire certain properties in the future. To mitigate this, the SPV can be structured as a “Singapore company” with at least one local director and majority local ownership, or the token offering can be limited to Singapore citizens and permanent residents.

3. Tax Implications

Tokenised real estate may attract stamp duty, property tax, and goods and services tax (GST). Under current rules:

  • Stamp duty: Transfers of shares in an SPV that holds Singapore property may be subject to stamp duty at the same rates as direct property transfers.
  • Property tax: The SPV is liable for property tax on the condo.
  • GST: If the SPV is GST‑registered, rental income may be subject to GST.

Issuers should consult a Singapore tax advisor to structure the tokenisation in a tax‑efficient manner.


The SQMU Advantage: Open Source and Transparency

The SQMU standard’s open‑source codebase provides several benefits for Singapore condo tokenisation:

  • Auditability: MAS, auditors, and investors can inspect the smart contract code to verify that supply is fixed, whitelist controls are implemented, and no hidden minting functions exist.
  • Customisability: Developers can add compliance modules specific to Singapore, such as integration with ACRA’s corporate registry or MAS’s reporting APIs.
  • Community innovation: As more properties are tokenised using SQMU, the open‑source community can contribute tools for automated dividend distribution, tax reporting, and investor communications.

For developers and asset owners, using an open‑source standard reduces vendor lock‑in and ensures that the tokenisation infrastructure can evolve with Singapore’s regulatory landscape.


Future Outlook: Project Guardian and Beyond

MAS’s Project Guardian is a multi‑jurisdictional initiative that pilots tokenised assets in regulated financial markets. It has tested tokenised bonds, funds, foreign exchange, and deposits, with participants including JPMorgan, DBS Bank, and Marketnode. Project Guardian is advancing asset tokenisation through test cases and pilot initiatives to integrate tokenised assets into mainstream financial systems.

While real estate has been explored as a use case, the focus has been on financial products (e.g., tokenised REITs) rather than direct property tokenisation. However, the infrastructure being built under Project Guardian—interoperable blockchains, wholesale CBDC settlement, and digital asset custody—will eventually support real estate tokenisation at scale.

Singapore is also piloting tokenised government bills settled using wholesale central bank digital currency (CBDC), scheduled for 2026. This initiative aims to enable 24/7 settlement and reduce counterparty risk for institutional investors. As this infrastructure matures, tokenised real estate transactions could be settled instantly using central bank money, further reducing risk and cost.


Conclusion

Tokenising Singapore condos with the SQMU standard is a structured, compliant process that aligns with MAS’s technology‑neutral regulatory framework. By using an SPV to hold legal title, deploying open‑source ERC‑1155 smart contracts, and adhering to SFA prospectus and licensing requirements, developers can create transparent, investable digital assets that represent genuine economic interests in Singapore real estate.

The SQMU WordPress plugin simplifies deployment, turning a standard WordPress site into a full‑featured tokenisation platform with one‑click contract deployment, admin dashboards, and wallet‑enabled shortcodes. For property owners and developers seeking to tokenise Singapore condos, the path is now clearer than ever.

For expert guidance on regulatory approvals, legal structuring, and smart contract deployment, consulting services are available to navigate the specific requirements of the Singapore market.


Further Reading


Leave a Reply

Reset password

Enter your email address and we will send you a link to change your password.

Get started with your account

to save your favourite homes and more

Sign up with email

Get started with your account

to save your favourite homes and more

Create an agent account

Manage your listings, profile and more

Phone

Buyers will use it to contact you.

Create an agent account

Manage your listings, profile and more

Sign up with email

Discover more from SQMU - Tokenised Real Estate

Subscribe now to keep reading and get access to the full archive.

Continue reading