mirror of https://github.com/nucypher/nucypher.git
Merge pull request #2143 from KPrasch/docs
"Tone down" node operator agreement language - Closes #2047.pull/2160/head
commit
38d4b4416a
|
@ -65,8 +65,9 @@ By agreeing to stake {tokens} ({nunits} NuNits):
|
||||||
- Agree to allow NuCypher network users to carry out uninterrupted re-encryption
|
- Agree to allow NuCypher network users to carry out uninterrupted re-encryption
|
||||||
work orders at-will without interference.
|
work orders at-will without interference.
|
||||||
|
|
||||||
Failure to keep your node online, or violation of re-encryption work orders
|
Failure to keep your node online or fulfill re-encryption work orders will result
|
||||||
will result in the loss of staked tokens as described in the NuCypher slashing protocol.
|
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
|
Keeping your Ursula node online during the staking period and successfully
|
||||||
producing correct re-encryption work orders will result in rewards
|
producing correct re-encryption work orders will result in rewards
|
||||||
|
@ -472,9 +473,9 @@ WORKLOCK_AGREEMENT = """
|
||||||
per confirmed period. This rate may vary until {end_date}.
|
per confirmed period. This rate may vary until {end_date}.
|
||||||
|
|
||||||
- You agree to allow NuCypher network users to carry out uninterrupted work orders
|
- 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
|
at will without interference. Failure to keep your node online or fulfill re-encryption
|
||||||
work orders will result in the loss of staked tokens as described
|
work orders will result in loss of staked NU as described in the NuCypher slashing protocol:
|
||||||
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
|
- Correctly servicing work orders will result in rewards paid out in ethers retro-actively
|
||||||
and on-demand.
|
and on-demand.
|
||||||
|
|
Loading…
Reference in New Issue