Specifications
Document type: Spec index
Doc ID: SPECS-INDEX
Status: Final v0.1
Release date: December 21, 2025
Author: Nicolas Turcotte, Founder
Source repo: dcorps-docs-public (docs/spec/INDEX.md)
Last updated: 2025-12-24
Scope: Canonical entry point for the normative protocol specifications. These documents are developer and auditor oriented and define “what is” and “what must be” for compatibility.
Who this is for
Use this section if you are:
- building an indexer, explorer, or analytics pipeline;
- integrating wallets or applications that create entities and emit tagged events;
- implementing modules or sub chain anchoring;
- validating compatibility claims (conformance).
If you want a high-level onboarding path first, start at docs/welcome/INDEX.md.
Guides vs specs (why there are two)
- docs/engineering/* is descriptive guidance for integrators.
- docs/spec/* is normative: rules, schemas, and compatibility requirements.
- docs/spec/SPEC-CORE_PUBLIC.md provides a reader-facing overview of the core spec.
When there is any conflict, treat docs/spec/* as the source of truth.
Recommended reading order (developers)
- docs/engineering/TECHNICAL_OVERVIEW.md (context and boundaries)
- docs/engineering/INTEGRATION_GUIDE.md (integration checklist)
- docs/spec/SPEC-CORE.md + docs/spec/SPEC-DATA.md (core behavior + data standards)
- docs/spec/SPEC-INDEXER.md (if you index or build explorers)
- docs/spec/SPEC-MODULES.md (if you build modules)
- docs/spec/SPEC-ANCHOR.md (if you support sub chain anchoring)
- docs/spec/SPEC-ATTESTATIONS.md (if you implement attestations)
- docs/spec/SPEC-PARAMS.md (parameters and economics model)
- docs/spec/SPEC-CONFORMANCE-TESTS.md (if you publish compatibility claims)
Spec set (normative)
- Core protocol: docs/spec/SPEC-CORE.md
- Data standards, schemas, tag catalogs: docs/spec/SPEC-DATA.md
- Module standard: docs/spec/SPEC-MODULES.md
- Attestations standard: docs/spec/SPEC-ATTESTATIONS.md
- Sub chain anchoring: docs/spec/SPEC-ANCHOR.md
- Parameters and economics model: docs/spec/SPEC-PARAMS.md
- Reference indexer behavior: docs/spec/SPEC-INDEXER.md
- Conformance tests and reporting: docs/spec/SPEC-CONFORMANCE-TESTS.md
Implementation notes (non-normative)
- Engineering entry point: docs/engineering/INDEX.md
- Interop and IBC overview: docs/interop/INDEX.md
Publication note
This repo is public by default. Safety-sensitive operational material (not needed for third-party compatibility) belongs under dcorps-docs-private/docs/restricted/ and must be excluded from public website/exports (policy: docs/policy/POL-DOCS-PUBLICATION.md).