Audit your tax filings without revealing the raw numbers to anyone.
Privy Audit is a tool to help corporations to prove compliance with financial rules without exposing the raw data.
It uses Noir for private inputs and circuit creation. And noir-js is use to generate proof on the client side.
Currently, the finance rules are based on the Indian Taxation as per the FT 2025-2026.
The circuit is created by Noir with the constraints of checking the estimated tax calculation using the raw financial data provided by the user.
The proof is being generated using Noir JS on the client side to maximize the privacy of the user.
The frontend is prepared using Vite and TS.