# Real estate

Source: https://docs.settlemint.com/docs/executive-overview/use-cases/real-estate
Real estate tokenization through DALP democratizes access to institutional-quality properties while calculating rental income entitlements and maintaining compliance controls. The platform handles fractionalized ownership, expense tracking, and property governance.



**Who should read this:** Real estate sponsors, property managers, and asset
managers exploring fractional ownership models.

**Business value:** Lower minimum investment thresholds, calculate monthly
rental entitlements for on-demand claiming, enable secondary liquidity, and
provide real-time performance visibility to investors.

## Business challenge [#business-challenge]

Highland Properties owns a $25 million office building in a major market. They
want to fractionalize ownership to enable smaller investors to participate while
maintaining professional property management and compliance controls.

### Traditional approach [#traditional-approach]

<Mermaid
  chart="`
flowchart TB
  PROPERTY($25M Office Building)
  BARRIER(High Entry Barrier<br/>$25M Minimum)
  MANUAL(Manual Processes)
  
  DIST(Monthly Distribution<br/>Days of Processing)
  EXPENSE(Expense Tracking<br/>Spreadsheets)
  VOTE(Governance Voting<br/>Email & Phone Calls)
  ILLIQUID(No Liquidity<br/>Property Must Sell)
  OPAQUE(Limited Visibility<br/>Quarterly Reports)
  
  PROPERTY --> BARRIER
  BARRIER --> MANUAL
  MANUAL --> DIST
  MANUAL --> EXPENSE
  MANUAL --> VOTE
  MANUAL --> ILLIQUID
  MANUAL --> OPAQUE
  
  style PROPERTY fill:#8571d9,stroke:#654bad,stroke-width:2px,color:#fff
  style BARRIER fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
  style MANUAL fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
  style DIST fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
  style EXPENSE fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
  style VOTE fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
  style ILLIQUID fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
  style OPAQUE fill:#b661d9,stroke:#8a3fb3,stroke-width:2px,color:#fff
`"
/>

![Real estate asset inventory gives sponsors a portfolio-level view of tokenized properties.](/docs/screenshots/real-estate/real-estate-assets-listing.webp)

## How DALP solves it [#how-dalp-solves-it]

### Property tokenization as equity [#property-tokenization-as-equity]

Highland creates 250,000 equity tokens, each representing $100 of building
ownership. Token holders receive proportional rental income distributions and
can participate in governance decisions on major property matters.

![Real estate listings show tokenized properties before drilling into asset-level operations.](/docs/screenshots/real-estate/real-estate-listing.webp)

### Investor eligibility and documentation [#investor-eligibility-and-documentation]

The platform enforces that only verified investors with appropriate
accreditation levels can purchase tokens. Property documents—purchase
agreements, operating agreements, building inspections, insurance policies—are
hashed and linked to the token metadata for permanent transparency.

### Fractional ownership [#fractional-ownership]

Investors can purchase as few as 10 tokens ($1,000 investment) or as many as
they want up to regulatory limits. The platform enforces maximum ownership
percentages via compliance modules to maintain distributed ownership.

### Rental income distributions [#rental-income-distributions]

Monthly rental income from tenants flows into Highland's treasury. After
deducting property management fees and reserves, the platform distributes net
income proportionally to all token holders. Distributions execute automatically
on a preset schedule via configured payment adapters.

### Property expenses and reserves [#property-expenses-and-reserves]

Major repairs or capital improvements require approval from token holders.
Highland creates a governance proposal using the governance addon module. Token
holders vote with their holdings weighted proportionally.

Note: The current platform supports proposal creation and voting infrastructure.
Property-specific UI workflows (proposal templates for repairs, capital
improvements, special assessments) require custom dapp development or use of
third-party governance tools integrated with the token contract.

### Valuation updates [#valuation-updates]

Annual appraisals update the property's value through the admin portal,
adjusting the implied token value. Holders see current valuations without
requesting reports.

![Real estate token with property-specific metadata on-chain.](/docs/screenshots/real-estate/real-estate-doha-business-towers-asset-details.webp)

### Compliance with securities and real estate law [#compliance-with-securities-and-real-estate-law]

The platform enforces both securities regulations (accredited investor
requirements) and applicable real estate regulations (ownership transfer
restrictions, FIRPTA withholding for foreign investors via compliance modules).

### Exit mechanisms [#exit-mechanisms]

When Highland eventually sells the building, sale proceeds distribute
automatically to all holders proportionally. Tokens are redeemed and the holding
concludes with complete documentation of every income distribution, every
expense, and every ownership change.

## Key capabilities [#key-capabilities]

| Capability                  | Traditional               | With DALP                           |
| --------------------------- | ------------------------- | ----------------------------------- |
| **Minimum investment**      | $25M (full ownership)     | $1,000 (10 tokens)                  |
| **Distribution processing** | Days of manual wire work  | Automated monthly schedule          |
| **Ownership visibility**    | Quarterly reports         | Real-time dashboard                 |
| **Governance voting**       | Email/phone campaigns     | Token-weighted on-chain proposals   |
| **Secondary transfers**     | Must sell entire property | Trade tokens with compliance checks |
| **Expense tracking**        | Spreadsheets              | On-chain transaction records        |

## Measurable outcomes [#measurable-outcomes]

**Democratized access** – Real estate institutional-quality investment becomes
available to smaller investors who cannot deploy $25 million for full ownership.

**Operational streamlining** – Distribution entitlement calculations that used
to take days of manual spreadsheet work now happen automatically each month, and
token holders claim their rental income on-demand via the smart contract.

**Transparency** – Investors see property performance, expenses, and income in
real time rather than waiting for quarterly reports.

**Secondary market** – Token holders can sell positions to other qualified
investors, creating liquidity in a traditionally illiquid asset class.

<Mermaid
  chart="`
