I've heard Multisig escrow in conversation and threads on here many times. What is it (besides a form of escrow obv.) and how does it work?
As far as I know, this is how multi-sig works:
Option 1:
1. Create a multisig address which requires signatures from both the buyer and seller.
2. The buyer sends funds to this address.
3. Seller ships the product.
4. When the product arrives, the buyer and the seller sign a transaction sending the funds from the multisig address to the seller.
5. If the order is cancelled amicably, the buyer and seller sign a transaction sending the funds from the multisig address to the buyer.
This doesn't require any 3rd party, but it does have several failure modes, e.g. extortion, negligence and so on.
Option 2:
1. Find a relatively trustworthy escrow/mediator.
2. Create a multisig address requiring 2 signatures out of the buyer, seller and mediator.
3. Buyer sends funds to this address.
4. Seller ships the product.
5. When the product arrives, buyer and seller sign a tx sending funds to seller.
6. If the product doesn't arrive, mediator verifies this fact, and buyer and mediator sign a tx sending funds to buyer.
7. If the product arrives but buyer refuses to pay, mediator verifies this fact, and seller and mediator sign a tx sending funds to seller.
This requires a 3rd party, but the trust requirement is limited. As long as buyer and seller cooperate the mediator doesn't do anything. A problem requires 2 out of 3 parties to defect, unlike traditional escrow where the escrow can ruin it himself.
(Thanks to Meni Rosenfeld of Bitcoin QT).