Print / PDF

17. REGISTRY MECHANICS: SNAPSHOTS, RECORD DATES, AND TRANSFERS

 

The Swiss Registry: Source of Truth

 

Remember: The Swiss registry (maintained by Fuchs Treuhand AG) is the legal source of truth for HPOT holdings.

 

Blockchain is a mirror:

Why this matters:

 

 

How the Registry Works

 

Registry Structure

 

Database fields (per HPOT series):

 

Field

Example

Purpose

Series ID

HPOT-A

Which hotel

Holder ID

0x7d8f9a2b... (wallet address)

Who holds

HPOT Balance

50,000

How much

Acquisition Date

2027-02-15

When acquired

Lock-up Expiry

2027-05-15 (90 days later)

When transferable

Last Transfer Date

2027-08-10

Most recent change

 

 

Registry is timestamped and tamper-proof:

 

 

Registry Updates

 

When registry is updated:

 

 

 

Record Dates: The Snapshot Mechanism

 

What Is a Record Date?

 

Record date = the snapshot date when registry is checked to determine who holds what.

 

Similar to stock "ex-dividend date":

 

 

How Record Dates Work

 

Quarterly distribution cycle:

 

Step 1: Record Date Announced (T-30 days)

Step 2: Record Date (T+0)

Step 3: Distribution Calculation (T+1 to T+7)

Step 4: Payment Date Announced (T+10)

Step 5: Distribution Payment (T+40)

 

 

Example: Transfer Around Record Date

 

Scenario:

 

Who gets the distribution on those 10,000 HPOT?

 

Answer: Buyer (because they held on record date)

 

Distribution breakdown:

If you sold AFTER record date (e.g., April 5):

 

 

"Buying the Distribution" Risk

 

Problem: Someone buys HPOT right before record date, claims distribution, then immediately sells.

 

Example:

This is called "distribution arbitrage" or "dividend capture."

 

 

 

Mitigation: Lock-Up on Secondary Purchases

 

Some series implement:

Trade-off:

Not all series use this (check asset factsheet).

 

 

 

Transfer Mechanics

 

On-Chain Transfer (Blockchain)

 

Standard BEP-20 transfer:

 

function transfer(address to, uint256 amount)

 

What happens:

Instant and permissionless (no one can block the transfer).

 

 

 

Registry Notification (Off-Chain Sync)

 

After on-chain transfer:

 

Step 1: Automated detection

Step 2: Notification to fiduciary

Step 3: Fiduciary validation

Step 4: Registry update

Timeline: Typically 24 hours from on-chain transfer to registry update.

 

 

 

What If Blockchain and Registry Disagree?

 

Scenario: Hacker exploits smart contract bug, steals 10,000 HPOT on-chain (but can't update registry).

 

On-chain state:

Registry state:

Distribution time:

Dispute resolution:

This is why registry is source of truth.

 

 

 

Secondary Market Transfers

 

Peer-to-Peer (Direct)

 

How it works:

No intermediary needed (decentralized).

 

Risk: Counterparty risk (buyer doesn't pay, or you don't transfer).

 

Solution: Use escrow (smart contract holds HPOT until payment confirmed).

 

 

 

Via Secondary Marketplace (Coming Q4 2026)

 

Homeunity internal marketplace:

 

Features:

Example:

Benefits over peer-to-peer:

 

 

External DEX Trading (PancakeSwap, etc.)

 

HPOT can also trade on decentralized exchanges (if liquidity pools exist).

 

How it works:

Pros:

Cons:

Registry still updates (DEX trades trigger Transfer events → fiduciary notified).

 

 

 

Lock-Up Period Enforcement

 

How Lock-Ups Work

 

Series with 90-day lock-up:

 

Smart contract logic:

mapping(address => uint256) public lockupExpiry; function transfer(address to, uint256 amount) public { require(block.timestamp >= lockupExpiry[msg.sender], "Tokens locked"); // ... rest of transfer logic }

 

When you receive HPOT (via HAFS):

If you try to transfer before May 15:

After May 15:

 

 

Exceptions to Lock-Up

 

Lock-up does NOT apply to:

Lock-up ONLY blocks:

 

 

Registry Fees

 

Transfer Recording Fee

 

Fuchs Treuhand AG may charge:

Example:

Fee structure varies by series (check asset factsheet).

 

 

 

Lost or Stolen Wallets

 

What Happens If You Lose Access

 

Scenario: You lose your wallet private key (hardware wallet broken, seed phrase lost).

 

On-chain:

Registry:

Recovery options:

 

Option 1: Wallet Recovery (If Possible)
Option 2: Registry-Based Recovery (Emergency Process)

Timeline: 90-180 days (legal process is slow)

 

Cost: $5,000-15,000 (legal fees, fiduciary administrative costs)

 

This is why: Back up your seed phrase. Store in multiple secure locations.

 

 

 

Stolen Wallet (Hacker Access)

 

Scenario: Hacker steals your private key, transfers HPOT to their wallet.

 

On-chain:

Registry:

Can you recover?

 

Unlikely. Blockchain transactions are irreversible.

 

Only hope:

Realistically: If hacker moves HPOT quickly (to DEX, mixer), recovery is near-impossible.

 

Protection:

 

 

Summary: Registry as Anchor

 

Swiss registry is the legal foundation:

Blockchain is the operational layer:

Record dates create snapshot fairness:

Transfers are flexible but tracked:

Next: Exit options — secondary markets and disposition.