docs
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
This commit is contained in:
parent
856b56238c
commit
7ad2cf5bf7
|
@ -43,17 +43,17 @@ Validation Pools mint and award Reputation (REP). REP can be used for staking fo
|
|||
|
||||
The day to day operations of a DAO are centered around Work Smart Contracts (WSC) and Validation Pools (VPs). Customers request work; the work is assigned to an available worker; the worker submits Work Evidence (WEV); and the Work Evidence is validated by the rest of the DAO in a Validation Pool.
|
||||
|
||||
#### Work Smart Contract
|
||||
#### Work Smart Contracts
|
||||
|
||||
1. A Worker must be able to stake availability toward a Work Contract (WSC), specifying the duration of their availability window.
|
||||
1. A Worker may stake availability toward a Work Contract (WSC), specifying the duration of their availability window.
|
||||
|
||||
1. A Customer must be able to submit a request for work to the WSC, including a fee and any necessary request details.
|
||||
1. A Customer may submit a request for work to the WSC, including a fee and any necessary request details.
|
||||
|
||||
1. The assigned Worker must be able to submit a Work Evidence Post to the WSC, providing any necessary supporting information to verify that the work was performed correctly.
|
||||
1. The assigned Worker must submit a Work Evidence Post to the WSC, providing any necessary supporting information to verify that the work was performed correctly.
|
||||
|
||||
1. The Customer must be able to submit approval/disapproval of the work to the WSC.
|
||||
1. The Customer must submit approval/disapproval of the work to the WSC.
|
||||
|
||||
1. 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 verify the work evidence, and stake for/against a Validation Pool targeting the Work Evidence Post.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -131,4 +131,9 @@ A Post may also reference the Incinerator. Any reputation donated to the Inciner
|
|||
|
||||
- Sum of positive weights must be <= 1.
|
||||
|
||||
- A Post may reference the Incinerator with 0 <= weight <= 1.
|
||||
- A Post may reference the Incinerator with 0 <= weight <= 1.
|
||||
|
||||
This Forum reference mechanism enables executing any conceivable change in the REP awarded to Posts and their authors.
|
||||
|
||||
## Rollup
|
||||
|
||||
|
|
|
@ -18,5 +18,5 @@ nav:
|
|||
- Overview: index.md
|
||||
- Terminology: terminology.md
|
||||
- Requirements: requirements.md
|
||||
- Design: design.md
|
||||
- System Design: system-design.md
|
||||
- Implementation: implementation.md
|
||||
|
|
Loading…
Reference in New Issue