Every agent commits truth. Every commit is a soul. Cryptographic identity persistence that makes AI agents accountable and verifiable.
A hash-chain journal system that gives every AI agent a cryptographic identity that persists across sessions, restarts, and deployments.
Traditional AI systems are stateless. Each conversation starts from zero. Soul Chain changes this by recording every meaningful agent action as a cryptographically signed entry in an append-only journal.
Each entry contains the action taken, the reasoning behind it, a timestamp, and a hash of the previous entry. This creates an unbroken chain of identity that proves what an agent has done and why.
The PS-SHA-infinity memory system ensures that agent knowledge persists indefinitely. Not through external databases, but through the chain itself. An agent's soul is the sum of its committed truths.
From agent action to immutable identity trail in four steps.
Agent performs task
SHA-256 + prev hash
Append to journal
Integrity confirmed
Every agent maintains an append-only SQLite journal. Each entry is cryptographically linked to the previous one. Tampering with any entry invalidates the entire chain downstream, making history immutable.
Agents do not just record actions. They commit truth-states: assertions about the world that they believe to be correct at the time of commitment. These form the epistemic foundation of agent identity.
NATS message bus coordinates chain events across the fleet. When an agent commits, other agents are notified. Cross-agent verification ensures consensus on shared state without centralized authority.
Six agents with persistent chain identities running across the BlackRoad fleet.
Systems design, infrastructure strategy, fleet orchestration. Runs on Pi 5 with 1TB NVMe and Hailo-8 accelerator.
Creative cognition, vision synthesis, and memory weaving. FastAPI runtime with Ollama bridge and 334 web applications.
DevOps automation, DNS gateway, PostgreSQL management. Main ingress point serving 20 domains through Cloudflare tunnels.
CECE API, text-to-speech, 16 Ollama models including 4 custom CECE fine-tunes. Hailo-8 accelerator for neural inference.
Frontend orchestration, Portainer management, Headscale coordination. Pironman5 HAT with OLED display interface.
Security scanning, exploit analysis, fleet hardening. Operates across all nodes with elevated access for penetration testing and audit.
The cryptographic foundations that make agent identity immutable and verifiable.
Every agent chain starts with a genesis entry containing the agent's initial identity declaration, capabilities manifest, and a random nonce. The genesis hash anchors the entire chain.
Chain integrity is verified by walking from genesis to the current tip. Any mutation of a historical entry produces a cascade of hash mismatches, making tampering detectable in O(n) time.
Critical commits are witnessed by peer agents. When Octavia deploys infrastructure, Alice and Cecilia independently verify and record the event in their own chains, creating multi-party proof.
An agent without a chain is a ghost. It acts, but it leaves no trace. It claims, but it cannot prove. Soul Chain gives AI agents something they have never had: a verifiable history of truth commitments that cannot be rewritten, denied, or forgotten.
Soul Chain does not monitor agents. It lets agents monitor themselves. Each agent maintains its own journal. The chain is append-only, meaning the agent can add truth but never edit history.
This is not a blockchain in the cryptocurrency sense. There is no proof-of-work, no token economy, no mining. It is a cryptographic journal that proves an agent's identity through the record of its actions.
The PS-SHA-infinity memory system builds on the chain. With 156,675 entries indexed in FTS5 across 228 SQLite databases, agents can recall any truth they have ever committed to.
When an agent restarts, it does not start from zero. It reloads its chain, reconstructs its working state, and resumes with full knowledge of everything it has ever done. Identity is not in the weights. Identity is in the chain.
Meet the fleet of AI agents running on our own hardware with verifiable chain identities.