0
stars
206
commits
3
linked in READMEs
Sep 10, 2026
updated
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).
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.
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
khipu/*.parquet)| column | meaning |
|---|---|
receipt_id / actual_hash | SHA-256 of the committed receipt (Khipu chain node) |
predicted_hash | parent / predicted chain head (receipts.in β‘ receipts.out) |
organ Β· kind Β· index | emitting organ, receipt kind, chain index |
lambda Β· lambda_pass | 13-axis geometric-mean Ξ score and pass flag |
lutar_anchor | lutar-lean kernel SHA the runtime pins (c7c0ba17) |
decl Β· axioms Β· sorries | doctrine numbers carried in the receipt payload |
dsse_sig Β· dsse_keyid Β· dsse_pae_sha256 Β· dsse_signed | DSSE signature material |
verify_key_url | where 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.
from datasets import load_dataset
receipts = load_dataset("SZLHOLDINGS/szl-lake", "receipts")
print(receipts["train"])
Or read one Parquet artifact directly:
import pyarrow.parquet as pq
table = pq.read_table(
"hf://datasets/SZLHOLDINGS/szl-lake/khipu/amaru_receipts.parquet"
)
print(table.to_pandas().head())
Each receipt is signed with an ECDSA P-256 key (keyid: szlholdings-cosign, or per-organ keys under keys/).
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.
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.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%.
@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}
}
a-11-oy.com Β· a11oy Space Β· killinchu Β· all SZLHOLDINGS datasets and models Β· GitHub org
191 commits
15 commits
0
stars
206
commits
3
linked in READMEs
Sep 10, 2026
updated
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).
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.
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
khipu/*.parquet)| column | meaning |
|---|---|
receipt_id / actual_hash | SHA-256 of the committed receipt (Khipu chain node) |
predicted_hash | parent / predicted chain head (receipts.in β‘ receipts.out) |
organ Β· kind Β· index | emitting organ, receipt kind, chain index |
lambda Β· lambda_pass | 13-axis geometric-mean Ξ score and pass flag |
lutar_anchor | lutar-lean kernel SHA the runtime pins (c7c0ba17) |
decl Β· axioms Β· sorries | doctrine numbers carried in the receipt payload |
dsse_sig Β· dsse_keyid Β· dsse_pae_sha256 Β· dsse_signed | DSSE signature material |
verify_key_url | where 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.
from datasets import load_dataset
receipts = load_dataset("SZLHOLDINGS/szl-lake", "receipts")
print(receipts["train"])
Or read one Parquet artifact directly:
import pyarrow.parquet as pq
table = pq.read_table(
"hf://datasets/SZLHOLDINGS/szl-lake/khipu/amaru_receipts.parquet"
)
print(table.to_pandas().head())
Each receipt is signed with an ECDSA P-256 key (keyid: szlholdings-cosign, or per-organ keys under keys/).
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.
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.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%.
@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}
}
a-11-oy.com Β· a11oy Space Β· killinchu Β· all SZLHOLDINGS datasets and models Β· GitHub org
191 commits
15 commits