CoolFace
Datasetpublic

SZLHOLDINGS/szl-lake

๐Ÿชข SZL Holdings Data Lake (szl-lake) A public, signed, diligence-defensible corpus of governance provenance. Every governed action in the SZL substrate emits an ECDSA P-256 DSSE-signed Khipu receipt onto a hash-linked Merkle DAG. This dataset aggregates those receipts together with formal-verification doctrine snapshots, the Zenodo paper record, SBOM pointers, and compliance attestations so a reviewer can verify the claims end-to-end. Doctrine v11 LOCKED ยท 749โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/SZLHOLDINGS/szl-lake.

sourceHugging Facecc-by-4.0updated 7h agoView on Hugging Face
0likes7kdownloads
Dataset Card

<div align="center"> <p>

![dataset](https://huggingface.co/datasets/SZLHOLDINGS/szl-lake/tree/main) ![files](https://huggingface.co/datasets/SZLHOLDINGS/szl-lake/tree/main) ![license](https://huggingface.co/datasets/SZLHOLDINGS/szl-lake)

</p> </div>

๐Ÿชข SZL Holdings Data Lake (szl-lake)

A public, signed, diligence-defensible corpus of governance provenance. Every governed action in the SZL substrate emits an ECDSA P-256 DSSE-signed Khipu receipt onto a hash-linked Merkle DAG. This dataset aggregates those receipts together with formal-verification doctrine snapshots, the Zenodo paper record, SBOM pointers, and compliance attestations so a reviewer can verify the claims end-to-end.

Doctrine v11 LOCKED ยท 749 declarations / 14 unique axioms / 163 tracked sorries ยท ฮ› = Conjecture 1 (open, not a theorem).

Viewer contract

The Dataset Viewer intentionally exposes only khipu/*_receipts.parquet as the default receipts configuration. Those files share one fixed schema. The lake's other JSON, NDJSON, evidence, doctrine, and manifest files remain available by path, but they are heterogeneous artifacts and are not coerced into one false table.

The three byte-identical empty receipt chains are valid fixed-schema Parquet placeholders, not duplicated observations. They are retained for stable per-organ paths, contribute zero rows to the viewer, and are recorded in khipu/EMPTY_CHAIN_MANIFEST.json with their hashes and row counts.

What's inside

SZLHOLDINGS/szl-lake/
โ”œโ”€โ”€ README.md                         # this card
โ”œโ”€โ”€ lake_index.json                   # master index โ€” every file + sha256 + receipt counts
โ”œโ”€โ”€ khipu/                            # live signed Khipu receipts, one parquet per organ
โ”‚   โ”œโ”€โ”€ amaru_receipts.parquet        # 14 real DSSE-signed tick receipts
โ”‚   โ”œโ”€โ”€ sentra_receipts.parquet       # 2 real signed verdict receipts
โ”‚   โ”œโ”€โ”€ a11oy_receipts.parquet        # live chain (currently empty โ€” honest)
โ”‚   โ”œโ”€โ”€ rosie_receipts.parquet        # live chain (currently empty โ€” honest)
โ”‚   โ”œโ”€โ”€ killinchu_receipts.parquet    # live chain (endpoint not yet exposed โ€” honest)
โ”‚   โ””โ”€โ”€ EMPTY_CHAIN_MANIFEST.json     # hashes + zero-row declarations for empty chains
โ”œโ”€โ”€ papers/manifest.json              # paper + concept/umbrella/version DOI links
โ”œโ”€โ”€ trajectories/                     # multi-turn agent sessions (schema published; seeding pending)
โ”œโ”€โ”€ sboms/manifest.json               # CycloneDX + SPDX pointers
โ”œโ”€โ”€ doctrine/                         # periodic state snapshots + cosign fingerprints
โ”œโ”€โ”€ attestations/                     # Section 889 ยท SLSA L1 (honest) attestations
โ””โ”€โ”€ keys/                             # cosign P-256 public keys + manifest

Receipt schema (khipu/*.parquet)

columnmeaning
receipt_id / actual_hashSHA-256 of the committed receipt (Khipu chain node)
predicted_hashparent / predicted chain head (receipts.in โ‰ก receipts.out)
organ ยท kind ยท indexemitting organ, receipt kind, chain index
lambda ยท lambda_pass13-axis geometric-mean ฮ› score and pass flag
lutar_anchorlutar-lean kernel SHA the runtime pins (c7c0ba17)
decl ยท axioms ยท sorriesdoctrine numbers carried in the receipt payload
dsse_sig ยท dsse_keyid ยท dsse_pae_sha256 ยท dsse_signedDSSE signature material
verify_key_urlwhere to fetch the cosign public key
No PII. Receipts carry only hashes, axis scores, organ/kind, doctrine numbers, and timestamps. A PII scan (email/SSN/phone patterns) ran clean before publication.

Read it

python
from datasets import load_dataset

receipts = load_dataset("SZLHOLDINGS/szl-lake", "receipts")
print(receipts["train"])

Or read one Parquet artifact directly:

python
import pyarrow.parquet as pq

table = pq.read_table(
    "hf://datasets/SZLHOLDINGS/szl-lake/khipu/amaru_receipts.parquet"
)
print(table.to_pandas().head())

How to verify a receipt with cosign

Each receipt is signed with an ECDSA P-256 key (keyid: szlholdings-cosign, or per-organ keys under keys/).

bash
curl -sL https://huggingface.co/datasets/SZLHOLDINGS/szl-lake/resolve/main/keys/org-cosign.pub -o cosign.pub
cosign verify-blob --key cosign.pub --signature <dsse_sig> <receipt-payload>

Per-organ fingerprints (SHA-256 of the public key) are pinned in keys/MANIFEST.json and doctrine/v11_snapshot_20260602.json.

Honesty notes (diligence-defensible)

  • โ€”`lake build` status: current szl-holdings/lutar-lean@3f3ad80d passed both the Lake build and Lean kernel check. Those current-main checks are separate from this dataset's locked Doctrine v11 snapshot: receipts remain pinned to kernel commit c7c0ba17 and the 749/14/163 baseline in doctrine/v11_snapshot_20260602.json; additive experimental declarations are not silently promoted into that locked baseline.
  • โ€”Empty chains are shown as empty. Three organ chains have no receipts yet; their Parquet files are valid but empty rather than padded with synthetic data.
  • โ€”SBOMs and trajectories are pointer manifests where the corpus has not yet been seeded; the schemas are published so consumers can build against them today.

Cite this

Part of the SZL Holdings Ouroboros Thesis (Governed Post-Determinism).

Concept DOI (always-latest): 10.5281/zenodo.19944926. Author: Stephen P. Lutar Jr. ยท ORCID 0009-0001-0110-4173 ยท License CC-BY-4.0. Full DOI-pinned lineage and the paper index: szl-papers PAPERS_INDEX.

Honesty (Doctrine v11): ฮ› unconditional uniqueness is Conjecture 1 (machine-checked false as stated), never a theorem; conditional uniqueness is Theorem U (axiom-free). Locked-proven formulas are exactly 8 {F1,F4,F7,F11,F12,F18,F19,F22}; experimental theorems are a separate CI-green tier; Khipu BFT safety is Conjecture 2. Trust never 100%.

bibtex
@dataset{szl_holdings_data_lake,
  title        = {SZL Holdings Data Lake},
  author       = {Lutar, Stephen Paul and {SZL Holdings}},
  year         = {2026},
  publisher    = {Hugging Face},
  doi          = {10.5281/zenodo.20434276},
  note         = {Concept DOI: 10.5281/zenodo.19944926. Doctrine v11 LOCKED 749/14/163.},
  url          = {https://huggingface.co/datasets/SZLHOLDINGS/szl-lake}
}

Explore the SZL Holdings estate

a-11-oy.com ยท a11oy Space ยท killinchu ยท all SZLHOLDINGS datasets and models ยท GitHub org