Introduction
Dilution is the silent erosion of value. In traditional finance, it occurs when a company issues additional shares, reducing the ownership percentage of existing shareholders without their consent. In real estate tokenisation, dilution takes a more insidious form: the issuer creates new tokens beyond the original supply, diminishing the claim of every existing token holder on the underlying property’s income and appreciation. Unlike a stock split, which is value‑neutral, uncapped token minting is value‑destructive.
The open‑source SQMU standard eliminates dilution at its root by anchoring every token to a fixed, verifiable, and immutable unit: 1 SQMU = 1 verified square metre of property. The total supply of tokens for a specific property is set at the time of minting, locked thereafter, and cannot be increased without a contract‑level override that would be transparent to all holders. This supply determinism is not merely a technical feature; it is a legal and economic guarantee that token holders’ proportional ownership of a specific real estate asset will never be diminished by issuer action.
This article explains the mechanics of the SQMU standard, how it prevents dilution, why arbitrary supply models are vulnerable, and the implications for investors, issuers, and regulators. For a complete overview of the SQMU standard, refer to the SQMU Standard. For technical implementation details, see the SQMU token model.
The Problem: Dilution in Tokenised Real Estate
Dilution in tokenised real estate can take several forms, all of which harm existing token holders.
1. Uncapped Minting
The issuer deploys a token contract with a mint function that can be called after the initial offering. New tokens are created and sold, often at a lower price, reducing the value of existing tokens. Existing holders see their percentage ownership decrease without any compensation or vote.
2. Hidden Supply Increases
The contract includes emergency minting functions or upgrade mechanisms that allow the issuer to increase supply after deployment. Because smart contracts are complex, these functions may not be obvious to casual investors.
3. Arbitrary Fractionalisation
Some tokenisation models issue a fixed number of tokens (e.g., 1,000,000 tokens for a property worth $1M) without tying supply to any invariant property of the asset. The issuer could later decide to issue additional tokens for the same property, diluting the original holders.
4. Cross‑Property Pooling
A single token contract represents a pool of properties. The issuer adds a new property and mints new tokens corresponding to its value. While this may not technically dilute the existing holders’ claim on the original properties, it dilutes their share of the total pool’s cash flow if the new property underperforms.
Real‑World Consequences
- Investor distrust: Once investors suspect that supply can be increased arbitrarily, they demand a discount or avoid the offering altogether.
- Regulatory scrutiny: Regulators view hidden minting functions as a consumer protection risk, and may reject licence applications or impose sanctions.
- Legal liability: A whitepaper that promises a fixed supply but a contract that allows minting creates a material misrepresentation, exposing the issuer to lawsuits.
The SQMU standard was designed to prevent these scenarios by embedding supply determinism at the protocol level, enforced by the immutable logic of the smart contract and anchored to a physical, verifiable unit: the square metre.
The SQMU Standard: Supply Determinism by Design
The SQMU standard’s core invariant is elegantly simple: 1 SQMU token = 1 verified square metre of property. This is not a marketing slogan; it is a mathematical constraint enforced by the smart contract.
How It Works in Practice
- Property certification: A licensed surveyor measures the property’s floor area and issues a certificate. The area is verified and recorded, typically in the title deed.
- Token minting: The SQMU smart contract creates a new token ID for that property. The total supply for that token ID is set to the exact number of square metres (e.g., 44 tokens for a 44 m² apartment).
- Supply lock: After minting, the token ID is locked. No function can increase its supply without a contract‑level override—and such an override would be noticeable and auditable.
- Metadata anchor: The property’s area, title deed reference, and surveyor’s certification hash are recorded in the token metadata, creating an immutable on‑chain link between the digital token and the physical asset.
- Immutable deployment: The contract is deployed without any ongoing minting authority. The issuer cannot later decide to mint additional tokens for that property ID.
Why This Eliminates Dilution
Because the total supply is fixed to a physical measurement that cannot be changed (the property’s area does not increase), there is no mechanism to create new tokens for that property. Existing token holders’ percentage ownership is permanently fixed. If the property is 44 m² and the token supply is 44, then holding 2.2 tokens means owning exactly 5% of the property’s economic rights—forever.
The Contract‑Level Override: Transparency, Not Hidden Power
The SQMU implementation allows for a theoretical contract‑level override that could increase supply. This is not a loophole; it is a safety valve for extreme circumstances (e.g., a court order or a unanimous governance decision). Critically, any such override would:
- Be visible in the contract code (open source).
- Require a governance process (e.g., multi‑signature or DAO vote).
- Be recorded on‑chain, providing full transparency.
No hidden minting functions exist. The override is not a backdoor; it is a disclosed, auditable mechanism. For virtually all practical purposes, supply is immutable.
For a deeper understanding of the technical implementation, including the locking mechanism and the role of metadata, see the SQMU token model page.
Comparison with Arbitrary Supply Models
To appreciate the innovation of the SQMU standard, it is useful to contrast it with other tokenisation approaches.
Arbitrary Share Count Model
| Aspect | Arbitrary Share Count | SQMU Standard |
|---|---|---|
| Total supply determination | Set by issuer discretion (e.g., 1,000,000 tokens for a $1M property) | Fixed to property’s verified area in square metres |
| Supply stability | Subject to change if issuer mints more tokens | Immutable after minting; no further minting possible |
| Investor understanding | Abstract; investor must trust issuer’s valuation | Intuitive: 1 SQMU = 1 m² of actual space |
| Cross‑property comparability | Meaningless; different properties have arbitrary token counts | Direct: compare price per square metre |
| Dilution risk | High: issuer can mint additional tokens at any time | None: supply is physically constrained |
Value‑Based Pegged Model
Some projects peg the token price to the property’s appraised value but allow the total supply to fluctuate. For example, if the token price is set at 1M, the initial supply is 1,000,000. But if the property value increases, the issuer might mint more tokens to keep the price stable, diluting existing holders. The SQMU standard avoids this by decoupling token price from supply: the price is pegged to the appraisal per square metre, but supply remains fixed to area.
The Dilution Vulnerability in RealT‑style Models
Platforms like RealT issue tokens representing shares in an LLC that holds property. The total number of tokens is fixed at issuance (e.g., 1,000 tokens for a property). However, there is no inherent invariant linking token count to a physical property characteristic. The issuer could, in theory, issue a second series of tokens for the same property (e.g., another 1,000 tokens) if the legal documents allowed it. The SQMU standard’s anchor to area makes such an act impossible because the area cannot double.
For a detailed analysis of different tokenisation models, refer to the SQMU Standard pillar page.
Protecting Investors: What the SQMU Standard Guarantees
For an investor, the SQMU standard provides several concrete guarantees.
Guarantee 1: Fixed Proportional Ownership
An investor who holds X tokens of a property with total supply S knows that their ownership percentage is X/S, and that this percentage will never decrease due to issuer action. The only way to change the percentage is to buy or sell tokens on the secondary market.
Guarantee 2: Transparent Valuation
Because each token corresponds to a measurable unit of physical space, the token price can be anchored to the property’s latest official appraisal per square metre. Investors can independently verify the reasonableness of the price by comparing it to market data for similar properties.
Guarantee 3: Verifiable Supply
Anyone can query the SQMU smart contract on a block explorer to see the total supply of a token ID. The metadata contains the title deed reference and surveyor’s certification hash, providing a link to off‑chain records that confirm the property’s area. This creates a closed verification loop.
Guarantee 4: No Hidden Inflation
Because the contract has no function to increase supply post‑minting (or any such function is transparently governed), there is no risk of “stealth dilution”. Investors do not need to trust the issuer; they can trust the code.
Guarantee 5: Cross‑Property Comparability
When all properties are tokenised on the same per‑square‑metre basis, investors can compare token prices across different assets directly. A token priced at 5,000 per SQMU for a city‑centre apartment versus 2,000 per SQMU for a suburban villa is immediately understandable.
These guarantees are not merely theoretical. They have been cited by regulators in jurisdictions such as VARA (Dubai) and MAS (Singapore) as examples of investor‑protective design. The transparency of the SQMU standard supports regulatory approval by demonstrating that dilution is mathematically impossible.
For a deeper discussion of investor protection mechanisms, see the investor perspective in r3nt.
Implications for Issuers and Developers
The SQMU standard also benefits issuers, contrary to the intuition that fixed supply limits flexibility.
1. Credibility and Trust
An issuer that adopts a supply‑deterministic standard signals commitment to transparency and investor protection. This can reduce the cost of capital and accelerate regulatory approvals.
2. Clear Token Economics
Pricing tokens by the square metre is straightforward: price = appraisal per m². No complex valuation formulas or arbitrary share counts are needed. Investors understand the offering quickly, reducing marketing friction.
3. Secondary Market Liquidity
When investors trust that their stake will not be diluted, they are more willing to hold tokens long‑term and to trade them on secondary markets. Deep liquidity benefits all participants.
4. Legal and Regulatory Alignment
Regulators actively discourage hidden minting functions. By proving that the SQMU contract has no such functions (or that any override is transparent and governed), issuers expedite licence approvals and reduce compliance risk.
5. Adding New Properties Without Dilution
If an SPV holds multiple properties, each property has its own token ID with its own fixed supply. Adding a new property creates a new token ID and mints tokens for that ID only. Existing holders of other property IDs are not diluted because their economic rights are tied exclusively to their respective properties. Global voting rights may be diluted (if voting is based on total holdings), but economic rights remain intact.
For a detailed exploration of multi‑property SPV structuring, see the SPV structuring article.
Regulatory Recognition of Supply Determinism
Regulators globally have taken note of the dilution problem. The SQMU standard directly addresses their concerns.
VARA (Dubai)
The Virtual Asset Issuance Rulebook requires that asset‑referenced virtual assets (ARVAs) be fully backed. Supply determinism simplifies reserve verification: the total supply is fixed and the reserve (the property) is of fixed size. VARA has cited transparent supply models as a best practice.
MAS (Singapore)
MAS’s technology risk management guidelines require that tokenised securities be issued with controls against unauthorised minting. The SQMU contract’s locked supply meets this expectation. MAS has indicated that supply determinism is a factor in assessing an offering’s integrity.
SFC (Hong Kong)
The SFC’s circular on tokenised securities emphasises that product providers must ensure the integrity of the tokenisation arrangement. A fixed, verifiable supply is a core component of that integrity, as it prevents dilution without investor consent.
MiCA (EU)
Under MiCA, issuers of asset‑referenced tokens must maintain a reserve. A deterministic supply makes reserve calculations straightforward and auditable. The European Banking Authority has noted that supply determinism reduces the risk of market abuse.
For jurisdiction‑specific guidance, refer to the country‑specific tokenisation guides available on the SQMU website.
Practical Verification: How to Check Supply Determinism
Investors and regulators can independently verify that a deployed SQMU token contract enforces supply determinism using the following steps:
Step 1: Locate the Contract
Obtain the SQMU contract address from the offering documentation. The address should be published on the issuer’s website and in the whitepaper.
Step 2: Query Total Supply
Use a block explorer (e.g., Arbiscan for Arbitrum, Basescan for Base) to call the totalSupply(tokenId) function for the relevant token ID. The returned number should equal the property’s certified area in square metres.
Step 3: Verify the Metadata
Call the uri(tokenId) function to retrieve the metadata URI. The metadata should contain the property’s area, title deed reference, and surveyor certification hash. Check that the area matches the total supply.
Step 4: Check for Mint Functions
Review the contract’s source code on GitHub. Confirm that there is no public mint function that can be called after deployment. If upgradeable proxies are used, verify that the upgrade mechanism is governed by a multi‑signature or DAO.
Step 5: Confirm Immutability
If the contract is not upgradeable, the supply is permanently fixed. If it is upgradeable, verify that the upgrade address is controlled by a trusted, disclosed entity.
Step 6: Compare with Audit Report
The independent audit report (available on the issuer’s website) should explicitly note that supply is fixed and that no hidden minting functions exist.
These verification steps are public, permissionless, and inexpensive. Anyone with a web browser can perform them within minutes.
For a guide to smart contract verification, see the auditing article.
Conclusion
Dilution is a silent killer of trust in tokenised real estate. When investors cannot be certain that their proportional claim will not be diminished by future token minting, they demand higher returns or avoid the asset class entirely. Regulators view hidden minting functions as a consumer protection failure, rejecting licence applications and imposing sanctions.
The SQMU standard eliminates dilution at its source. By anchoring total token supply to a property’s verified area, and by locking that supply after minting, the standard guarantees that no issuer action can reduce an investor’s percentage ownership. The supply is not arbitrary; it is physically constrained, mathematically enforced, and publicly verifiable.
For investors, the SQMU standard provides a clear, immutable guarantee of proportional ownership. For issuers, it builds credibility and simplifies regulatory approval. For regulators, it offers a transparent, auditable model that aligns with investor protection objectives. And for the tokenisation industry as a whole, it establishes a measurement discipline that enables cross‑property comparability and trust.
The SQMU standard is not the only way to tokenise real estate. But it is the only major standard that mathematically eliminates dilution by anchoring supply to a physical invariant—the square metre.
To explore the technical implementation of the SQMU standard, visit the SQMU token model page. For a comprehensive overview of the SQMU ecosystem, see the SQMU Standard. For consulting on implementing supply‑deterministic tokenisation, contact our team.

Leave a Reply