From 539f37f44d7329847139c27214c37f8560a854cc Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 12:09:52 -0700 Subject: [PATCH] Create 11_2_Writing_Complex_Multisig_Scripts.md --- 11_2_Writing_Complex_Multisig_Scripts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/11_2_Writing_Complex_Multisig_Scripts.md b/11_2_Writing_Complex_Multisig_Scripts.md index d3e7b7b..7cfe2d9 100644 --- a/11_2_Writing_Complex_Multisig_Scripts.md +++ b/11_2_Writing_Complex_Multisig_Scripts.md @@ -156,3 +156,7 @@ Early on, the following `sigScript` would be allowed: `0 Tru More complex multisignatures can typically be created by combining signatures or multisignatures with conditionals and tests. The resulting multisigs can be variable, requiring different numbers of signers based on who they are and when they're signing. _What is the power of complex multisig scripts?_ More than anything we've seen to date, complex multisig scripts are truly smart contracts. They can be very precise in who is allowed to sign and when. Multi-level corporations, partnerships, and escrows alike can be supported. Using other powerful features like timelocks can further protect these funds, allowing them to be released or even returned at certain times. + +## What's Next? + +Continue "Designing Real Bitcoin Scripts" with [ยง11.3: Empowering Bitcoin with Scripts](11_3_Empowering_Bitcoin_with_Scripts.md).