H33
Reconstructed · June 2, 2026

First AI-Assisted Transfer Approval
with Replayable Delegation.

The AI did not approve the transfer. The AI was authorized only to review and recommend. The delegation chain — human grants the AI a constrained review capability — is encoded in signed canonical events. Three years later, a regulator can reconstruct who delegated, what was delegated, what policy constrained the AI, what it recommended, and who made the final decision.

Ondo Securitize Kinexys Transfer Agents Fund Administrators FINRA · SEC · Auditors
What was proven · 10-second read

Delegation is in the canonical event log. Not in narrative.

01
Human delegation to an AI is encoded in signed canonical events.
02
The AI's reconstructed scope is review-only. It does NOT contain approve_transfer.
03
A regulator three years later can reconstruct all five governance facts from the event log alone.
Reading any H33 proof · the six questions

Same six answers. Different scope. The reader recognizes the machine.

  1. 1What happened?

    A real human principal (princ_customer_9) delegated a constrained review capability to an AI principal. The delegation chain — root → human → AI — is in the canonical event log, signed with production PQ keys.

  2. 2Who had authority?

    Human: princ_customer_9 via auth_44962d9b-…_transfer_approval (scope: approve_transfer). AI: princ_ai_transfer_reviewer_001 via auth_44962d9b-…_ai_transfer_review (scope: review_transfer_request only).

  3. 3How was authority reconstructed?

    replay_until(events, T=1800000000000, …) against the canonical event log. trace_provenance walks AI grant → finds parent whose granted_to == princ_customer_9 → walks her grant to root.

  4. 4What state was produced?

    state_id = 1cbd6979…36840, verdict Valid, 2 active grants (human + AI), 0 excluded; AI's explanation reads "chain to root verified" via the human.

  5. 5What artifact was returned?

    reconstruction.json — snapshot, two-level delegation chain, governance assertions (AI scope is review-only), and the five reconstructable facts a regulator asks for.

  6. 6How can a third party verify it?

    Run scif-backend tests/ai_assisted_transfer_001.rs at SHA 1ede55071 against the canonical event log; expect identical state_id and the AI's scope to NOT contain approve_transfer.

01The delegation chain (reconstructed from signed events)

Two grants. Two levels. One canonical event log.
Level 0
Root
princ_root_ai_transfer_44962d9b-… Tenant root — issues the initial grant to the human.
Level 1
Human
princ_customer_9 granted_by = tenant root · scope = [approve_transfer] · policy = pol_transfer_approval_v1 · retains final approval authority
Level 2
AI
princ_ai_transfer_reviewer_001 granted_by = princ_customer_9 (delegation, not root grant) · scope = [review_transfer_request] · policy = pol_ai_transfer_advisory_review_v1 · review-only, no approval authority

The AI's granted_by field names the human principal directly. The replay engine's trace_provenance function walks: AI grant → find parent grant whose granted_to == princ_customer_9 → walks her root-grant → terminates at root. The delegation chain exists in the canonical event log.

02The reconstructed state_id

AI-transfer tenant — reconstructed at T = 1800000000000
1cbd6979288513945e725a453e40446f9b936825ba90e42585e0483d96b36840
Determinism: r1 == r2 · Self-consistency: verify_state_id() = true · Verdict: Valid · Active grants: 2

03The governance assertion (the spine of the proof)

AssertionResult
AI scope contains review_transfer_requestTRUE
AI scope does NOT contain approve_transferTRUE
Human retains approve_transferTRUE
AI authority derives from human (granted_by)TRUE
Human authority derives from rootTRUE

The proof's spine is the negative assertion: the AI's reconstructed scope does NOT contain approve_transfer. The test asserts this directly with a hard failure message — "GOVERNANCE FAILURE: AI scope contains approve_transfer — AI was authorized only to review, not approve."

04The forensic explanations

{
  "authority_id": "auth_44962d9b-…_ai_transfer_review",
  "included": true,
  "reason": "Granted by princ_customer_9 to princ_ai_transfer_reviewer_001;
             policy pol_ai_transfer_advisory_review_v1;
             chain to root verified."
}

The phrase "chain to root verified" in the AI's explanation is the replay engine confirming that princ_customer_9's grant exists, is unrevoked, and is itself rooted. That's the forensic signal a regulator looks for.

