Getting Started
Kalypso provides a efficient framework for running Generators. By running a Generator, you can earn rewards by contributing to the generation of ZK proofs. This guide will help you set up and run your own Generator.
Types of Generators
Kalypso supports two types of Generators which depends on the type of Markets they wish to join:
-
Markets which support confidential inputs:
- Requires running secure enclaves to be able to work with confidential inputs.
- Ensures the confidentiality and integrity of sensitive data.
- Suitable for environments where data privacy is paramount.
In order to join such a Market, check the subsection on confidential inputs.
-
Markets which support public inputs only:
- Can run on any standard machine.
- Does not require the additional security of an enclave.
- Suitable for environments where data privacy is not a concern.
In order to join such a Market, check the subsection on public inputs.