the primitives

The Constructors

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

Pythia

the eye · reads
live

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
Pythia — the eye

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
Codex — the key

Khronoton

the heartbeat · time
live

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

@ancientpantheon/khronoton-core
Khronoton — the heartbeat

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.