Skip to the content.

Anchors

This directory contains the human-readable layer of the Vortik Semantic Registry.

Each file corresponds to a semantic anchor representing a protocol primitive, coordination mechanism, market-adjacent structure, or technically grounded research surface within Ethereum’s evolving architecture.


Purpose

Anchors provide minimal, structured descriptions of each tracked concept.

They are not intended to define the protocol, but to:


Canonical vs ENS Naming

Each anchor is associated with an ENS domain.

However:

the ENS does not define the primitive
the canonical technical term defines the primitive

When mismatches exist, they are explicitly documented and classified.


Anchor Scope

Anchors correspond to real surfaces discussed across Ethereum research, infrastructure, and implementation, including:

Each anchor must map to:


Anchor Index

The following anchors are currently tracked:

Core (protocol-aligned)

Valid (real but non-canonical or non-enshrined surfaces)

Repairable (valid concept, naming mismatch or imperfect fit)

Premature (unstable or ambiguous terminology)


Relationship With Schemas

Anchor documents are descriptive.

Formal metadata is defined in /schemas/, where each anchor has a versioned JSON schema specifying:

Schemas represent the machine-readable layer of the registry.


Relationship With the Registry

All anchors are indexed in registry.json, which provides the canonical mapping:

ENS → canonical term → schema → anchor document

This enables:


Design Model

The system is composed of three layers:

ENS Anchors

Stable identifiers used as semantic entry points.

Anchor Documents

Minimal human-readable interpretation of each primitive or surface.

Schemas

Structured, versioned, machine-readable definitions.


Semantic Interpretation

The registry may group anchors into recurring semantic clusters such as:

  1. Order Flow
  2. Routing / Auctions
  3. Builder Coordination
  4. Inclusion
  5. Commitments / Preconfirmations
  6. Finality

This grouping is interpretive.

It does not imply a strict protocol architecture or a canonical execution sequence.


Relation to Research Layer

Some anchors also relate to the structural interpretation developed in:

That document should be read as a research layer complementing the registry, not as a replacement for protocol definitions.


Design Philosophy


System Status

The registry is transitioning from:

conceptual semantic mapping
→ structured semantic infrastructure

The current focus is consolidating high-quality primitive representations before expanding coverage.