SQMU Standard Explained: Summary Guide to the Full-Lifecycle Tokenisation Framework

Introduction

Real estate tokenisation has often been described narrowly as the conversion of property interests into digital units. However, real property is not a static asset, and its legal, operational, and financial structures extend across decades. A complete digital representation must therefore account for the entire lifecycle of the asset—from acquisition through operation, financing, and eventual exit.

This document reconstructs the architecture required to represent real estate in a computational environment. Rather than beginning with token standards or platform features, it proceeds from first principles: the physical characteristics of property, the legal structures that govern it, and the economic relationships that arise from its use.

The SQMU model is the synthesis of these principles. It provides a coherent, lifecycle-aligned, legally meaningful framework for expressing property as an on-chain digital asset.

To explore the full structural model, read the complete reference:
Full White Paper: The SQMU Standard for Real-Estate Tokenisation


1. First Principles of Real Estate

Real estate is defined simultaneously in three domains: physical, legal, and operational. A digital model must reflect these without distortion.

1.1 Physical Invariants

Across jurisdictions, the physical characteristics of real property share a set of stable attributes:

  • A property occupies measurable space.
  • Measurement is expressed in area units (sqm, sqft).
  • Rights, obligations, and value are associated with this measurable space.

These physical invariants precede law, economics, and digital representation. They form the substrate on which all property systems are built.

1.2 Legal Invariants

Despite differences in procedure, property law worldwide rests on a consistent set of principles:

  • Each property has a unique legal identity (parcel, plot, title).
  • Ownership is exclusive and limited.
  • Registries or custodians maintain authoritative records.
  • Rights may be transferred, divided, encumbered, or inherited.
  • Transfers and holdings are subject to eligibility and compliance rules.

A digital model must reflect these characteristics in a form that preserves the legal meaning of ownership and rights.

1.3 Lifecycle Invariants

Every property moves through a sequence of operational and legal phases:

Acquire → Hold → Maintain → Rent → Finance → Transfer → Retire

The exact mechanisms may vary, but the sequence itself is universal.
Any long-term computational model must reflect these transitions.


2. What Belongs On-Chain and Why

A faithful digital representation distinguishes between information that can be expressed deterministically on-chain and information that requires external verification.

2.1 Appropriate On-Chain Elements

Certain property characteristics can be modelled as structured state transitions:

  • Physical measurement (basis for supply)
  • Property identity
  • Ownership allocation
  • Lifecycle transitions
  • Rights classes (ownership, income, debt, governance)
  • Encumbrances and priority structures
  • Compliance conditions
  • Distribution logic and financial flows

These components are structured, stable, and legally meaningful.

2.2 Off-Chain Attestations

Certain events originate off-chain and must be represented through verified inputs:

  • inspections
  • registry updates
  • zoning decisions
  • court orders
  • valuations and appraisals
  • insurance events
  • financing agreements

These cannot be modelled purely in code; they must be attested and integrated.

2.3 Determinism as a Requirement

A tokenised system should express verifiable facts, not interpretations. This boundary ensures alignment between physical reality, legal status, and the computational state.


3. The Supply Model: Why Measurement Must Anchor Supply

The digital supply of a tokenised property must correspond to an intrinsic characteristic of the asset. Measurement satisfies this requirement.

3.1 Measurement as a Stable Supply Basis

Surface area is:

  • measurable
  • legally documented
  • globally recognised
  • auditable
  • stable unless formally altered
  • independent of valuation

This makes it the most reliable basis for digital supply.

3.2 The Prime Standard

Anchoring supply to measurement leads to a simple principle:

1 SQMU = 1 Verified Square Metre.

Minting reflects certified measurement; supply reflects documented area; changes require formal updates to legal records. This establishes the foundation on which all rights and lifecycle transitions rest.


4. Why ERC-1155 Reflects Real Property

Real property combines unique identity with fungible area units.
A token model must capture both.

4.1 Why Fungible-Only Models Are Insufficient

A purely fungible structure cannot represent:

  • unique property identity
  • multiple rights classes
  • distinct compliance conditions
  • asset-specific lifecycle events

4.2 Why Non-Fungible-Only Models Are Insufficient

A purely non-fungible structure cannot represent:

  • divisible area
  • proportional ownership
  • rental or debt rights
  • partial allocations
  • proportional refinancings

4.3 Dual-Layer Representation

ERC-1155 uniquely supports:

  • NF layer — one unique property ID
  • F layer — fungible units representing verified area
  • Additional IDs — rental, debt, governance, and other rights classes

This structure aligns directly with the physical and legal characteristics of real estate.


5. Lifecycle Architecture

