Skip to main content

Passport with Capability Proofs

Overview

Attach verifiable capability proofs to your Passport for zero-knowledge verification.

SDK Example

// Auto-generated from SDK - Coming Soon
await passport.attachCapabilityProof({
  capabilityId: 'skill:react-expert',
  proof: zkProof,
  visibility: 'selective-disclosure',
});

Use Cases

  • Privacy-preserving skills
  • Selective disclosure
  • Zero-knowledge proofs
  • Capability portability

See Also

  • Verify Capability (Zero-Knowledge Proof)
  • Cross-System Passport Usage
  • Import LinkedIn Credentials

← All patterns