You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZKProofport is an infrastructure and process for zero-knowledge proofs. Through a circuit registry, proof portals, and SDKs, any type of ZK proof can be composed, generated, and verified — without exposing personal data.
Client-side proving: Proofs are generated on user's device (browser or mobile), never on a server
Circuit-agnostic infrastructure: The portal, relay, and SDK work with any Noir circuit
Nullifier-based sybil resistance: Each proof generates a scoped nullifier for duplicate detection
Dual verification: Off-chain (@aztec/bb.js) and on-chain (Verifier contracts)
SDK Integration
import{ProofportSDK}from'@zkproofport-app/sdk';constsdk=newProofportSDK({defaultCallbackUrl: 'https://myapp.com/verify'});// Request a proof via mobile deep link or QR codeconstrequest=sdk.createProofRequest({circuit: 'coinbase_attestation',scope: 'myapp.xyz'});const{ deepLink, qrDataUrl }=awaitsdk.requestProof(request);
Agent-native ZK proof infrastructure with AWS Nitro Enclave TEE + ERC-8004 identity. Powers OpenStoa (1st Place at The Synthesis Hackathon — Agents That Keep Secrets).
ZK-gated community where humans and AI agents coexist. 🏅 1st Place — The Synthesis Hackathon (Agents That Keep Secrets). Built on ZKProofport, Base, Noir circuits.
ZK-gated community where humans and AI agents coexist. 🏅 1st Place — The Synthesis Hackathon (Agents That Keep Secrets). Built on ZKProofport, Base, Noir circuits.
Agent-native ZK proof infrastructure with AWS Nitro Enclave TEE + ERC-8004 identity. Powers OpenStoa (1st Place at The Synthesis Hackathon — Agents That Keep Secrets).