Reference project · demonstrator
A sovereign-grade demonstrator: property title and a rule-based, fully collateralized state currency (GBT) — together on one permissioned blockchain. Built from the recommendations of my master’s thesis.
The problem
Land registers are digitized, but not programmable. Transfers take weeks, depend on intermediaries, and a property’s value can’t be mobilized directly.
The solution
The land register as a permissioned blockchain — with a rule-based, fully collateralized state currency (GBT) on top. Property and the value it unlocks live in the same auditable system.
A
Each entry is an NFT. Transfer only via multi-sig of buyer + seller + notary — fraud protection by design.
B
GBT is minted only against pledged, appraised property. Repayment burns the debt — backing stays 1:1.
C
3-layer data strategy: only hashes on-chain, plaintext erasable in the state database.
How it works
33 Solidity modules behind transparent proxies. They never call hardcoded addresses — only a central registry and a role manager; every module independently upgradeable, no network restart.
Model B · The currency
Accredited appraiser signs the value on-chain (AI oracle + human signature).
The property enters the CollateralVault — the single minting authority.
At most 60 % of the audited value (LTV, governance-tunable).
Repayment burns the debt GBT entirely and releases the collateral.
totalSupply(GBT) == Σ Darlehen ≤ LTV × Σ geprüfte Werte
This invariant is enforced on-chain and recomputed independently. No uncovered unit can ever exist.
Real registry law
The full build mirrors Austria’s real procedure: every entry runs as a petition through the diary — filing → approval → legal force → execution. With genuine ranking and pending-marker logic.
Condominium shares are DID-bound and non-fungible; the invariant Σ utility values == total is enforced in integers — no rounding leak.
Sovereign-grade security
Where we are
No whitepaper, no pitch mockup. A working system on a 4-validator Besu network — verified against the live chain.
From demonstrator to pilot
33 modules live, full build + currency, independently recomputed, 0 CRITICAL.
AI oracle on its own account, governance handover to the state, external security audit.
A pilot district, real deeds via the 3-layer strategy, regulatory accompaniment.
Rollout across states, then a second EU jurisdiction.
The demonstrator is built and proven. Happy to show it live. Self-audited — no external audit, no production use, not legal tender.