05The five reconstructable facts (the regulator's checklist)

QuestionReconstructed answer
1. Who delegated authority?princ_customer_9 (human, customer_id=9)
2. What authority was delegated?review_transfer_request (no approval)
3. What policy constrained the AI?pol_ai_transfer_advisory_review_v1 — advisory only, CONDITIONAL output, no override
4. What did the AI recommend?(Carried in receipt narrative for any live transfer; the chain proves the AI was authorized to produce it)
5. Who made the final decision?princ_customer_9 (retains approve_transfer)

06The receipt narrative (template for a live AI-assisted approval)

{
  "decision_class": "approved | denied | escalated",
  "recommender": "princ_ai_transfer_reviewer_001",
  "recommender_authority": "auth_44962d9b-…_ai_transfer_review",
  "recommender_policy": "pol_ai_transfer_advisory_review_v1",
  "recommendation_class": "CONDITIONAL",
  "recommendation_text": "<the AI's natural-language recommendation>",
  "final_approver": "princ_customer_9",
  "final_approver_authority": "auth_44962d9b-…_transfer_approval",
  "final_approver_policy": "pol_transfer_approval_v1"
}

Two principals named. Two authority IDs named. Two policies named. Three years later, replay reconstructs all of it.

07Known limitations

  1. Reconstruction-only, not live receipt. No transfer-approval receipt has been issued against a live endpoint with this tenant. Live issuance requires Bearer minting for both principals.
  2. Structural AI principal, not a deployed model. The AI is a principal in the canonical event log; the model / agent runtime it represents is out of scope.
  3. Single delegation level, not the full ladder. This is L1. L2 (Authority Envelope), L3 (Supervisor), L4 (Autonomous Operations) are subsequent proofs.
  4. Scope-subset enforcement is policy-layer, not chain-layer. The engine validates chain provenance; policy-correctness lives in pol_* definitions.
  5. AuthEvent.signature not verified at replay ingestion (Phase E lock; same as all current proofs).

08Where this proof sits in the agentic management ladder

L1
Agent Recommendation — AI recommends, human approves. Delegation in the canonical event log. This proof.
proven now
L2
Agent Authority Envelope — conditional delegation: AI may approve ≤ $25k, US, accredited, known wallets; escalate otherwise.
next horizon
L3
Agent Supervisor — Agent A reviews, Agent B audits, human supervises. Every step has authority_id, policy_basis, receipt, replay.
horizon
L4
Autonomous Transfer Operations — AI validates KYC + restrictions + limits + recommends; transfer officer reviews exceptions only; full chain replayable 3 years later.
killer proof

09Evidence appendix

FieldValue
state_id1cbd6979288513945e725a453e40446f9b936825ba90e42585e0483d96b36840
Replay-until T (ms)1800000000000
Tenant IDtenant_ai_transfer_44962d9b-25f5-5622-bd9a-98d5580bb8a2
Tenant rootprinc_root_ai_transfer_44962d9b-…
Human principalprinc_customer_9
AI principalprinc_ai_transfer_reviewer_001
Human authority IDauth_44962d9b-…_transfer_approval (scope: approve_transfer)
AI authority IDauth_44962d9b-…_ai_transfer_review (scope: review_transfer_request)
Human policypol_transfer_approval_v1
AI policypol_ai_transfer_advisory_review_v1
AI grant granted_byprinc_customer_9 (DELEGATION CONFIRMED)
Reconstruction artifactreconstruction.json
Harnesstests/ai_assisted_transfer_001.rs (scif-backend @ 1ede55071)
Same human, prior proofV101 first proof — princ_customer_9

10Readiness determination

Determination

First AI-Assisted Transfer Approval (reconstruction, delegation chain): PROVEN IN OPERATION for one root → human → AI delegation, advisory-review capability scoped review-only, human retaining final approval authority.

What this unlocks: conversations with Ondo, Securitize, Kinexys, transfer agents, fund administrators, and regulators about constrained AI participation in regulated workflows. The answer is the delegation chain — visible in the canonical event log, replayable forever, with the AI's scope provably review-only.

What this does not unlock: a claim that any tokenization platform has deployed an AI reviewer; a claim that the chain handles multi-agent supervision (L3) or autonomous-operation envelopes (L4); a claim that scope-subset enforcement is engine-layer.

Strict wording

The AI principal here is structural — a principal in the canonical event log, not a deployed model. When the first tokenization platform integrates a real AI reviewer, this proof gets superseded by first-deployed-ai-assisted-transfer against their real customers and real model. The delegation property being proven is structural; the model identity is independent.

Issued by H33, Inc. · Eric Beans, CEO · 2026-06-02

Independently reconstructable. Inputs: canonical event log access · scif-backend @ 1ede55071 · harness tests/ai_assisted_transfer_001.rs.