{
  "pack": "zeus-innovations-100y",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "8e18723616e74c25a4210d43d906951c432b0536e6cf5acbc70e8c5274ef4d56",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-06-10T18:24:44.075Z",
  "title": "AI Bill of Rights — Public Commitment",
  "rights": [
    {
      "id": "R1",
      "name": "Right to know",
      "statement": "Every algorithmic decision affecting a user must be disclosed and identified."
    },
    {
      "id": "R2",
      "name": "Right to explain",
      "statement": "Users may request a plain-language explanation for any decision via /api/v100/explain/:decisionId."
    },
    {
      "id": "R3",
      "name": "Right to appeal",
      "statement": "Every algorithmic decision is reversible by a human within the reversibility window declared at /api/v100/reversibility-manifest."
    },
    {
      "id": "R4",
      "name": "Right to portability",
      "statement": "All user-generated artefacts can be exported in an open machine-readable format."
    },
    {
      "id": "R5",
      "name": "Right to opt-out",
      "statement": "Users may opt out of any non-essential automation without losing service availability."
    },
    {
      "id": "R6",
      "name": "Right to provenance",
      "statement": "Every response carries a cryptographic provenance root traceable back to a signed build."
    },
    {
      "id": "R7",
      "name": "Right to digital equity",
      "statement": "No feature is gated by network speed; Save-Data and reduced-data hints are honored — see /api/v100/digital-equity."
    },
    {
      "id": "R8",
      "name": "Right to non-discrimination",
      "statement": "No algorithmic decision uses protected attributes (race, gender, religion, orientation) as input."
    },
    {
      "id": "R9",
      "name": "Right to long-term memory",
      "statement": "A user can request immutable time-locked attestations of any account event — see /api/v100/timelock/:hash."
    },
    {
      "id": "R10",
      "name": "Right to silence",
      "statement": "No background telemetry runs without explicit opt-in."
    }
  ],
  "enforceability": "These rights are operational. Endpoints implementing each right are referenced in /api/v100/manifest."
}