A pre-approval credit tool that verifies a bank loan application.
Traditional loan applications require extensive personal data, CreditVerifier prioritizes your privacy.
Instead of disclosing sensitive information, you can verify your down payment assets directly with a zero knowledge proof (ZKP), streamlining the process and protecting your personal details.
For the ZKP proof generation and verification we are using Noir from Aztec to create a circuit with constraints on 3 inputs (2 public and 1 private). The frontend part of the application runs using React and Typescript. For the balance lookup of an Ethereum address we are using the etherscan API.