From fed0f362b10fcbe5aab1ba1c42f35ee54f1a9083 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Thu, 16 Jul 2020 08:50:44 -0700 Subject: [PATCH] Adjusts node operator agreement language. Closes #2047 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Núñez Co-authored-by: MacLane S Wilkison --- nucypher/cli/literature.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nucypher/cli/literature.py b/nucypher/cli/literature.py index 445b30c7a..110eb18c8 100644 --- a/nucypher/cli/literature.py +++ b/nucypher/cli/literature.py @@ -65,8 +65,9 @@ By agreeing to stake {tokens} ({nunits} NuNits): - Agree to allow NuCypher network users to carry out uninterrupted re-encryption work orders at-will without interference. -Failure to keep your node online, or violation of re-encryption work orders -will result in the loss of staked tokens as described in the NuCypher slashing protocol. +Failure to keep your node online or fulfill re-encryption work orders will result +in loss of staked NU as described in the NuCypher slashing protocol: +https://docs.nucypher.com/en/latest/architecture/slashing.html. Keeping your Ursula node online during the staking period and successfully producing correct re-encryption work orders will result in rewards @@ -462,7 +463,7 @@ WORKLOCK_AGREEMENT = """ - By participating in NuCypher's WorkLock you are committing to operating a staking NuCypher node once the allocation period opens. - + - WorkLock allocation is provided in the form of a stake and will be locked for the stake duration ({duration} periods). During this time, you are obligated to maintain a networked and available @@ -472,9 +473,9 @@ WORKLOCK_AGREEMENT = """ per confirmed period. This rate may vary until {end_date}. - You agree to allow NuCypher network users to carry out uninterrupted work orders - at will without interference. Failure to keep your node online, or violation of - work orders will result in the loss of staked tokens as described - in the NuCypher slashing protocol. + at will without interference. Failure to keep your node online or fulfill re-encryption + work orders will result in loss of staked NU as described in the NuCypher slashing protocol: + https://docs.nucypher.com/en/latest/architecture/slashing.html - Correctly servicing work orders will result in rewards paid out in ethers retro-actively and on-demand.