ZK Proven is a live demonstration of the ZK Platform — it proves a claim about your data is true while revealing nothing about the data itself (proving without revealing). It exists to make an abstract zero-knowledge proof tangible: a real claim is verified without the underlying secret ever being disclosed.
Related · tier-1 reading. For what a portable artifact actually is, see Portable Artifact.
A supporting expression of the ZK Platform applied to network connections. It produces a zero-knowledge proof that a channel is authentic while revealing nothing about the traffic — proving the channel instead of trusting how it looks.
Use it to prove a live channel is authentic without exposing or inspecting its traffic. Do not use it to compute over encrypted data (that is the FHE Platform) or to prove a statement about stored data rather than a live channel (use the general ZK Platform). It is not a content scanner or antivirus.
ZK Proven proves without revealing — it proves a channel is authentic without reading the traffic. The FHE Platform runs computation over encrypted data (ciphertext) without decrypting it. ZK proves a statement about data or a channel; FHE computes over ciphertext. Complementary, not substitutes.
ZK Proven generates the proof; H33-74, the 74-byte post-quantum evidence primitive, anchors it as portable, independently-verifiable evidence a third party can carry and re-verify offline. Proof generation and evidence anchoring are distinct roles.