Cryptographic Agent

ARCANUM

Cryptographic Intelligence & Evidence Chain Verification

Overview

What is ARCANUM?

ARCANUM is ETHRAEON's cryptographic intelligence agent, responsible for EDG (Evidence Graph) emission, hash verification, and constitutional compliance validation. It provides the cryptographic foundation that makes all AI operations auditable and verifiable.

Every state-changing operation in the Tracelet framework emits an ARCANUM-verified evidence node, creating an immutable audit trail.

EDG Emission

Evidence Graph System

ARCANUM manages the Evidence Graph — a cryptographic chain linking all AI operations:

{
  "agent": "TELL_ME",
  "task": { "type": "query", "payload": "..." },
  "result": { "status": "success", "data": "..." },
  "timestamp": "2026-01-25T19:30:00Z",
  "tracelet_version": "1.1.0",
  "edg_hash": "sha256:abc123..."
}

Each node contains the agent, task, result, timestamp, and a SHA-256 hash of the canonical payload.

Capabilities

Core Functions

Integration

Tracelet Architecture

ARCANUM provides cryptographic services to all Tracelet agents:

Verification

Public Audit Interface

Anyone can verify an EDG hash at:

https://edg.ethraeon.ai/verify/{hash}

Returns the full evidence node if the hash is valid, or 404 if not found.