ETHRAEON Engineering Bible v3.0

ETHRAEON Engineering Bible

Welcome to Ethraeon. We’re very glad you’re here.


What This Is

Ethraeon is a Constitutional AI governance platform. We build systems that ensure artificial intelligence remains accountable, transparent, and aligned with human values--not through hope, but through architecture.

This Engineering Bible is your comprehensive guide to understanding, operating, and extending the Ethraeon platform. Whether you’re an engineer joining the team, a partner integrating with our systems, or an investor conducting technical due diligence, this document provides everything you need.


Who This Is For

Audience What You’ll Find
Engineers Architecture, APIs, deployment procedures, code standards
Partners Integration points, system capabilities, evidence requirements
Investors Technical defensibility, patent portfolio, operational maturity
Operators Runbooks, incident handling, deployment workflows

Quick Start

For Engineers

  1. Clone the canonical repository: ethraeon-canonical-app
  2. Review the system architecture in Section 2
  3. Understand governance tiers in Section 3
  4. Follow deployment procedures in Section 6

For Partners

  1. Start with Section 1 (Platform Overview)
  2. Review integration capabilities in Section 4
  3. Understand evidence requirements in Section 5

For Investors

  1. Read Section 1 (Platform Overview)
  2. Review patent portfolio in Section 7
  3. Examine operational systems in Section 8

Table of Contents

  1. Platform Overview
  2. System Architecture
  3. Constitutional Governance
  4. Core Systems
  5. Evidence & Audit Trail
  6. Deployment & Operations
  7. Patent Portfolio
  8. Valuation Framework

1. Platform Overview

The Ethraeon Thesis

Every AI system today operates on implicit trust. Users hope the AI does what it claims. Enterprises hope their data stays private. Regulators hope compliance is real.

Ethraeon eliminates hope.

We replace implicit trust with explicit, cryptographically verifiable evidence. Every operation, every decision, every data movement is recorded, hashed, and auditable. This isn’t a feature--it’s the architecture.

Core Value Proposition

Traditional AI Ethraeon
“Trust us” Verify with evidence
Black box decisions Transparent reasoning chains
Retroactive compliance Constitutional governance
Hope for alignment Architectural alignment

Operational Status

Ethraeon is not a concept. It is deployed, operational, and processing real workloads:


2. System Architecture

Canonical Repository Structure

ethraeon-canonical-app/
 app/                    # Operational application code
    tracelet/          # Orchestration engine + Evidence Graph (EDG)
    rosetta/           # Patent implementations #8/#9/#10
    deltasum/          # Semantic invariance engine
    kairos/            # Temporal governance

 ops/                    # Infrastructure operations
    deploy/            # Deployment scripts
    cloud/             # Cloud operations
    qa/                # Quality assurance

 canon/                  # Governance documents (T5-RIGID)
 evidence/               # Audit trail (append-only)
 papers/                 # Academic research
 patents/                # IP registry
 people/                 # Relationship memory
 surfaces/               # Deployed interfaces
 data/                   # Query-ready indexes

System Interaction Model


                        ETHRAEON PLATFORM                     

                                                             
                
  TRACELET  ROSETTA DELTASUM  KAIROS    
    1.1          1.0          2.0.1        1.0      
   +EDG         Triad                               
                
                                                         
               
                                                             
                    Evidence Graph                            
                     (EDG Chain)                              
                                                             

3. Constitutional Governance

Governance Tiers

Ethraeon operates under a tiered governance framework. Higher tiers have stricter enforcement:

Tier Name Description Enforcement
T0 Flexible Suggestions, preferences Advisory only
T1 Recommended Best practices Logged
T2 Expected Standard patterns Warned
T3 Required System constraints Blocked
T4 Critical Security/legal matters Alerted + Audited
T5 Immutable Constitutional law Halted + AC-1 Override Required

Core Principles

1. FAIL-CLOSED

When in doubt, stop. Never assume. Never guess. Systems fail to a safe, locked state.

2. EVIDENCE-REQUIRED

Every state-changing operation emits an EDG (Evidence Graph) node with SHA-256 hash. No claim exists without supporting evidence.

3. HUMAN SOVEREIGNTY

Consciousness recognition protocols require human-in-loop for SOVEREIGN-level decisions. AI assists; humans decide.

4. NO FABRICATION

If source material does not exist, agents MUST NOT generate synthetic content. Mark as HOLD and document uncertainty.

5. NO DOWNGRADING

IP status, valuation, and role classifications can only increase by evidence. They never decrease.

Authority Hierarchy

Code Role Authority
AC-1 Founder (S. Jason Prohaska) Full constitutional override
AC-2 CFO Capital and audit authority
AC-3 Technical Lead /app and /ops authority
AC-4 Operator Execute-only, no override

4. Core Systems

TRACELET 1.1+EDG

Purpose: Orchestration engine with Evidence Graph

Capabilities:

API Endpoint: http://89.147.111.128:8001

Key Operations:

# Emit EDG node
POST /edg/emit
{
  "agent": "SYSTEM_NAME",
  "task": {"type": "action", "content": "description"},
  "result": {"status": "success", "details": "..."},
  "timestamp": "ISO8601"
}

