Get transparency into how reward payouts are calculated
Auditor payouts consist of shares of the prize pool calculated based on the severity and number of findings an auditor submits during a smart contract auditing competition.
Here's how rewards are calculated:
High / Medium Findings
Current Payout Calculation:
For competitive audits, the payouts are currently determined as:
Given the smaller prize pool and the potential volume of findings in this tier, auditors should note that judges may disqualify low-effort submissions at their discretion.
QA / Gas / Informational
As of August 18th, 2023, CodeHawks has stopped accepting findings related to gas optimizations, quality assurance issues, and informational insights.
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.
Duplicate issues
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.