From 66fe02221b9266d1e464982a6e5ad1c0bab86e60 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 15 May 2024 14:15:51 -0500 Subject: [PATCH] requirements: executive --- specification/docs/requirements.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/specification/docs/requirements.md b/specification/docs/requirements.md index e69de29..bcd6ba2 100644 --- a/specification/docs/requirements.md +++ b/specification/docs/requirements.md @@ -0,0 +1,25 @@ +## Governance + +We identify three aspects of governence: Executive, Legislative, and Judicial. Executive governance is focused on the present, day-to-day operations of the DAO. Legislative governance is focused on the future, and deals with the process of making changes to the operations of the DAO. Judicial governance is focused on the past, providing an opportunity to review and interpret past actions. + +### Executive + +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. + +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. + +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. + +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. + +### Legislative + +### Judicial \ No newline at end of file