flowchart TB
  PROPERTY($25M Office Building)
  TOKEN(250,000 Tokens<br/>$100 Each)
  ACCESS(Fractional Ownership<br/>$1,000 Minimum)
  AUTO(Automated Platform)
  
  DIST(Monthly Distributions<br/>Scheduled Automation)
  EXPENSE(Expense Tracking<br/>On-chain Records)
  VOTE(Governance Proposals<br/>Token-weighted)
  LIQUID(Secondary Market<br/>Compliant Trading)
  REALTIME(Real-time Visibility<br/>Performance Dashboard)
  
  PROPERTY --> TOKEN
  TOKEN --> ACCESS
  ACCESS --> AUTO
  AUTO --> DIST
  AUTO --> EXPENSE
  AUTO --> VOTE
  AUTO --> LIQUID
  AUTO --> REALTIME
  
  style PROPERTY fill:#8571d9,stroke:#654bad,stroke-width:2px,color:#fff
  style TOKEN fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style ACCESS fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style AUTO fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style DIST fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style EXPENSE fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style VOTE fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style LIQUID fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
  style REALTIME fill:#5fc9bf,stroke:#3a9d96,stroke-width:2px,color:#fff
`"
/>

The diagram above shows the DALP real estate lifecycle, from tokenization through
automated servicing to secondary liquidity.

## Compliance considerations [#compliance-considerations]

Real estate operate under both securities and property regulations:

* **Accredited investor verification** – Enforced via OnchainID claims
* **Maximum ownership limits** – Configured via compliance modules to maintain
  distributed ownership
* **Transfer restrictions** – Lock-up periods, holding requirements
* **FIRPTA withholding** – For foreign investor transactions (requires custom
  tax module integration)
* **State securities laws** – Multi-state registration compliance

For detailed compliance architecture, see
[Compliance & Security](/docs/executive-overview/compliance-security).

## Implementation checklist [#implementation-checklist]

1. Structure property ownership vehicle (LLC, Delaware Statutory Trust, etc.)
2. Define token economics (total supply, price per token, minimum/maximum
   holdings)
3. Capture property location metadata (City, District Code, Area ID) so dashboards,
   registries, and investors can search consistently—the asset designer now
   surfaces placeholders such as “New York”, “001”, and “NYC-001” to guide the
   expected format, and the reference Hardhat script issues the
   `TOPIC_ASSET_LOCATION` claim with those defaults for the Prime Commercial
   Property identity.
4. Select compliance template (Reg D, Reg A+, or custom ruleset)
5. Integrate KYC/AML provider for investor verification
6. Configure rental distribution schedule and payment adapters
7. Set up governance addon for proposal creation and voting
8. Upload property documents (appraisals, insurance, operating agreements) and
   link to metadata
9. Deploy smart contract and conduct primary token sale
10. Configure expense tracking and reserve management workflows

### Supply model in the reference deployment [#supply-model-in-the-reference-deployment]

The reference Hardhat script (`kit/contracts/scripts/hardhat/assets/real-estate.ts`) mints the full
Prime Commercial Property supply upfront, pairing the US ISIN with `Countries.US` so the jurisdictional
metadata stays consistent. `DALPRealEstateImplementation` stores the premint recipient and amount during
`initialize`, locks the SMART cap to that amount, and requires the factory to call `completePremint`
exactly once to transfer tokens before pausing again. Additional `mint`/`batchMint` calls revert until
governance raises the cap via `setCap`, ensuring the circulating supply remains fixed after deployment unless
operations intentionally expand it.

## Limitations and considerations [#limitations-and-considerations]

* **Governance UI** – Platform provides proposal registry and voting
  infrastructure; property-specific workflows (repair proposals, capital
  improvement templates) may require custom dapp development
* **Rental data source** – Income and expense data entered manually via admin
  portal; integration with property management systems requires custom API
  development
* **Regulatory complexity** – Multi-state securities registration and
  property-specific regulations require legal counsel review

## Next steps [#next-steps]

* Review
  [SMART Protocol integration (ERC-3643)](/docs/architecture/components/asset-contracts/smart-protocol-integration)
  to understand embedded compliance
* Explore [Developer Documentation](/docs/developer-guides) for
  governance addon customization
* Contact your SettleMint representative to discuss a real estate tokenization
  pilot
