Bug Bounties

Incentives for community members to review the protocol and submit issues

Scope

The bounty program covers exclusively the smart-contract portion of the protocol. The issues should be submitted as tickets on Discord

Rewards

The rewards are different for each severity level of the bug:

  • minor: 5,000 A3A - 3 or 4 points

  • medium: 15,000 A3A - 5 or 6 points

  • major: 500,000 A3A - 7 or 8 points

  • critical: 5,000,000 A3A - 9 or 10 points

The severity is determined by two factors:

  1. Likelihood - the certainty with which an issue will arise

  2. Impact - should the issue arise, how devastating it would be

Likelihood

The more likely an issue is to occur, the more points it is given. From a maximum of 5 points for a dead certain occurrence to 1 for an issue that only arises in edge cases.

  1. Very unlikely, edge cases only. Probably never occurs.

  2. Low probability, edge cases that have a good chance of occurring.

  3. Potential for a security incident in the long run. We have time, but it needs fixing.

  4. High probability of a security incident. Needs to be fixed right away.

  5. Dead certain and it could happen tomorrow. The protocol needs to be paused.

Impact

In the same spirit, the higher the impact, the more points an issue gets. From 5 points for a catastrophic issue to 1 point for an annoying bug.

  1. Is annoying but has an easy workaround

  2. May cause loss of functionality but not of funds

  3. May cause loss of funds in some cases

  4. Allows an attacker to gain access to a large portion of the value locked

  5. Allows an attacker to gain access to all of the value locked unless the protocol is paused

Last updated