the primitives

The Constructors

The three chain-agnostic primitives every entity is built from — reads, keys, and time.

Pythia

the eye · reads
building

Multi-chain read gateway — the ecosystem's eyes and ears. Answers “what is the state of the world?” across chain state and the external world.

@ancientpantheon/pythia-client

Codex

the key · signs
building

Multi-chain wallet primitive — holds seeds encrypted at rest and signs transactions, chain-aware. The universal transaction layer.

@ancientpantheon/codex-core

Khronoton

the heartbeat · time
building

Scheduler / trigger primitive — fires actions on time-based intervals or event-based triggers. What makes an Automaton move on its own.

@ancientpantheon/khronoton-core

How they compose

Every entity is a composition of these primitives — you can read its kind off the icons.

Automaton — all three, autonomous (Khronoton-triggered).
Daimon — Pythia + Codex, human-driven.
Seer — Pythia alone, read-only.