Accredited Investor Sandbox
A user's local agent connects to their financial accounts, computes net worth privately using qFold, and produces a single proof that the accredited investor threshold was met. The investment platform verifies the proof and grants access — without ever learning actual balances, account names, or institutions.
User Agent (Prover)
Connect accounts, run check, generate proof
Investment Platform (Verifier)
Import proof package, verify, grant or deny access
How this sandbox works
- 1.User side: edit account balances, see the local net worth computation (X + Y - Z), and generate a proof package if the threshold is met.
- 2.Click "Open Platform verifier" and the proof package is loaded automatically (or copy/paste the JSON manually).
- 3.Verify the proof. Try the failure demos for INVALID_PROOF, ROOT_STALE, and POLICY_FAIL.
All proof generation is simulated. No real ZK proofs are computed. The net worth check uses the deck's X + Y - Z > threshold formulation. Accredited investor criteria commonly include net worth > $1M (excluding primary residence) or income thresholds; this sandbox uses the net worth style check shown in the deck.