What you can build
- Onboarding flows that ask for “proof of age” instead of ID files.
- Access control based on membership or qualification proofs.
- Compliance-friendly KYC/KYB integrations.
- Games and apps that respect user privacy by design.
LIVRE OS exposes a clean developer surface through LivreKit: SDKs and APIs that let you request proofs instead of documents, verify results, and integrate sovereign identity into your app without handling sensitive data.
Your backend defines the proof you need (e.g. AGE_OVER_18,
RESIDENCY_IN_COUNTRY), sends a request to the user’s
Solivre wallet, and receives a verifiable yes/no result plus a proof hash.
No raw documents ever touch your servers.
Early MVPs expose this flow via simple HTTP endpoints so you can start prototyping without committing to any specific chain, wallet, or stack.