I reckon most of that already is. A real estate escrow smart contract is maybe 200-300 lines long in Solidity, depending of course on what it supports (contingencies and such). You may want to actually go look around, because there’s I don’t know how many millions of lines of Solidity already written. It doesn’t all get as much publicity as NFTs.
You can mimic any existing setup for tracking deeds and similar, or invent new ones, with the added quality that they can’t be doctored. Once something is recorded, it’s recorded for good.
I reckon most of that already is. A real estate escrow smart contract is maybe 200-300 lines long in Solidity, depending of course on what it supports (contingencies and such). You may want to actually go look around, because there’s I don’t know how many millions of lines of Solidity already written. It doesn’t all get as much publicity as NFTs.
The off chain legalities are the tricky part of a real estate crypto deal.
Can changing house ownership really be as simple as making an alterations on a decentralized ledger?
You can mimic any existing setup for tracking deeds and similar, or invent new ones, with the added quality that they can’t be doctored. Once something is recorded, it’s recorded for good.
Blockchain is immutable but legal contracts usually are not. They have break clauses, implied rights etc.
I suspect everything can be implemented correctly, but my doubt isn’t technical, it’s legal.
Think of a smart contracts like a vending machine. You can’t just build one and start selling real things from it. Laws need to be followed.