Commit b6fac8d8 authored by clabby's avatar clabby

Update immunefi.md

parent ecdb6ae9
...@@ -6,6 +6,19 @@ During this early phase of ongoing development, we invite security researchers a ...@@ -6,6 +6,19 @@ During this early phase of ongoing development, we invite security researchers a
The current system is not production ready, however the core infrastructure for creating an instruction trace ([Cannon][cannon] + the [`op-program`][op-program]), the off-chain challenge agent ([`op-challenger`][op-challenger]), The current system is not production ready, however the core infrastructure for creating an instruction trace ([Cannon][cannon] + the [`op-program`][op-program]), the off-chain challenge agent ([`op-challenger`][op-challenger]),
and the on-chain infrastructure for the [Dispute Game][dispute-game] are all in place. and the on-chain infrastructure for the [Dispute Game][dispute-game] are all in place.
### Resources
> **Note**
> Prior to moving forward, we recommended reading into the technical documentation for the components of Fault Proof Alpha.
* [Cannon][cannon] & [Cannon Contracts][cannon-contracts]
* [Cannon VM Specs][cannon-vm-specs]
* [`op-program`][op-program]
* [Fault Proof Specs][fault-proof-specs]
* [Dispute Game][dispute-game]
* [Fault Dispute Game Specs][fault-dispute-specs]
* [`op-challenger`][op-challenger]
## Known Issues ## Known Issues
The alpha system is not prepared for mainnet, and as such, there are a number of known issues that we are working on fixing and components of the system that must be improved prior to it being sustainable. The alpha system is not prepared for mainnet, and as such, there are a number of known issues that we are working on fixing and components of the system that must be improved prior to it being sustainable.
...@@ -60,15 +73,6 @@ There are several key invariants that must be maintained in order for the system ...@@ -60,15 +73,6 @@ There are several key invariants that must be maintained in order for the system
Any bug reports in the form of a PoC `op-e2e` test that demonstrates a violation of any of the above invariants will be considered valid bug reports and elligible for a reward. Any bug reports in the form of a PoC `op-e2e` test that demonstrates a violation of any of the above invariants will be considered valid bug reports and elligible for a reward.
### Resources
* [Cannon][cannon] & [Cannon Contracts][cannon-contracts]
* [Cannon VM Specs][cannon-vm-specs]
* [`op-program`][op-program]
* [Fault Proof Specs][fault-proof-specs]
* [Dispute Game][dispute-game]
* [Fault Dispute Game Specs][fault-dispute-specs]
* [`op-challenger`][op-challenger]
### Bounty Rewards ### Bounty Rewards
All valid bug reports for Fault Proof Alpha qualify as a low-severity report. See [immunefi][immunefi] All valid bug reports for Fault Proof Alpha qualify as a low-severity report. See [immunefi][immunefi]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment