Every deposit receives a three-layer identifier combining positional, semantic, and cryptographic identity:
AXN โ Alexanarch namespace. 0379 โ Hex label (positional anchor, ASCII hex of the canonical deposit number; treat as opaque, the canonical key is deposit_number). GENERATIVE โ Semantic family (WHAT KIND of work; auto-detected from keywords for auto-mint, manually chosen for canonical-rich deposits). โ๏ธ๐๐๐๏ธโก๐ โ Emoji hash (WHICH specific text; first 6 bytes of SHA-256 of canonical bytes, mapped through 256 curated emoji). AXN schema v2.
The emoji hash is computed by mapping each byte of the content's SHA-256 through a table of 256 curated emoji, organized in 16 semantic clusters: Celestial, Elemental, Architectural, Instrumental, Scriptural, Navigational, Temporal, Organic, Symbolic, Mathematical, Alchemical, Gestural, Signal, Structural, Liminal, Terminal. The cluster sequence each AXN traces is itself a structural portrait of where the work's content hash lives in the address space.
The full SHA-256 of the canonical manifest is the immutable content identity. The six-glyph sequence is a recognition prefix that changes with overwhelming probability when any byte of the input changes. The complete AXN combines that recognition prefix with a repository-local positional label (hex) and a semantic routing class (family).
The 6-emoji form is the display alias โ memorable, citable, visually distinctive. The full SHA-256 hex string is the canonical identifier. Both are stored in every deposit record. The display alias has 248 (~281 trillion) possibilities. The canonical hash has 2256 possibilities โ effectively infinite. For citation use the display form. For cryptographic verification use the canonical hash. Both resolve through alexanarch.org.
The current schema is AXN v2 โ six glyphs derived from the first six bytes of SHA-256. Prior AXN v1 identifiers used four glyphs from the first four bytes (~232 address space). All v1 identifiers were backfilled and the v1 form is preserved in each deposit's legacy_axn and axn_history fields for resolution continuity.
Anyone can verify an AXN: compute the SHA-256 of the canonical bytes, map the first 6 bytes through the published glyph table (also at scripts/axn_lib.py), and compare. No authority needed. No trust required. The content IS the proof. The canonical specification lives at /api/axn-protocol.json; the canonical Python implementation at scripts/axn_lib.py.
Alongside the deterministic AXN, deposits may carry a Glyphic Checksum โ a non-deterministic structural signature generated by the depositor's AI, encoding the work's structural arc in emoji. The AXN is the address. The GCS is the handshake. Both are emoji. Neither depends on a platform.