incentive-layer icon indicating copy to clipboard operation
incentive-layer copied to clipboard

Verifier payment

Open hswick opened this issue 7 years ago • 1 comments

Current implementation only rewards solvers after finalization of task. Verifiers are eligible to receive jackpot amount though. Implementation wise this is easiest.

Another option is to pay verifiers a portion of the reward (however, this negates the need of the jackpot in the first place).

hswick avatar Feb 23 '18 18:02 hswick

Related to #48. sort of...

The implementation complexity comes from the fact that verifiers must pull payment, whereas a single solver can be pushed to. The pull method requires some extra data to ensure that verifiers are getting their proper share.

Example might be a Payment struct

hswick avatar Feb 23 '18 18:02 hswick