Payouts
Get transparency into how reward payouts are calculated
Last updated
Was this helpful?
Get transparency into how reward payouts are calculated
Last updated
Was this helpful?
Auditor payouts consist of shares of the prize pool calculated based on the and an auditor submits during a smart contract auditing competition.
Here's how rewards are calculated:
Rewards are paid out in USDC through the ZKsync chain. Crediting the reward won't be possible without a ZKsync wallet connected to the user profile.
Payouts may be within 0.0001 USDC margin of error.
An issue is considered a duplicate if they have the same root cause. For example, the following two issues are duplicates:
No zero address check results in loss of funds: high
Users can lose precision when it doesn't check for address(0): low.
These have the same root cause even though they are submitted with different severity levels and are considered duplicates.
The following are not considered duplicates:
Users can lose precision when it doesn't check for address(0): low.
Dividing before multiplying loses precision: low.
Since they have different root causes (checking the zero address vs dividing before multiplying), they are not considered duplicates.