PricingDemo
Log InGet API Key
Open Challenge — Vector Set v1

Reproduce 26 Deterministic Governance Vectors
In Any Language.

No H33 code required. Only the specification and test vectors. Byte-identical outputs prove protocol compatibility. Successful implementations receive official listing in the HATS Compatibility Matrix.

26
Vectors
7
Categories
0
Network Dependencies
Any
Language
The Challenge

What You Must Reproduce

Each test vector specifies inputs, deterministic processing rules, and expected outputs. Your implementation must produce byte-identical results.

Success criterion: byte-identical hash outputs for all 26 vectors.

Requirements

No H33 Code Required

The specification defines everything needed. The reference implementation is proof that it works, not a dependency.

HATS Governance Spec v1.0

147 requirements defining graph structure, verification rules, replay semantics, and error classification.

Canonical Serialization Rules

Section 5 of the specification. Deterministic byte ordering for all hashed structures.

Test Vector Corpus

26 bundles with expected outputs. JSON format. Machine-readable inputs and expected results.

The specification defines everything needed. The reference implementation is proof that it works, not a dependency.

Ecosystem

HATS Compatibility Matrix

Implementations that pass all 26 vectors receive official listing.

ImplementationLanguageVector SetVectorsStatus
H33 Reference Rust v1 26/26 PASS
(Your implementation) Any v1 ?/26

Contact standard@h33.ai to register your implementation and get listed.

Submission

How To Submit

Four steps from download to official listing.

  1. Download test vectors
  2. Implement HATS verifier in your language
  3. Run all 26 vectors
  4. Submit results + source (optional) to standard@h33.ai

Source code submission is optional. Only the test results are required for listing.

Take the Challenge

Download the canonical test vectors. Build your own verifier. Prove protocol compatibility.

Download Test Vectors Read the Specification