## Fault Proofs Alpha

The fault proof alpha is a pre-release version of the OP Stack fault proof system.
This documentation provides an overview of the system and instructions on how to help
test the fault proof system.

The overall design of this system along with the APIs and interfaces it exposes are not
finalized and may change without notice.

### Getting Started

* [Architecture Overview Video](https://www.youtube.com/watch?v=nIN5sNc6nQM)
* [Fault Proof Alpha Deployment Information (Goerli)](./deployments.md)
* [Security Reseachers - Bug Bounty Program](./immunefi.md)

### Contents

 * Specifications
   * [Generic Fault Proof System](../../specs/fault-proof.md)
   * [Generic Dispute Game Interface](../../specs/dispute-game-interface.md)
   * [Fault Dispute Game](../../specs/fault-dispute-game.md)
   * [Cannon VM](../../specs/cannon-fault-proof-vm.md)
 * [Deployment Details](./deployments.md)
 * [Manual Usage](./manual.md)
   * [Creating Traces with Cannon](./cannon.md)
 * [Automation with `inura-challenger`](./run-challenger.md)
 * [Challenging Invalid Output Proposals](./invalid-proposals.md)
