Substrate Protocol Specification

SP-1
The Substrate Protocol

A Standard for Deterministic Intelligence Infrastructure
Document
SP-1 v1.0
Status
DRAFT — PUBLIC
Author
PBTG LLC
Date
March 2026
Anchor
d38dad17
Block
b1c57f72
Crypto
FIPS 203+204+205
License
PBTG Sovereign IP
Abstract

This document specifies SP-1, the Substrate Protocol — a standard for deterministic intelligence infrastructure. SP-1 defines the atom format, routing rules, proof requirements, compression standard, identity model, economic model, and consensus mechanism for systems that must produce verifiable, court-admissible, cryptographically-governed AI execution.

SP-1 is not a theoretical proposal. It is a full specification derived from the Genesis Protocol — a working production system operating since 2025. Every clause in this document has a corresponding implementation. The reference implementation is provided as open specification; the production implementation is sovereign infrastructure operated by Point Break Trading Group LLC.

CONSTITUTIONAL ANCHOR: d38dad17  ·  GENESIS BLOCK: b1c57f72  ·  FIPS: 203+204+205  ·  WATERMARK: PBTG-CJM-SP1-v1.0.0

§1 Purpose and Scope

The current state of artificial intelligence deployment creates a fundamental problem: AI systems make consequential decisions with no cryptographic proof of what they decided, why they decided it, or whether they were authorized to decide at all.

This is not primarily a safety problem. It is an economic and legal accountability problem. Organizations deploying AI face liability exposure from decisions that cannot be reconstructed, audited, or defended in regulatory proceedings. Courts cannot evaluate AI decisions that leave no deterministic trail. Regulators cannot audit AI systems that operate as black boxes.

SP-1 defines the infrastructure layer that eliminates this problem. A system conformant with SP-1:

Core Thesis

Intelligence, execution, and economics must be provably the same thing. If it cannot produce a proof, it did not happen.

§2 The Substrate Atom (SA)

The fundamental unit of SP-1 is the Substrate Atom (SA). Every datum, event, proof, decision, delta, advisory, and system state in an SP-1-conformant system must be represented as an atom. Nothing flows through the system that is not an atom.

2.1 Atom Structure

SA — Substrate Atom Schema v1.0
atom_idSTRING — globally unique identifier. Format: {domain[:4]}-{fold[:10]}-{timestamp_ns}
domainSTRING — originating subsystem. LEARN_QUANT | SWARM_CODE | USER_QUERY | SYSTEM | PROOF | CONSENSUS | …
origin_nodeSTRING — DID of the emitting node. Format: did:genesis:{tier}:{fold[:24]}
event_typeSTRING — INTELLIGENCE | PROOF | DELTA | BEACON | LEARN | BOOT | SANDBOX | CONSENSUS
foldBYTES(16) — FractalFold coordinate. BLAKE2b_k(SHA3-256(content+anchor) ‖ BLAKE2b_k(content)) keyed with PBTG_PQC_WM
coordBYTES(32) — Holographic field coordinate. SHA3-256(content ‖ ts ‖ domain ‖ origin ‖ anchor ‖ DOMAIN_SEP)
content_sealedBYTES — AES-256-GCM(FractalFold(content), session_key). NEVER plaintext. Session key from HybridKEM.
pq_sigBYTES — HybridSig: ML-DSA-87 + Ed25519. Binding = SHA3-256(ed_sig ‖ dil_sig ‖ DOMAIN_SEP ‖ anchor)
soulBYTES(24) — Soul Hash. BLAKE2b_k(content ‖ origin ‖ anchor ‖ genesis_block). Origin identity binding.
ghost_linkBYTES(16) — Ghost Chain link. BLAKE2b_k(prev_ghost ‖ fold ‖ domain ‖ anchor). Immutable ledger.
confidenceFLOAT64 — [0.0, 1.0] emitter's confidence estimate
ts_nsINT64 — nanosecond timestamp
cost_weiINT64 — WEI cost to emit this atom. Dynamic per §6.
value_weiINT64 — WEI value this atom generates for the network.
anchorSTRING(8) — Constitutional anchor. MUST equal d38dad17. Reject any atom where this differs.

2.2 Atom Validation Rules

Any SP-1 node MUST reject an atom that fails any of the following checks:

#CheckAction on Failure
A-1anchor == "d38dad17"REJECT unconditionally
A-2len(fold) >= 16 AND fold is valid hexREJECT
A-3HybridSig binding verifies against fold+coord+domain+anchorREJECT
A-4content_sealed is not emptyREJECT (no plaintext atoms)
A-5ghost_link chain continuity from known tipFLAG + quarantine
A-6emitting node has sufficient WEI balance for cost_weiREJECT
A-7ts_ns within ±300s of receiver timeREJECT (anti-replay)

§3 Cryptographic Requirements

