Hacker News new | ask | show | jobs
by _fizz_buzz_ 1654 days ago
All these schemes always still might need some higher authority in the end e.g. who decides when the work is done? Putting up collateral only ensures that someone has the money, it does not ensure that one actually gets the money. Because defining when "the work" is done, can be really complicated in real life projects. Contracts in real life are complicated. Real life is messy etc.
2 comments

I’d imagine they would, kind of like the levels of arbitrators and courts today.

The article said the neighbours first vote that work is done. Most of the time that could work. But it also mentions the neighbours could collude to steal the collateral. In that case courts could get involved and force money be returned etc.

I’m very far from a legal expert, but smart contracts seem like a potentially useful tool, within the current system. Not as a complete replacement.

> courts could get involved and force the money be returned

So, it's the government enforcing the contract.

EDIT: Just wanted to add that I actually completely agree with your last sentence!

> who decides when the work is done?

This is part of the smart contract, which has to explicitly define the conditions on which the collateral is confiscated.

Getting real life data reliably into the blockchain is hard, but there are different approaches to solve this.

The “different approaches to solve this” part, if it ever arrives, would be much more revolutionary than the blockchain itself.
Aave has $11 billion deposited on it right now and safety of those funds depend completely on getting accurate price data to trigger liquidations. So you can say that the oracle problem is solved, at least for price data.
Getting data in isn’t the big issue though, and we’ve had market data streams since forever. I’m talking about the example above, where a smart contract would need some way of knowing when to flip the “Bob has satisfactorily finished community refurbishment” flag. This would require an abundance of interoperable data sources for bizzare things. Where do I subscribe to the count(dogshit_pile_in_the_playground) stream, and who or what is publishing to it in a trust-less manner?
Getting all the data in the world into the blockchain and coding smart contracts to infer judgement from it would be too complex and expensive.

A more practical approach is to transfer the funds to Bob once he clicks on the checkbox and have some lock-up period, so that Alice has the opportunity to trigger a dispute if she needs to.

Then the dispute can be resolved by a private court (composed of humans) that both Alice and Bob agreed on beforehand. See: https://kleros.io

Ok, but this isn’t purely a smart contract anymore. You’re describing a typical escrow (running on a blockchain, because ______) with human judges, conceptually identical to what goes on behind the scenes at EBay. What necessitates a blockchain here?
what's the advantage for Bob here?
Price data is easy. Price data is already visible on the blockchain because a lot of trading happens on the blockchain.