Two layers, because one was never going to hold
The OpenAI rollout is structurally a dual-layer system, and the design choice tells you what failed in earlier attempts. C2PA Content Credentials are signed manifests written into image metadata that record how a file was created and edited - rich, human-readable, but living in the same EXIF/XMP block that any social platform, screenshot, or format conversion can wipe. SynthID is the opposite: imperceptible pixel-level perturbations embedded at generation time that ride along inside the actual image bytes, designed to survive cropping, resizing, compression, and screenshots [1]. OpenAI's own statement frames the pairing explicitly - watermarking can be more durable through transformations like screenshots, while metadata can provide more information than a watermark alone, so together they make provenance more resilient than either layer would be on its own [1].
The practical consequence is that the public verification tool at openai.com/verify is doing two independent checks per upload. If both layers survive, you get a high-confidence positive. If C2PA has been stripped - which TechCrunch notes is common because metadata is clearly accessible and easily manipulated - the SynthID layer can still flag the image as OpenAI-generated [1]. And if both are missing, the tool deliberately does not make a definitive claim, because absence of a watermark is not evidence of human authorship [2]. That last constraint is important: this is provenance infrastructure for trusted content, not a universal deepfake detector.




