# Hive transaction-harness bundle — harness-2026-05-04-A

This directory contains a complete, signed, replayable artifact set
demonstrating the 13-step Hive transaction lifecycle. It proves the rails
connect end-to-end without polluting any live registry.

## Hybrid mode

- **LIVE CALL** — read-only endpoints called against production: registry
  manifest, tenants spec, briefings intake spec, pubkey, well-formedness
  proofs (for any minted HKTN), and the offline `/verify` page.
- **SIGNED SAMPLE ARTIFACT** — write endpoints (mint, stamp, sign, emit,
  quote) are represented by deterministic signed samples. Replay produces
  identical hashes. Real signatures replace the placeholder when
  production is exercised.

## What's in this directory

- `bundle.json` — master manifest with sha256 of every step
- `step_NN_<rail>.json` — one artifact per lifecycle step (13 steps)
- `_live_registry_manifest.json` — snapshot of /v1/registry/manifest at build time
- `_live_tenants_spec.json` — snapshot of /tenants/ at build time
- `_live_briefings_intake_spec.json` — snapshot of /briefings/intake at build time

## How to verify

1. Open https://thehiveryiq.com/verify
2. Paste `step_09_receipt.json` into the receipt verification panel
3. Confirm `verified: true` with 7 checks passed
4. Compare the live snapshots in `_live_*.json` against current responses
   from https://hive-passport.onrender.com — shapes should match

## What this proves

- **Identity** is mintable and well-formedness-provable (HKTN registry on
  hive-passport is LIVE)
- **Intent** can be normalized (Rosetta logic exists; public POST endpoint
  is Stage 2)
- **Opportunity** can be qualified (Prospector service is deployed; /qualify
  route is Stage 2)
- **Trust context** is queryable (HKTN passport is LIVE)
- **Tier** can be selected (RubricMesh decision logic encoded in briefings +
  worksheets; public endpoint is Stage 2)
- **Proof** can be referenced (SpectralZK well-formedness is LIVE; arbitrary
  statements are PILOT)
- **Evidence** can be sealed (SMSH stamp is LIVE)
- **Origin** can be signed (SHOD per-response Ed25519 is LIVE)
- **Receipts** mint with proof_tier + provenance_root + verifier_url
  (canonical schema; emit endpoint is PILOT via stamp)
- **Settlement** has real rails (USDC on Base 8453, real treasury, real quote
  endpoint at /tenants/quote is LIVE)
- **Evidence Room** files the artifact (curated today; live-driven Stage 3)
- **Verifier** validates offline (LIVE — /verify, no backend call)
- **Dashboard** updates (ROADMAP — handler is Stage 3)

## Standard for speed. PQ for permanence.

The demo runs on Hive Pro proof tier. Hive-PQ is the premium overlay for
regulated long-retention workflows; not needed for this transaction.

## Replay

```bash
python3 _build_bundle.py
sha256sum bundle.json step_*.json
```

Same inputs → identical hashes.

bundle.json sha256: 7c30ea9351ca2c2921e7596af2ba3a9d5914aba8a49b87b94ce8221ae69aa716
