Submit the inputs that scope your credential — jurisdiction, asset class, requested envelope size. The form is open for evaluation; the encrypted claim bytes and ZK proof generation live on your device in production, so the platform never sees plaintext financials.
The form below scopes the voucher. On submit, a fresh user_pubkey,
claim_id, and
ciphertext are generated in-browser and
POSTed to /api/lending/credential/issue.
The server returns a signed, time-bounded voucher_id.
Generate a ZK proof of creditworthiness against your encrypted claim using the PrivacyCore™ circuit locally — the proof stays on your device. The replay window stretches to match your envelope size.
Submit the proof plus this voucher_id
to your lender's verifier endpoint. Lender verifies the proof in milliseconds against the public policy hash
and extends undercollateralized credit.
The credential issued above is bound to the same PrivacyCore™ issuer as the production API.
Read the discovery contract, then integrate the POST /api/lending/credential/issue endpoint into your underwriting flow.