incentive-layer
incentive-layer copied to clipboard
Verifier payment
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).
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