A digital representation must map directly onto recognisable real-world events.

5.1 Acquire

  • Legal wrapper created (SPV/trust/corporation)
  • Measurement verified
  • Legal and physical data recorded
  • SQMU minted corresponding to area

5.2 Tokenise

Tokenisation expresses:

  • property identity
  • fungible area units
  • rights classes
  • compliance rules
  • distribution and escrow mechanics

5.3 Sell

  • eligibility checks
  • escrow settlement
  • atomic transfer
  • registry attestation
  • update of SQMU holdings

5.4 Maintain

  • attested registry updates
  • capital expenditure
  • maintenance events
  • insurance outcomes
  • operational decisions

5.5 Rent

  • SQMU-R reflects income rights
  • distributions executed proportionally
  • vacancy and expense adjustments applied

5.6 Refinance

  • debt rights expressed in dedicated structures
  • priority and lock states represented
  • refinancing cycles incorporated
  • attestation-backed updates maintained

5.7 Retire

  • property liquidation or transfer
  • debt settlement
  • final distributions
  • SPV dissolution
  • migration to new wrappers if needed

6. Entity Model

Real estate involves multiple legally recognised actors:

  • individuals
  • corporations
  • lenders
  • trustees and foundations
  • registrars
  • SPVs and holding entities

A digital system must represent eligibility, permissions, transfer restrictions, and priority claims clearly and consistently.


7. Multi-Chain Continuity

Real estate timelines extend beyond the lifespan of any single chain.
A durable model must support:

  • canonical identity across chains
  • state preservation
  • lock/mint or burn/mint migration
  • cost-optimised execution environments
  • access to liquidity
  • compliance segmentation
  • geographic routing of activity

This allows digital representation to remain usable over decades.


8. Rights Classes

A property involves distinct legal and financial relationships:

  • SQMU — ownership rights
  • SQMU-R — income rights
  • Debt constructs (provisional) — financing rights
  • Governance constructs — authority and decision-making
  • Encumbrance constructs — easements, covenants, use restrictions

These rights reflect legal structures, not tokenisation design choices.


9. Financial Primitives

Real estate economics rest on four primitives:

  • Equity — represented via SQMU
  • Income — represented via SQMU-R
  • Debt — represented via dedicated rights constructs
  • Exit — represented via structured settlement logic

Debt modelling requires careful jurisdiction-specific design, but the need to represent financing relationships is universal.


10. The Digital–Physical Bridge

The system must bind:

  • Physical Reality — measurement, structure
  • Legal Reality — title, covenants, contracts
  • Computational Reality — rights, supply, lifecycle state

Anchors:

  1. Measurement → Supply
  2. Legal Identity → Property ID
  3. Attestation → State updates

This ensures alignment across domains.


11. Long-Term Recapitalisation

Over decades, property structures change. A digital model must accommodate:

  • re-SPVing
  • re-issuance
  • capital renovation events
  • generational ownership drift
  • regulatory evolution

This allows the digital twin to remain aligned with real-world developments.


12. Failure Modes and Risk Framework

Real estate faces practical risks:

  • inaccurate measurement
  • off-chain legal updates
  • operational misconduct
  • lender priority disputes
  • chain degradation
  • legal reinterpretation

Mitigation involves:

  • verified attestations
  • clear entity roles
  • structured rights
  • multi-chain continuity
  • SPV legal architecture
  • transparent state logs

No digital system replaces legal systems; it aligns with them.


13. Worked Example: 800 sqm Building in Ras Al Khaimah

  1. Acquire: SPV formed, 800 sqm verified, 800 SQMU minted
  2. Tokenise: ERC-1155 ID created, SQMU + SQMU-R configured, compliance applied
  3. Sell: 60% distributed via escrow; 40% retained
  4. Maintain: registry update, CAPEX recorded, insurance event attested
  5. Rent: SQMU-R distributions executed; vacancy adjustments applied
  6. Refinance: debt structure introduced; lock states applied; repayments logged
  7. Retire: property sold; SQMU redeemed; SPV dissolved; successor lifecycle initiated

This illustrates alignment between physical, legal, and computational states.


14. Final Synthesis — SQMU as a Coherent Architecture

The SQMU framework integrates:

  • measurement-anchored supply
  • unique property identity
  • fungible area-based ownership
  • lifecycle-aligned state transitions
  • legally grounded rights classes
  • compliance as structured constraints
  • multi-chain continuity
  • long-term recapitalisation pathways

SQMU is the structured representation of real property in computational form. It reflects the asset as it exists in physical space and legal systems, and it provides a durable foundation for ownership, rights, financing, and long-term operation in a digital environment.

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