Introduction
Property developers, asset managers, and institutional owners contemplating tokenisation face a foundational decision that shapes every aspect of their project: which token standard to adopt. The choice determines how ownership is represented, how transfers are executed, how compliance is enforced, and how the asset can be integrated with wallets, exchanges, and DeFi protocols. A misaligned standard can lead to unnecessary complexity, regulatory friction, or an inability to scale across a portfolio of properties.
The three dominant Ethereum-based standards—ERC-20, ERC-721, and ERC-1155—each offer distinct characteristics suited to different use cases. ERC-20 provides simplicity and fungibility for single-asset fractionalisation. ERC-721 enables unique, non‑fungible representations suitable for whole‑property deeds or individual certificates. ERC-1155 combines the strengths of both, allowing multiple property classes within a single contract, each with its own fungible supply, making it particularly well‑suited for multi‑property portfolios.
This article provides a structured framework for evaluating token standards against portfolio requirements, regulatory constraints, and long‑term strategic goals. It draws on established practices in the SQMU standard, which anchors each token to one verified square metre using ERC-1155, and on the open‑source implementation available for developers and institutions. For property owners seeking to tokenise across multiple jurisdictions or asset classes, the guidance herein serves as a foundation for informed decision‑making.
Why Token Standards Matter in Real Estate
Token standards define the rules by which digital assets behave on the blockchain. They govern critical functions: how tokens are created (minted), transferred, burned, and interacted with by wallets and exchanges. In the context of real estate tokenisation, the standard determines:
- Fractionalisation granularity: Can ownership be divided into very small units, or is each token indivisible?
- Asset identity: Does the token itself carry information about which property it represents?
- Transfer restrictions: Can compliance rules (e.g., whitelisting, jurisdictional limits) be embedded?
- Portfolio scalability: How efficiently can multiple properties be managed under a unified contract?
- Ecosystem compatibility: Will the tokens be tradable on major exchanges, displayable in wallets, and usable in DeFi protocols?
A standard that works well for a single luxury villa may be entirely unsuitable for a portfolio of rental apartments across different cities. Conversely, a standard designed for multi‑asset funds may introduce unnecessary complexity for a standalone commercial building.
The table below summarises the core characteristics of each standard:
| Standard | Type | Supply | Best Suited For |
|---|---|---|---|
| ERC-20 | Fungible | Fixed or variable supply per contract | Single‑asset fractional ownership, REIT‑like structures |
| ERC-721 | Non‑fungible | Each token unique | Whole‑property deeds, certificates, title representation |
| ERC-1155 | Multi‑token | Multiple token IDs, each with its own fungible supply | Multi‑property portfolios, platforms with diverse assets |
Each is examined in detail below.
ERC-20: Simplicity for Single‑Asset Fractionalisation
ERC-20 is the most widely adopted token standard on Ethereum and its layer‑2 networks. It treats every token as identical and interchangeable—fully fungible. A single ERC-20 contract typically represents one asset or one pool of assets.
When ERC-20 Is a Strong Choice
- Single‑property fractionalisation: If the goal is to divide one building into tradable shares, ERC-20 offers a straightforward model. Each token represents a fractional interest, and all tokens are equal.
- Investor familiarity: ERC-20 tokens are supported by virtually all wallets, exchanges, and DeFi applications. This reduces friction for investor adoption.
- Simplicity of compliance: Transfer restrictions can be added through extensions such as ERC-1404, but the base contract remains simple.
Limitations to Consider
- No native asset identity: A single ERC-20 contract cannot easily represent multiple distinct properties. For a portfolio, each property would require its own contract, increasing deployment and management overhead.
- Off‑chain legal linkage required: The token itself does not encode which property it represents. Investors must rely on off‑chain documentation or a separate registry to understand the underlying asset.
- Scalability constraints: Managing dozens or hundreds of properties across separate ERC-20 contracts becomes administratively complex, particularly for cap‑table management and investor communications.
Use Case Example
A developer tokenising a single residential tower in Dubai could deploy an ERC-20 contract where 10,000 tokens represent 100% equity. Investors buy tokens, receive rental distributions proportionally, and trade on a secondary market. The legal structure—an SPV holding the title—is documented off‑chain, and the token represents shares in that SPV.
ERC-721: Uniqueness for Whole‑Property Representation
ERC-721 tokens are non‑fungible; each token is unique and cannot be interchanged with another. This makes them ideal for representing one‑of‑a‑kind assets.
When ERC-721 Is a Strong Choice
- Whole‑property deeds: A single ERC-721 token can represent full ownership of a property. The token holder controls the underlying legal entity.
- Title and provenance: ERC-721 is well‑suited for registries of title, where each property has a unique digital certificate.
- Fractionalisation wrappers: Some platforms use ERC-721 to represent a property and then issue ERC-20 tokens that represent fractional ownership of that NFT.
Limitations to Consider
- Not fractional by default: If the goal is to sell fractional ownership, ERC-721 alone is insufficient. Additional contracts are needed to enable fractionalisation, adding complexity.
- Poor fit for portfolios: A portfolio of 100 properties would require 100 separate ERC-721 contracts (or one contract with 100 token IDs), but each token remains non‑fungible, making fractionalisation per property cumbersome.
Use Case Example
A land registry authority could issue an ERC-721 token for each registered property, serving as a digital deed. The token is transferred when ownership changes, and the registry maintains an immutable record of provenance.
ERC-1155: Scalability for Multi‑Property Portfolios
ERC-1155 is a multi‑token standard that combines the best of ERC-20 and ERC-721. A single contract can contain multiple token IDs, each with its own characteristics. Some token IDs can be fungible (like ERC-20), others non‑fungible (like ERC-721), all within one deployment.
When ERC-1155 Is the Optimal Choice
- Multi‑property portfolios: A single ERC-1155 contract can represent hundreds of properties, each with its own token ID. Each property’s token ID can have a fungible supply (e.g., 5,000 tokens representing its square metres) that is entirely independent of other properties.
- Mixed asset types: The same contract can include both fractional ownership tokens and unique certificates, such as a non‑fungible token representing the property’s master deed alongside fractional units.
- Gas efficiency: Batch transfers allow multiple token types to be transferred in a single transaction, reducing costs for platforms with high transaction volumes.
- Clean cap‑table management: Each property’s token holders are tracked under a single contract, simplifying investor reporting and compliance.
Limitations to Consider
- Implementation complexity: ERC-1155 is more complex to implement and audit than ERC-20, though well‑established reference implementations exist.
- Wallet compatibility: While most major wallets support ERC-1155, some older or specialised wallets may not display these tokens as intuitively as ERC-20.
Use Case Example
A platform tokenising a portfolio of 50 rental apartments across Singapore and Hong Kong deploys a single ERC-1155 contract. Apartment A is token ID 1 with a supply of 100 tokens (representing its 100 m² area). Apartment B is token ID 2 with a supply of 85 tokens. Investors can hold tokens from multiple apartments within the same wallet, and rental income is distributed automatically per token ID.
This is the approach taken by the SQMU standard, where each property is represented by a unique ERC-1155 token ID, and the total supply of that ID equals the property’s verified square‑metre area. This design enables deterministic supply, cross‑property comparability, and scalability across jurisdictions.
Evaluating Standards Against Portfolio Requirements
When selecting a token standard, property owners and developers should assess their portfolio characteristics across several dimensions.
Portfolio Size and Diversity
- Single property, single owner: ERC-20 may suffice if the goal is straightforward fractionalisation. However, even here, ERC-1155 provides flexibility for future expansion.
- Single property with multiple share classes: ERC-1155 allows different token IDs for different classes (e.g., Class A voting shares, Class B income‑only shares) within one contract.
- Multiple properties (3–10): ERC-1155 avoids the proliferation of separate contracts, simplifying management and investor experience.
- Large portfolios (10+ properties): ERC-1155 is strongly preferred. Deploying a separate ERC-20 contract for each property becomes operationally burdensome, particularly for cap‑table updates, distributions, and compliance.
Fractionalisation Granularity
- Micro‑fractionalisation (e.g., 1 m² units): ERC-1155 handles large supplies efficiently. The total supply for a property can be set to its exact area, enabling intuitive valuation.
- Percentage‑based fractionalisation: ERC-20 works well if the total supply is fixed (e.g., 10,000 tokens representing 100%). ERC-1155 can also support this model.
Compliance and Transfer Restrictions
All standards can be extended with compliance layers, but the ease of implementation varies:
- ERC-20 with extensions: Standards like ERC-1404 add transfer restrictions. This is a mature pattern with ample tooling.
- ERC-1155 with compliance: The same extensions can be applied to ERC-1155, though fewer reference implementations exist. The SQMU open‑source contracts demonstrate one approach, with whitelist controls integrated into the transfer logic.
Long‑Term Strategic Flexibility
A standard that supports future use cases without requiring contract migration is valuable:
- Adding new properties: ERC-1155 allows new token IDs to be added to the same contract, preserving a unified investor base and consistent interface.
- Integrating with DeFi: ERC-20 tokens are more widely supported in lending protocols and liquidity pools. However, ERC-1155 tokens can be wrapped to ERC-20 for such integrations.
- Secondary market listing: Exchanges may require separate listing for each ERC-20 contract, whereas an ERC-1155 contract with multiple token IDs may be listed as a single asset class with sub‑categories.
Regulatory and Jurisdictional Considerations
The choice of token standard also interacts with regulatory frameworks. In jurisdictions with established tokenisation guidance—such as Dubai, Singapore, and Hong Kong—regulators expect certain structural features.
Dubai (VARA, DLD)
The Dubai Land Department’s tokenisation pilots link tokens directly to title deeds. The Dubai real estate tokenisation framework emphasises that each token must be clearly tied to a specific property. ERC-1155’s ability to encode property identity within the token ID aligns well with this requirement, as each token ID corresponds to a unique deed.
Singapore (MAS)
MAS’s guidance on tokenised capital markets products requires clear identification of the underlying asset and robust transfer restrictions. ERC-1155, when combined with whitelist controls, provides a transparent structure that satisfies MAS’s expectations for asset‑level specificity. For detailed analysis, refer to the Singapore tokenisation regulatory overview.
Hong Kong (SFC, HKMA)
The Securities and Futures Commission has emphasised that tokenised securities must be structured to prevent unauthorised transfers and ensure investor protection. ERC-1155’s ability to enforce transfer rules at the token ID level—rather than contract‑wide—allows for property‑specific compliance (e.g., one property may be restricted to Hong Kong residents while another is open globally). See the Hong Kong regulatory analysis for further details.
Practical Implementation: The SQMU Approach
The SQMU standard implements a production‑ready ERC-1155 model for real estate tokenisation, with the following design choices:
- 1 token = 1 verified square metre: Total supply for each property equals its audited area, eliminating dilution and ensuring valuation transparency.
- Unique token ID per property: Each property in the portfolio has its own ERC-1155 token ID, allowing independent management and investor holdings.
- Built‑in compliance hooks: The open‑source contracts include whitelist controls and transfer restrictions that can be configured per jurisdiction.
- WordPress plugin and Google Apps Scripts: The open‑source repository provides ready‑to‑use tools for property listings, investor onboarding, and automated reporting.
For property owners evaluating tokenisation, the SQMU codebase serves as a reference implementation that can be audited, forked, and customised to meet specific portfolio requirements.
Decision Framework: A Structured Approach
The following questions can guide property owners and developers toward the appropriate standard:
- How many distinct properties will be tokenised?
- 1 property → ERC-20 or ERC-1155 both viable.
- 2+ properties → ERC-1155 simplifies management.
- Will additional properties be added in the future?
- Yes → ERC-1155 allows seamless expansion without new contracts.
- What level of fractionalisation is required?
- Micro‑fractionalisation (e.g., by area) → ERC-1155 with large supplies.
- Simple percentage shares → ERC-20 sufficient.
- Are there different classes of rights (e.g., voting vs. income)?
- Yes → ERC-1155 can represent multiple token IDs per property.
- Does the jurisdiction require property‑specific identification onchain?
- Yes → ERC-1155’s token ID structure provides clear asset linkage.
- What is the target investor base?
- Retail, global → ERC-1155 with whitelist controls offers flexibility.
- Institutional, single jurisdiction → ERC-20 may be simpler.
- Is secondary market liquidity a priority?
- ERC-20 has broader exchange support today. ERC-1155 tokens can be wrapped for trading.
Common Implementation Pitfalls
Even with the right standard, tokenisation projects can encounter challenges. Awareness of common pitfalls helps in planning:
- Underestimating compliance integration: Transfer restrictions must be implemented at the contract level, not merely in off‑chain agreements. SQMU’s open‑source contracts demonstrate how whitelists can be embedded.
- Over‑fractionalisation without legal alignment: Extremely small token units may complicate legal ownership structures. The 1 m² unit used by SQMU aligns with a physical measure that is legally recognised.
- Neglecting gas efficiency: For portfolios with frequent transfers, batch transfer capabilities (native to ERC-1155) can significantly reduce transaction costs.
- Failing to plan for upgrades: Immutable contracts cannot be changed after deployment. A proxy pattern or a clear upgrade path should be considered, especially for compliance logic that may evolve.
Conclusion
Selecting the right token standard is not merely a technical decision; it is a strategic one that shapes investor experience, regulatory compliance, and long‑term scalability. For single‑property projects with straightforward fractionalisation, ERC-20 provides simplicity and broad ecosystem support. For whole‑property deeds or title registries, ERC-721 offers unique, non‑fungible representation. For multi‑property portfolios, platforms, and projects requiring flexibility, ERC-1155 delivers the scalability and efficiency that other standards cannot match.
The SQMU standard exemplifies the ERC-1155 approach, anchoring each token to a verified square metre and enabling consistent management across diverse property portfolios. Its open‑source implementation provides a transparent, auditable foundation that developers and asset owners can adopt, customise, and extend.
Property owners and developers seeking to navigate this decision—or to implement a tokenisation strategy tailored to their specific portfolio—can benefit from expert guidance. Consulting services are available to assist with standard selection, legal structuring, smart contract deployment, and compliance integration.
Further Reading
- SQMU Standard: Real Estate Tokenisation by the Square Metre
- Open Source Real Estate Tokenisation: The SQMU Standard
- Fractional Real Estate Investing: A Comprehensive Guide
- Real Estate Tokenisation in Dubai: Regulatory Analysis
- Real Estate Tokenisation in Singapore: MAS Framework
- Real Estate Tokenisation in Hong Kong: SFC Guidance

Leave a Reply