Skip to content

Commit

Permalink
Added image describing locking conditions.
Browse files Browse the repository at this point in the history
Also split up introduction cell.
  • Loading branch information
jachiang authored and jnewbery committed Oct 14, 2019
1 parent bb299e8 commit 081b298
Show file tree
Hide file tree
Showing 3 changed files with 5,155 additions and 4 deletions.
25 changes: 21 additions & 4 deletions 3.1-degrading-multisig-case-study.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,31 @@
"## 3.1 Degrading Multisig Output\n",
"\n",
"In this case study, we consider a degrading multisig output, which provides recovery spending paths if the main wallet keys are lost or cannot sign. This output is expected to spent soon after being created. \n",
"The recovery spending paths include delays in case the back-up keys are compromised.\n",
"\n",
"The recovery spending paths include delays in case the back-up keys are compromised."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![test](images/degrading_multisig0.jpg)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Locking conditions\n",
"\n",
"* **multisig( 3/3 main wallet key )** - spendable immediately; or\n",
"* **multisig( 2/3 main wallet keys + 1/2 backup keys )** - spendable after 3 days; or\n",
"* **multisig( 1/3 main wallet keys + 2/2 backup keys )** - spendable after 10 days.\n",
"\n",
"* **multisig( 1/3 main wallet keys + 2/2 backup keys )** - spendable after 10 days.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Signers\n",
"\n",
"* **Main wallet keys** - Keys A, B, C\n",
Expand Down
Binary file added images/degrading_multisig0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 081b298

Please sign in to comment.