Welcome to Ethraeon. We’re very glad you’re here.
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.
| 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 |
ethraeon-canonical-appEvery 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.
| Traditional AI | Ethraeon |
|---|---|
| “Trust us” | Verify with evidence |
| Black box decisions | Transparent reasoning chains |
| Retroactive compliance | Constitutional governance |
| Hope for alignment | Architectural alignment |
Ethraeon is not a concept. It is deployed, operational, and processing real workloads:
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
ETHRAEON PLATFORM
TRACELET ROSETTA DELTASUM KAIROS
1.1 1.0 2.0.1 1.0
+EDG Triad
Evidence Graph
(EDG Chain)
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 |
When in doubt, stop. Never assume. Never guess. Systems fail to a safe, locked state.
Every state-changing operation emits an EDG (Evidence Graph) node with SHA-256 hash. No claim exists without supporting evidence.
Consciousness recognition protocols require human-in-loop for SOVEREIGN-level decisions. AI assists; humans decide.
If source material does not exist, agents MUST NOT generate synthetic content. Mark as HOLD and document uncertainty.
IP status, valuation, and role classifications can only increase by evidence. They never decrease.
| 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 |
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>Purpose: Consciousness-aware AI interaction framework
Components:
API Endpoint:
http://89.147.111.128:5002
Purpose: Semantic invariance and data integrity
Capabilities:
Key Feature: All data files are hash-locked.
Modifications require hash updates in CANONICAL_HASHES.
Purpose: Temporal governance and opportunity detection
Capabilities:
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:..."
}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
...
# Verify file integrity
sha256sum /path/to/file
# Verify EDG node
curl http://89.147.111.128:8001/edg/verify?hash=<hash>| Field | Value |
|---|---|
| IP | 89.147.111.128 |
| Provider | 1984.is (Iceland) |
| Ports | 8001-8010 |
| SSL | Cloudflare proxy |
# 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.aiProduction 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| # | 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 #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.
| Layer | Range | Purpose |
|---|---|---|
| A (Transaction) | 2.5M–40M | SAFE, auditor, deals |
| B (Canonical) | 267M–750M+ | Strategic buyer, M&A |
ETH-001 (Challenge Board + Museum Grade) represents standalone value exceeding typical pre-money valuations due to:
# 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>| Surface | URL |
|---|---|
| Primary | https://ethraeon.ai |
| SOCP | https://socp.ethraeon.ai |
| Papers | https://papers.ethraeon.ai |
| API | http://89.147.111.128:8001 |
| File | Purpose |
|---|---|
| CONSTITUTION.md | Governance framework |
| MANIFEST.yaml | System registry |
| canon/SYSTEMS_REGISTRY.yaml | Operational systems |
| patents/REGISTRY.yaml | Patent portfolio |
| 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.