Why Institutions Tokenize Real Estate
Fractional Ownership
Split high-value properties into accessible investment units with granular ownership tracking
Instant Liquidity
Enable 24/7 secondary markets for traditionally illiquid assets with T+0 settlement
Automated Distributions
Execute dividend payments and rent distributions through smart contract logic
Transparent Records
Maintain immutable history of sales, maintenance, and ownership changes on-chain
SPV Structure
Real Estate Tokens represent shares in a Special Purpose Vehicle—a legal entity created specifically to hold one property or portfolio. Token holders own equity in the SPV, which in turn owns the physical real estate. This structure separates property ownership from operational liabilities while enabling blockchain-based fractional ownership. The SPV handles all legal obligations including property taxes, insurance, and regulatory compliance. Token holders receive dividends when the SPV distributes rental income or capital gains from property appreciation. ThedocumentUri points to legal agreements, property deeds, valuation reports, and SPV formation documents that establish the connection between tokens and real property.
On-Chain Property Records
On-Chain Property Records
Real Estate Tokens maintain comprehensive property history directly on-chain:
- Sales History: Records of purchase prices and transaction dates for valuation tracking
- Maintenance Records: Documentation of repairs, upgrades, and capital improvements
- Ownership History: Historical record of equity transfers and stake percentages
- Property Age: Automated calculation from deployment timestamp for depreciation models
Compliance & Transfer Controls
Real Estate Tokens extend Light Token architecture with comprehensive transfer restrictions that match regulatory requirements for security tokens and property ownership.| Control Type | Purpose | Implementation |
|---|---|---|
| Whitelist | Restrict transfers to accredited investors | On-chain address approval before any transfer |
| Blacklist | Block sanctioned or non-compliant addresses | Automatic transfer rejection for listed addresses |
| Freeze | Temporarily lock accounts during disputes | Individual account suspension by administrators |
| KYC Verification | Validate investor identity and accreditation | Integration with identity registry contracts |
| Wallet Limits | Prevent concentration of ownership | Maximum token balance enforced per address |
Dividend Management
Real Estate Tokens automate rental income and profit distributions through proportional dividend calculations. When the SPV receives rental payments or realizes capital gains, administrators trigger dividend distributions that credit token holders based on their current balance.ERC-1400 Compatibility
Real Estate Tokens implement the ERC-1400 standard for partially fungible tokens, enabling advanced security token features while maintaining ERC-20 compatibility for exchange integration.- Transfer with Data
- Redemption
- Transfer Validation
transferWithData and transferFromWithData attach metadata to transfers—useful for recording purchase agreements, accreditation proof, or regulatory compliance documentation.Deployment Configuration
Deploy Real Estate Tokens through the Trusset dashboard or factory contract with comprehensive configuration for compliance controls and property metadata.Factory Parameters
Factory Parameters
When calling
createRealEstateToken on the factory:Token Configuration:name/symbol: Token identificationinitialSupply: Tokens minted to recipient at deploymentmaxSupply: Hard cap on total shares (matches SPV equity structure)decimals: Precision for fractional ownership (typically 18)
maxPerWallet: Maximum tokens per address (0 = unlimited)whitelistEnabled: Require pre-approved addresses for transfersblacklistEnabled: Block specific addresses from participationfreezeEnabled: Allow temporary account suspensionkycRequired: Enforce identity verification via registry
propertyAddress: Physical location of real estatedocumentUri: Link to legal documents, deeds, valuationsidentityRegistry: KYC verification contract addressadmin: Address with full administrative controlrecipient: Initial token recipient (typically SPV or issuer)
Operational Features
Administrators manage property operations through privileged functions that maintain property records and handle compliance actions:- Force Transfers: Execute transfers on behalf of users for court orders or regulatory compliance
- Account Freezing: Temporarily lock accounts during disputes or investigations
- Document Updates: Modify
documentUrias new valuations, audits, or legal documents become available - Record Management: Add sales history, maintenance logs, and ownership changes to on-chain records
- Minting/Burning: Issue new shares for capital raises or burn shares for buybacks
API Reference
Integration endpoints for Real Estate Token deployment
Identity Registry
KYC verification integration
