{
  "kgp_version": "0.1",
  "@id": "https://kineticgain.com/protocol/kgp/0.1.json",
  "title": "Kinetic Gain Protocol",
  "status": "draft",
  "published": "2026-08-05",
  "editor": "Miz Causevic",
  "steward": "Kinetic Gain LLC",
  "spec": "https://kineticgain.com/protocol/",
  "license": { "spec": "MIT", "reference_implementations": "AGPL-3.0" },
  "summary": "An open, versioned conformance profile that lets any website attach signed, hash-reproducible provenance to its published claims and declare that conformance in a way search crawlers and answer engines can follow back to this canonical spec.",
  "components": {
    "evidence_object": { "spec": "ai-evidence-format", "version": "0.1.1" },
    "evidence_bundle": { "spec": "evidence-bundle", "version": "0.1" },
    "signing": { "alg": "ed25519", "canonical_json": "RFC8785-JCS" },
    "content_hash": { "alg": "sha256" }
  },
  "conformance_levels": {
    "1": { "name": "Attach", "requires": "A machine-readable evidence object accompanies the claim, with a schema.org conformsTo edge to this spec." },
    "2": { "name": "Verify", "requires": "The evidence object carries a reproducible sha256 content_hash of the exact claim text." },
    "3": { "name": "Sign", "requires": "The content is signed with ed25519 over the RFC 8785 (JCS) canonical form of the evidence object; the public key is published under the site's /.well-known/." }
  },
  "attestation": ["self", "crawler-verified"],
  "discovery_document": "/.well-known/kgp/index.json",
  "reference_signing_key": "https://kineticgain.com/.well-known/kg-pubkey.json",
  "positioning": "KGP does not replace C2PA (media provenance), sigstore or SLSA (software artifacts), or schema.org ClaimReview (fact-check claims). It is the web-discoverable, schema.org-tied, badge-linked evidence layer for arbitrary web claims, self-hostable via /.well-known/.",
  "adoption": "Draft. Reference implementations across the Kinetic Gain estate are rolling out. There are no external adopters yet; this field will list only independently verifiable implementers."
}
