Skip to content

Iden3 Circuits

The iden3 protocol relies on core circuits for crucial functions. stateTransition verifies identity state changes, authV2 ensures ownership, and various credentialAtomicQuery circuits authenticate and validate claims, considering both off-chain and on-chain scenarios. These circuits collectively form the foundation of iden3, enabling secure and private identity solutions.

To download the latest Iden3 circuits using the following curl command and unzip the folder.

  • Download Circuits
curl -LO https://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip
  • Unzip the downloaded folder
unzip -d ./circuits latest.zip