From 6272d5c1539585d8c660718c40118d821c38bf9e Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 15 May 2024 14:16:50 -0500 Subject: [PATCH] requirements numbering --- specification/docs/requirements.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/docs/requirements.md b/specification/docs/requirements.md index bcd6ba2..a43b5a4 100644 --- a/specification/docs/requirements.md +++ b/specification/docs/requirements.md @@ -4,21 +4,21 @@ We identify three aspects of governence: Executive, Legislative, and Judicial. E ### Executive -A Worker must be able to stake availability toward a particular work contract, specifying the duration of their availability window. +1. A Worker must be able to stake availability toward a particular work contract, specifying the duration of their availability window. -A Customer must be able to submit a request for work, including a fee and any necessary request details. +1. A Customer must be able to submit a request for work, including a fee and any necessary request details. -The assigned Worker must be able to submit a Work Evidence Post, providing any necessary supporting information to verify that the work was performed correctly. +1. The assigned Worker must be able to submit a Work Evidence Post, providing any necessary supporting information to verify that the work was performed correctly. -The Customer must be able to submit approval/disapproval of the work. +1. The Customer must be able to submit approval/disapproval of the work. -The Staking Clients must be able to verify the work evidence and stake for/against a Validation Pool targeting the Work Evidence Post. +1. The Staking Clients must be able to verify the work evidence and stake for/against a Validation Pool targeting the Work Evidence Post. -If the Validation Pool is accepted, the Worker as well as Staking Clients who staked in favor of the VP, shall receive REP rewards in proportion to their stakes. +1. If the Validation Pool is accepted, the Worker as well as Staking Clients who staked in favor of the VP, shall receive REP rewards in proportion to their stakes. -If the Validation Pool is rejected, the Worker as well as Staking Clients who staked in favor of the VP, shall have their staked REP redistributed to the Staking Clients who staked against the VP. +1. If the Validation Pool is rejected, the Worker as well as Staking Clients who staked in favor of the VP, shall have their staked REP redistributed to the Staking Clients who staked against the VP. -After the Validation Pool concludes, the fee provided by the Customer shall be distributed among all DAO members (Workers) in proportion to their REP balance. +1. After the Validation Pool concludes, the fee provided by the Customer shall be distributed among all DAO members (Workers) in proportion to their REP balance. ### Legislative