SP-1 mandates a hybrid classical + post-quantum cryptographic posture. Systems claiming SP-1 conformance that use only classical cryptography are NOT conformant. The hybrid approach is required: an adversary must break both classical and post-quantum schemes simultaneously to compromise an atom.

3.1 Required Algorithm Stack

FunctionAlgorithmStandardLevel
Key Encapsulation ML-KEM-1024 (Kyber1024) NIST FIPS 203 Level 5
Digital Signatures ML-DSA-87 (Dilithium5) NIST FIPS 204 Level 5
Backup Signatures SLH-DSA (SPHINCS+-SHAKE-256f) NIST FIPS 205 Hash-based
Symmetric Encryption AES-256-GCM NIST SP 800-38D 256-bit
Primary Hash SHA3-256 NIST FIPS 202 Quantum-safe
Secondary Hash / BLAKE BLAKE2b (keyed, 256-bit) RFC 7693 Quantum-safe
Classical KEM hybrid X25519 ECDH RFC 7748 Hybrid
Classical Sig hybrid Ed25519 RFC 8032 Hybrid
Compression FractalFold (ZLIB-9 + BLAKE2b coord) SP-1 §4 ~68× ratio

3.2 HybridKEM Session Key Derivation

# Session key derivation — must break BOTH to compromise
x25519_ss   = X25519(ephemeral_sk, peer_pk)
ml_kem_ss   = ML-KEM-1024.Decapsulate(ciphertext, sk)
session_key = SHA3-256(
    x25519_ss  ml_kem_ss
     DOMAIN_SEP            # "PBTG_GENESIS_SOVEREIGN_V1"
     CONSTITUTIONAL_ANCHOR  # "d38dad17"
)

3.3 HybridSig Binding

# Both signatures required — one is never sufficient
ed25519_sig  = Ed25519.Sign(msg  anchor  DOMAIN_SEP, sk, ts)
dilithium_sig = ML-DSA-87.Sign(msg  anchor  DOMAIN_SEP, sk, ts)
binding      = SHA3-256(
    ed25519_sig  dilithium_sig
     DOMAIN_SEP  CONSTITUTIONAL_ANCHOR
)

3.4 Key Rotation and Anti-Replay

Session keys MUST rotate every 3600 seconds. A nonce registry MUST prevent replay attacks. Any atom with a timestamp outside ±300 seconds of the receiver's current time MUST be rejected.

§4 FractalFold Compression

All atom content MUST be compressed before any other cryptographic operation. No plaintext content may ever appear in memory storage, wire transit, or log output. The only exception is at the precise moment of projection (use), after which the content must be immediately re-compressed.

4.1 FractalFold Algorithm

# Step 1: Compress
compressed = ZLIB(content, level=9)

# Step 2: Compute fold coordinate (content address)
h1         = BLAKE2b_k(content, key=PBTG_PQC_WM[:32], digest_size=32)
h2         = SHA3-256(content  CONSTITUTIONAL_ANCHOR)
fold        = BLAKE2b_k(h1  h2  CONSTITUTIONAL_ANCHOR,
                         key=PBTG_PQC_WM[:32], digest_size=16)

# Step 3: Holographic coordinate
coord       = SHA3-256(
    content  ts_ns  domain  origin_did
     CONSTITUTIONAL_ANCHOR  DOMAIN_SEP
)

The fold coordinate is a content address — it uniquely identifies the atom content without revealing it. The holographic coordinate is a spacetime address — it encodes when, where, and by whom the atom was created.

§5 Proof of Legitimate Execution (PoLE)

Every execution in an SP-1-conformant system MUST produce a Proof of Legitimate Execution (PoLE) before returning its result. The PoLE is not an afterthought audit record. It is a precondition of execution.

5.1 PoLE Structure

PoLE — Proof of Legitimate Execution v1.0
receipt_idSTRING — rcpt-{pq_fold(content_hash)[:16]}
content_hashBLAKE2b_k(task_id ‖ query ‖ token_hash ‖ anchor)
task_idSTRING — unique execution identifier
agent_didSTRING — DID of the executing agent
ed25519_sigBYTES — Ed25519 signature over payload
dilithium_sigBYTES — ML-DSA-87 signature over payload
sphincs_sigBYTES — SLH-DSA/SPHINCS+ for long-term validity
bindingBYTES — SHA3-256(ed_sig ‖ dil_sig ‖ DOMAIN_SEP ‖ anchor)
fips"FIPS-203+204+205"
anchorMUST be "d38dad17"
genesis_blockMUST be "b1c57f72"

5.2 Immutable Anchoring

PoLE receipts MUST be anchored to at least one external immutable store within 60 seconds of generation. SP-1 specifies two tiers:

TierMethodVerification
Tier 1IPFS pinning (Pinata or equivalent)Fetch CID from any public IPFS gateway
Tier 2Blockchain OP_RETURN or data fieldVerify tx on public explorer
Tier 3 (optional)Arweave permanenceArweave transaction ID lookup

