Respond to RFCs for #2610.

Co-authored-by: Arjun Hassard <arjunhassard@gmail.com>
pull/2610/head
derekpierre 2021-03-23 16:06:24 -04:00
parent 011da5dcc2
commit 2da8be9d10
3 changed files with 7 additions and 4 deletions

View File

@ -48,7 +48,10 @@ Glossary
1 NU = 10\ :sup:`18` NuNits.
Period
A timeframe of approximately 7 days in the NuCypher Network.
A timeframe of approximately 7 days in the NuCypher Network. This parameter is used as a minimum unit for policy
duration, and is also the cadence with which workers must make an on-chain commitment to being online and
available. Note that period durations were 24 hours in the genesis (previous) protocol and could change again in the
future.
PKE
Public-key encryption.

View File

@ -28,7 +28,7 @@ Worker Overview
The Worker is the bonded delegate of a Staker and an active network node, performing work on behalf of a Staker.
Workers must remain online to provide uninterrupted services on-demand, signalling their availability with
commitment transactions every period (7 days) each transaction costing ~200k gas.
a commitment transaction before the start of each period (every 7 days), which costs approximately 200k gas.
Staker and Worker Delegation

View File

@ -34,8 +34,8 @@ Staking Procedure
.. caution::
Once NU is locked in the staking escrow contract, a worker node must be run to unlock it. Worker's make
periodic automated commitments (every 7 days) which cost ~200k gas. Be sure to consider this
operational cost when locking NU.
periodic automated commitments (every 7 days) which cost at least ~200k gas, depending on how many sub-stakes
you have. Be sure to consider this operational cost when locking NU.
.. note::