What are "routine escrow mechanisms"?

6

1

The original Nakamoto paper states

routine escrow mechanisms could easily be implemented to protect buyers

What is meant by "routine escrow mechanisms"?

Randomblue

Posted 2013-04-03T21:44:17.050

Reputation: 753

Is this what you're talking about: https://en.bitcoin.it/wiki/Contracts#Example_2:_Escrow_and_dispute_mediation

lurf jurv 2013-04-03T21:51:45.580

@lurfjurv, Not the asker is talking about, it is what Satoshi Nakamoto is talking aboutGreen 2015-08-27T03:22:33.280

Answers

1

There are certain sorts of escrow that are very difficult to implement without a trusted party. For example, an escrow system that only sends along the payment when the seller has provided proof of shipping would be impossible without a trusted third party.

However, if we change the escrow system a little bit, then we can implement it without a third party. For example, suppose we say that the buyer and the seller merely need to agree about where the bitcoins are sent. That is something that a decentralized network can check for.

Nick ODell

Posted 2013-04-03T21:44:17.050

Reputation: 26 536

0

We can use Clearcoin type mechanisms for this . ClearCoin is an escrow-type of service that allows safer payment by securely holding coins in escrow until both buyer and seller are satisfied. Sometimes there is a risk that a buyer will be unhappy with a purchase but no recourse is possible because Bitcoin transactions are not reversible. An escrow allows the buyer to send payment to an intermediary and release the funds only at such time the buyer is satisfied with the seller's level of service.

More details about Clearcoin can be found at this link.

tusharmakkar08

Posted 2013-04-03T21:44:17.050

Reputation: 101