For Tasks that require Sampling Consensus for verifiability (see our whitepaper), each attestation node needs to be paid the right amount of work, moreover, in order to incentivize each node, each transaction needs to accrue a 20% value. So the final payment should be:
1.2 * (1 + p * nodes_for_attestation) * price
where p is the replication rate probability, and nodes_for_attestation the number of attestation nodes that need to be selected.
For
Task
s that require Sampling Consensus for verifiability (see our whitepaper), each attestation node needs to be paid the right amount of work, moreover, in order to incentivize each node, each transaction needs to accrue a20%
value. So the final payment should be:1.2 * (1 + p * nodes_for_attestation) * price
where
p
is the replication rate probability, andnodes_for_attestation
the number of attestation nodes that need to be selected.