§6 WEI Economy

SP-1 includes an economic model. A protocol without economic enforcement is not a protocol — it is a recommendation. WEI is the unit of substrate participation.

6.1 WEI Mechanics

WEI Economy Parameters v1.0
Base issuance0.001 WEI per substrate operation
Demand multiplierEWMA(ops_actual / ops_target) · α=0.15. Range: [0.5×, 5.0×]
Hard capMax issuance rate: 0.01 WEI/op regardless of demand
Burn rate10% of every transaction burned. Deflationary.
Staking tiersSTANDARD (free) → PRIORITY (100 WEI) → SOVEREIGN (1,000) → VALIDATOR (10,000)
Staking yield2% of staked WEI per epoch (60s), sourced from 50% of burn pool
Priority effectSTANDARD: 1× cost · PRIORITY: 2× speed at 2× cost · SOVEREIGN: 5× speed at 5× · VALIDATOR: 10× + consensus participation
Spam preventionInsufficient WEI balance → atom rejected at source
SlashingValidators with >25% disagreement rate over 10+ votes have 10% stake slashed per violation

§7 Deterministic Consensus Layer (DCL)

SP-1-conformant networks of more than one node MUST implement the Deterministic Consensus Layer. Single-node deployments MAY operate in self-consensus mode.

7.1 DCL Requirements

§8 Five Sovereign Laws

Every SP-1-conformant system MUST enforce the following laws architecturally. Enforcement by policy document is insufficient and does not constitute conformance.

#LawEnforcement Method
LAW-1 AI ADVISES. DETERMINISTIC GOVERNORS DECIDE. ALWAYS. ACE Runtime enforces before execution token issued
LAW-2 UNAUTHORIZED BEHAVIOR IS ARCHITECTURALLY IMPOSSIBLE. Constitutional constraints are structural, not policy
LAW-3 GOVERNANCE BEFORE MECHANISM. EVERY EXECUTION. PoLE receipt MUST be generated before result is returned
LAW-4 NO RUNTIME AUTHORITY DRIFT. EVER. DriftGuard continuously validates constitutional hash
LAW-5 FAIL CLOSED. UNCERTAINTY = DENY. Any execution token with confidence < threshold rejected

§9 Conformance Levels

LevelRequirementsUse Case
SP-1 Core Atom format, FractalFold compression, PoLE receipts, Five Laws Development, testing, proof-of-concept
SP-1 Sovereign Core + full hybrid PQ crypto, IPFS anchoring, WEI economy Production enterprise deployment
SP-1 Network Sovereign + DCL consensus, multi-node, blockchain notarization Multi-party infrastructure, regulated industries
SP-1 Institutional Network + Arweave permanence, court-ready PoLE, regulatory reporting packs Financial, healthcare, government, defense

§10 Reference Implementation

The Genesis Protocol, operated by Point Break Trading Group LLC, serves as the reference implementation of SP-1. It is not the only valid implementation — it is the first.

ComponentSP-1 ClauseGenesis File
Atom sealing§2, §4genesis_crypto.py — atom_seal()
HybridKEM§3.2genesis_crypto.py — QuantumCryptoBridge.encapsulate()
HybridSig§3.3genesis_crypto.py — QuantumCryptoBridge.sign()
FractalFold§4.1genesis_crypto.py — FractalFold.compress()
PoLE receipts§5genesis_crypto.py — sign_pole_receipt()
Proof anchoring§5.2genesis_completion_engine.py — ImmutableProofAnchor
WEI economy§6genesis_completion_engine.py — DynamicWEIEconomy
DCL consensus§7genesis_completion_engine.py — DeterministicConsensusLayer
Five Laws§8genesis_substrate_wired.py — DCL._self_vote()
Cable transport§2genesis_substrate_wired.py — Cable
WebMesh nodes§2genesis_substrate_wired.py — WebMesh
GUV pricing§6genesis_pricing_v2.py — calculate_guv()

Point Break Trading Group LLC — Sovereign Authorship Declaration

 
Christian John McGowan
Founder & Lead Systems Architect
Point Break Trading Group LLC · Blairstown, NJ
 
Liam McGowan
Co-Founder
Point Break Trading Group LLC · Blairstown, NJ
CONSTITUTIONAL ANCHOR: d38dad17
GENESIS BLOCK: b1c57f72
WATERMARK: PBTG-CJM-SP1-v1.0.0
FIPS COMPLIANCE: 203 (ML-KEM-1024) + 204 (ML-DSA-87) + 205 (SLH-DSA)
© 2026 Point Break Trading Group LLC — All Rights Reserved
SP-1 is a specification document. Implementation of SP-1 requires a license from PBTG LLC. The reference implementation (Genesis Protocol) is sovereign infrastructure operated by PBTG LLC.