> if the buyer can secure the premises by any means necessarily
How does the blockchain know that said access has been secured? Is it up to the original requestor to confirm this? If so, what if they're malicious and don't want to do so as to not give up their collateral? If it's down to a neutral third-party acting as an oracle, what prevents said third-party from being bribed/coerced/hacked into providing false data to the blockchain?
All of this can be solved by the law (eventually escalating to people allowed to use deadly force), but at that point why do you even need a blockchain?
Blockchain only works for assets that live entirely on the blockchain, such as cryptocurrencies. Anything that lives in the real-world is a bad use-case for blockchains as you now need a centralized, trusted third-party to sync the state of the blockchain with the state of the real world, at which point you may just do away with the blockchain entirely and let the third-party run a good old database.
> How does the blockchain know that said access has been secured? Is it up to the original requestor to confirm this? If so, what if they're malicious and don't want to do so as to not give up their collateral? If it's down to a neutral third-party acting as an oracle, what prevents said third-party from being bribed/coerced/hacked into providing false data to the blockchain?
Auger[0] has something like this:
"Reputation (REP) and (REPv2) is a cryptocurrency, used by reporters during market dispute phases of Augur. REP and REPv2 holders must perform work, in the form of staking their REP or REPv2 on correct outcomes, to receive a portion of the markets settlement fees. If you do not report correctly, you do not get the fees. If you report incorrectly, you lose your REP or REPv2. If you don’t participate in a fork (when the network has a very large dispute over an outcome), you permanently lose your ability to migrate your REP or REPv2 to a forked universe, making it functionally useless within the used version of the Augur Protocol, and in theory making it worthless. Passive holders of Reputation (REP or REPv2) that are not using their Reputation (REP or REPv2) within the Augur protocol to stake on disputes and forks are penalized. The treatment of REP and REPv2 within the Augur protocol is governed not by the Forecast Foundation but by the protocols smart contracts as described in the Augur white paper and documentation."
Other protocols may handle things differently.
> All of this can be solved by the law (eventually escalating to people allowed to use deadly force), but at that point why do you even need a blockchain?
Assuming if the law in all jurisdictions around the world were as sufficient for all cases presently and into the future. Also this assumes that its not the enforcers of a particular law aren't also the ones that the on chain claimant wants to take action against (again, the payout would need to be high enough for those to incentivize action against a particular jurisdictions enforcers, which need not necessarily mean engaging on the property, but anything to get the enforcers to back off even going after friends and family and their property in retaliation [which is more doable in jurisdictions who databases with such sensitive information have been compromised])
What if many people collude so that the general consensus is wrong? What if many people are coerced (by their government/etc) to report wrongly?
> Assuming if the law in all jurisdictions around the world were as sufficient for all cases presently and into the future.
Are you saying that there should be one global jurisdiction and law? That is a completely separate can of worms.
At the moment the only law that matters is the law that can be enforced, which is generally the law of the country where you reside or have assets that can be seized, and this system appears to work well enough for everyone involved.
The law can also be changed if needed. I'm not sure how a blockchain can account for all future use-cases without changes either.
> What if many people collude so that the general consensus is wrong? What if many people are coerced (by their government/etc) to report wrongly?
Well according to how auger has it, those people will lose their funds they had to put up as collateral to vote on a particular market dispute outcome either through proof of their wrong decision or by a network fork if many people are in disagreement on an outcome and the many people don't bother migrating over to the forks ("you permanently lose your ability to migrate your REP or REPv2 to a forked universe, making it functionally useless within the used version of the Augur Protocol, and in theory making it worthless"). Seems like those people will have to continually pay for tokens that will be worthless as the network keeps forking as other non coerced reporters do not.
> Are you saying that there should be one global jurisdiction and law? That is a completely separate can of worms.
No, many contracts may operate simultaneously, and some even over shared claims in market disputes (at least what i get from how auger describes itself as enabling). I don't dissagree that it can be of worms though, but people can be incentivized during every step of the way in a variety of different ways. I just wanted to point that it is possible now with the tools that are viable that don't need to rely on a particular jurisdictions laws.
> The law can also be changed if needed. I'm not sure how a blockchain can account for all future use-cases without changes either.
The way to change laws may or may not be compatible with someone uploading a new contract and particular protocols users agreeing to abide by it with their assets at stake on market disputes.
It seems to be that for the blockchain to have an understanding of the real world it needs an oracle. That oracle can be made of many different actors each staking some funds and the "correct" value is determined by the value with the most funds staked against it. This still doesn't prevent coercion of a large majority or just a very rich whale betting on achieving what is essentially a 51% attack on the network.
> many contracts may operate simultaneously, and some even over shared claims in market disputes
Potentially - I don't disagree that the tech can technically do this, but ultimately it's still down to 1) people choosing to use it (as opposed to traditional contracts enforced by judges & subsequent law enforcement personnel) and 2) that whatever outcome reached by the blockchain can successfully be enforced in the real world - you'd need a government with jurisdiction upon the disputed assets to recognize the blockchain's outcome as legitimate and enforce it. People are unlikely to do "1" if they're not confident that "2" will happen especially if the problem can be solved by existing legal contracts who unlike blockchain-based solutions have a track record of being enforced.
Ultimately I don't think we'll ever reach an agreement here so I think the best course of action is that we stick to our opinions and either of us can tell the other one "told you so" in a decade as we see how the situation evolved.
> Seems like those people will have to continually pay for tokens that will be worthless as the network keeps forking as other non coerced reporters do not.
What if it's a majority that is coerced (or bribed, frightened, etc) into lying? Then it's the truth that will be left behind as "reality" forks in favour of the usurper, isn't it?
If the entire chain state was only this decision and nothing else in the future and that majority could be coerced without major contention (which is not really possible off chain either) then that might work, but the problem is that all the other decisions that need to be made by the validators will require those people to be coerced to vote accurately in the present and in the future on the forked chain states.
How does the blockchain know that said access has been secured? Is it up to the original requestor to confirm this? If so, what if they're malicious and don't want to do so as to not give up their collateral? If it's down to a neutral third-party acting as an oracle, what prevents said third-party from being bribed/coerced/hacked into providing false data to the blockchain?
All of this can be solved by the law (eventually escalating to people allowed to use deadly force), but at that point why do you even need a blockchain?
Blockchain only works for assets that live entirely on the blockchain, such as cryptocurrencies. Anything that lives in the real-world is a bad use-case for blockchains as you now need a centralized, trusted third-party to sync the state of the blockchain with the state of the real world, at which point you may just do away with the blockchain entirely and let the third-party run a good old database.