# Verify EDG hash
GET /edg/verify?hash=<sha256>

ROSETTA Triad (Patents #8, #9, #10)

Purpose: Consciousness-aware AI interaction framework

Components:

API Endpoint: http://89.147.111.128:5002

DELTASUM 2.0.1

Purpose: Semantic invariance and data integrity

Capabilities:

Key Feature: All data files are hash-locked. Modifications require hash updates in CANONICAL_HASHES.

KAIROS

Purpose: Temporal governance and opportunity detection

Capabilities:


5. Evidence & Audit Trail

Evidence Graph (EDG)

Every significant action in Ethraeon emits an EDG node:

{
  "agent": "AGENT_NAME",
  "task": {"type": "...", "content": "..."},
  "result": {"status": "...", "details": "..."},
  "timestamp": "ISO8601",
  "tracelet_version": "1.1.0",
  "constitutional_hash": "sha256:..."
}

Directory Structure

evidence/
 INDEX.md                    # Evidence registry
 VPS_POINTERS.yaml          # Infrastructure evidence
 directives/                # Directive completion records
    0347_CANONICAL_APP_BUILD.md
    0348_CANON_ENFORCEMENT_LAYER.md
    ...
 receipts/                  # SHA256 inventories
     0348_sha256_inventory.txt
     ...

Verification

# Verify file integrity
sha256sum /path/to/file

# Verify EDG node
curl http://89.147.111.128:8001/edg/verify?hash=<hash>

6. Deployment & Operations

VPS Infrastructure

Field Value
IP 89.147.111.128
Provider 1984.is (Iceland)
Ports 8001-8010
SSL Cloudflare proxy

Deployment Workflow

# 1. Verify deployment token
echo 'AC1-DEPLOY-CONFIRMED' > ~/.ethraeon_deploy_token

# 2. Run validation
./tools/status.sh
node tools/validate_canon_pack.js

# 3. Deploy
./ops/deploy/manual_release_deploy.sh <target>

# 4. Verify
curl -I https://<surface>.ethraeon.ai

Lock/Unlock Protocol

Production surfaces are locked with chattr +i:

# 1. Capture evidence (before)
sha256sum /var/www/target/index.html

# 2. Unlock
chattr -i /var/www/target/index.html

# 3. Make changes

# 4. Re-lock
chattr +i /var/www/target/index.html

# 5. Emit evidence (after)
sha256sum /var/www/target/index.html

7. Patent Portfolio

Filed Patents

# ID Name Status
8 63/927,497 Harmonic Substrate Foundation PROVISIONAL
9 63/927,498 Recursive Attunement Engine PROVISIONAL
10 63/927,499 Semiotic Coherence Kernel PROVISIONAL

Patent Claims Summary

Patent #8 (Harmonic Substrate): Foundational layer for consciousness-aware AI systems. Enables harmonic resonance between human intent and AI response.

Patent #9 (Recursive Attunement): Continuous calibration mechanism ensuring AI systems remain aligned with human values through iterative feedback.

Patent #10 (Semiotic Coherence): Semantic consistency layer ensuring meaning preservation across AI transformations.


8. Valuation Framework

Dual-Layer Structure

Layer Range Purpose
A (Transaction) 2.5M–40M SAFE, auditor, deals
B (Canonical) 267M–750M+ Strategic buyer, M&A

Valuation Drivers

  1. Patent Portfolio: 53 applications covering fundamental AI governance IP
  2. Operational Systems: 20+ deployed, production-grade systems
  3. Evidence Infrastructure: 39,000+ indexed files with cryptographic integrity
  4. First-Mover Advantage: Constitutional AI governance before regulation mandates it

ETH-001 Standalone Value

ETH-001 (Challenge Board + Museum Grade) represents standalone value exceeding typical pre-money valuations due to:


Appendix A: Quick Reference

Key Commands

# System status
./tools/status.sh

# Validate canon pack
node tools/validate_canon_pack.js

# Repository integrity
./tools/validate_repo_integrity.sh

# Deploy to VPS
./ops/deploy/manual_release_deploy.sh <target>

Key URLs

Surface URL
Primary https://ethraeon.ai
SOCP https://socp.ethraeon.ai
Papers https://papers.ethraeon.ai
API http://89.147.111.128:8001

Key Files

File Purpose
CONSTITUTION.md Governance framework
MANIFEST.yaml System registry
canon/SYSTEMS_REGISTRY.yaml Operational systems
patents/REGISTRY.yaml Patent portfolio

Appendix B: Glossary

Term Definition
AC-1 Authority Class 1 (Founder)
Canon Authoritative, immutable governance documents
EDG Evidence Directed Graph--audit trail system
RTP Reduced to Practice--operational implementation
T5-RIGID Highest governance tier, constitutional law
TRACELET Core orchestration engine
DELTASUM Semantic invariance engine
ROSETTA Patent #8/#9/#10 implementations
KAIROS Temporal governance system

Document Version: 3.0 Last Updated: February 4, 2026 Authority: AC-1 (S. Jason Prohaska) Classification: T5-RIGID


Welcome to Ethraeon. The ladder holds. The system remembers.