-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
It should affect only to Fortune
Create a contract for storing addresses and their reputations on chain.
The reputation score is a value from 0 to 100 (for ease of increase/decrease)
In case of “correct” work(from the rep oracle perspective):
- The reputation score of the worker should be increased. (If the value is not already the maximum value)
- The worker is rewarded with the appropriate amount of tokens based on its reputation.
In case of "incorrect" work:
- The reputation score of the worker should be decreased. (If the value is not already the minimum value)
- The worker shouldn't receive reward for this work.
The formula for the payout is:
x=[worker_rep_score]*[total_reward]/sum(all_wokers_rep_score)
Issue linked to #131
Metadata
Metadata
Assignees
Labels
No labels