|
|
|
|
|
by Zaskoda
1703 days ago
|
|
> Where to even begin with this? First of all, many local governments in the U.S. already have public databases of who owns what land. This is a problem that can be solved with a SQLite database, it doesn't need a blockchain. I believe you're missing the opportunity that exists for automation. That database is heavily guarded by layers of human administration. I can't sell you my land without involving a bunch of humans who interpret contracts and push buttons. In a world where land ownership were recognized by tokens on a distributed ledger, buying and selling land no longer requires the overhead of all that administration. |
|
Those layers of human administration are called a "state". Without that, the concept of property is pretty much meaningless to begin with. I can claim to own any piece of land I want. The state pays people to show up with weapons if I'm using land that they've decided "belongs" to somebody else. It gets to set the terms of land ownership and to insert itself into every transaction because of the ability to use force, not because it has the most efficient record-keeping system.
What that means is that the fundamental premise of blockchain technology, that there's no need for an external authority, is completely at odds with the reality of how property works. If there's a smart contract that says I own parcel X, but the people with guns say I don't own it, who wins that argument? That means the state needs a way to insert itself into and modify the blockchain, but that kind of obviates the whole point of the blockchain. If the state can't alter it, it's not a meaningful source of truth.
That of course leaves the benefit of automation. But all of that automation could be done with a SQL database and a PHP web app. The reasons it isn't done that way are policy ones, not technical ones.