more general reqs for reputation
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24s Details

This commit is contained in:
Ladd Hoffman 2024-05-19 15:36:26 -05:00
parent 60231f8913
commit 828de931d0
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ Validation Pools mint and award Reputation (REP). REP can be used for staking fo
#### Reputation
1. Reputation (REP) is an ERC20 token
1. The Reputation contract must be able to associate a non-negative numeric value with a given wallet address.
1. Reputation internal methods (`mint`, `burn`, `update`) may be called only by the Validation Pool contract.
1. A Reputation holder should not be able to transfer Reputation to any other account.
1. `transfer` and `transferFrom` are disabled, so that REP may not be transferred.
1. The value associated with a given wallet address may be modified only by the results of a Validation Pool (explained below).
#### Bench of Experts