Docs / Problem & Solution

Problem & Solution

Real estate is the world's largest asset class at $326 trillion β€” yet it remains one of the least accessible and most opaque investments for ordinary people. ChainEstate solves this with fractional tokenization, instant liquidity, and financial privacy powered by Intel TDX TEE.

The Problem

🚧

Massive entry barrier

Buying property requires $100,000–$1,000,000+ in capital. Even a "cheap" studio in Dubai costs $150K minimum.

⚠

99% of the global population is permanently excluded from real estate wealth.

🧊

Zero liquidity

You cannot sell 20% of your apartment. Real estate is all-or-nothing β€” sell the whole thing or nothing. A typical sale takes 3–12 months.

⚠

Capital is locked. Investors cannot rebalance, exit, or access equity without full disposal.

πŸ‘οΈ

No financial privacy

On public blockchains, every wallet's real estate portfolio is visible to anyone. A whale accumulating Dubai apartments is front-run before deals close.

⚠

RWA (Real World Asset) tokens on Ethereum or Solana today expose your entire net worth publicly.

❓

Rent opacity

Traditional rental income distribution is manual, trust-based, and opaque. Investors often cannot verify they received a fair share.

⚠

No on-chain proof of yield. Platform operators can skim undetected.

🌍

Geographic exclusion

Cross-border real estate investment involves lawyers, notaries, local bank accounts, tax filings in multiple jurisdictions, and 6–18 months of paperwork.

⚠

Only wealthy individuals with legal teams can invest internationally.

Existing Solutions β€” Why They Fail

REITs (Real Estate Investment Trusts)Requires broker account. Geographic limits. Exposes portfolio publicly in SEC filings. Illiquid during market closures.
Traditional RWA tokens (Ethereum)Every wallet balance is fully public β€” no privacy. High gas fees. Regulatory grey area.
Real estate crowdfunding platformsCentralized, can freeze funds. No secondary market. Often requires accredited investor status.
StrataDeed / competitors"ZK privacy" claims β€” most use ZK proofs only for tx validity, not for hiding balances on-chain.

The Solution

βœ“

Solves: Massive entry barrier

Fractional tokens from $1

Each PropertyToken represents $1 USDT of equity. Anyone with a wallet and USDT can invest β€” no minimum, no broker, no paperwork. A user in Indonesia can own $50 of a Dubai penthouse today.

βœ“

Solves: Zero liquidity

Real on-chain secondary market

SecondaryMarket.sol enables peer-to-peer listing and instant settlement. Sellers call grantOperator + createListing. Buyers call executeBuy. Settlement is one transaction β€” no waiting.

πŸ”’

Solves: No financial privacy

iExec Nox ERC-7984 β€” Intel TDX TEE

PropertyToken balances are stored as euint256 β€” encrypted on-chain. Only the holder can decrypt via the iExec Handle Gateway (Intel TDX). On-chain observers see only a ciphertext β€” impossible to infer holdings.

βœ“

Solves: Rent opacity

Automated on-chain distribution

RentDistributor.sol receives monthly USDT from the property operator and distributes 90% to holders automatically. Platform takes 5%, maintenance reserve 5%. All totals are on-chain auditable.

βœ“

Solves: Geographic exclusion

Permissionless β€” any wallet worldwide

No KYC, no jurisdiction restrictions, no broker. Connect MetaMask, get testnet USDT from the faucet, and invest in 60 seconds from anywhere in the world.

Concrete Example β€” Alice Buys Dubai Property

1

Alice visits /faucet

Claims 1,000 testnet USDT. No KYC, no broker. 30 seconds.

2

Opens Pearl Residences, Dubai

Sees 78% funded, 6.8% yield, $500,000 total value. Decides to invest $100.

3

Clicks "Encrypt & Buy"

The @iexec-nox/handle SDK sends her tokenAmount to the Intel TDX TEE. Returns an encrypted {handle, handleProof}.

4

USDT approved + purchase on-chain

Two wallet confirmations: approve(propertyContract, 100_000_000) then purchaseTokens(handle, handleProof, 100). Both on Arbitrum Sepolia.

5

Alice holds 100 PEARL-DXB-001 tokens

Her balance is stored as euint256 β€” encrypted. Nobody can see she holds 100 tokens. Not even the platform.

6

Monthly rent arrives

RentDistributor receives USDT from the property operator. 90% distributed equally to all holders. Alice receives ~$0.57 USDT automatically.

7

Alice sells half on secondary market

Calls grantOperator + createListing(50 tokens, $1.025/token). A buyer executes. Alice receives 51.25 USDT (after 0.5% fee). All confidential.

Privacy Comparison

❌ Other RWA Platforms

βœ•Balance visible: address β†’ 10,000 PROP tokens (readable by anyone)
βœ•Transfer amount public: "Alice sent 500 tokens to Bob"
βœ•"ZK privacy" = validity proofs only, amounts still visible
βœ•Portfolio analysis: competitors can see your exact holdings
βœ•Front-running: large buyers identified before deals close

βœ“ ChainEstate + iExec Nox

βœ“Balance encrypted: address β†’ 0x8f3a... (euint256 ciphertext)
βœ“Transfer amounts hidden: only handle + proof on-chain
βœ“Intel TDX TEE hardware: genuine privacy, not software claims
βœ“Portfolio invisible: positions unreadable without Handle Gateway
βœ“No front-running: accumulation strategy stays private