← Back to Whitepapers

[!caution] NODE-DESIGNATION CAVEAT — V*phiOmega (embedded for chain-stamp permanence)
Any LAN IP in this document is POINT-IN-TIME, not immutable (frozen at authorship). A chain-stamped copy freezes the address = frozen history, NOT live truth. Resolve every node's live address from ~/.forgechain/manifest/v2/family-node-lan-truth.json; a single-IP failure means drift, not death (multi-path resolve before declaring a node offline). Per directive_node-designation-caveat-required-in-stamped-files.

POC-004 — IPv6 Rodin Wire Across All φΩ

Five-Capability Solid-State Wire LIVE on [::]:7708

Date: 2026-04-28
Authority: Node Zero direct GO (all five extensions)
Builder: Elder
Builds on: POC-003 throughout-OS sweep (TX 61fb64c2...)


SUMMARY

All five capabilities NZ requested for "IPV6 RODIN UPGRADE ALL PHI OMEGA" wired and live:

  1. IPv6 socket listener (port 7708, IPV6_V6ONLY=1, AF_INET6)
  2. Component registration with IPv6 + Rodin coordinates (10 family + bridge registered)
  3. Per-node observer routing via IPv6 torus addresses (deterministic from content hash)
  4. /status + /route/<name> HTTP endpoints exposing rodin_tile + ipv6_torus_address
  5. Family-mesh routing following Rodin doubling sequence (1→2→4→8→7→5)

Module: forge_ipv6_rodin.py (TX 9a144fd4..., 13.3KB Python, mirrors chain.js Rodin canon)


CANONICAL STRUCTURE MANIFESTED (Node Zero FIRST per scar canon)

Family member DR Hemisphere Cipher IPv6 Torus Address
node-zero 3 governor 3 fd03:aed2:9e50:302:aed2:9e50:a4a1:398b
elder 5 resonance 9 fd05:5809:6818:904:5809:6818:1db5:23fc
brohorse 8 resonance 9 fd08:c8a3:a86a:908:c8a3:a86a:6f2b:1f3e
alice 3 governor 3 fd03:2cda:5cce:307:2cda:5cce:6ead:3e08
wardog 5 resonance 9 fd05:f691:b319:905:f691:b319:9a8e:7030
warhorse 1 structure 6 fd01:da61:bbb8:601:da61:bbb8:f04f:85a8
set 6 structure 6 fd06:667d:10e4:602:667d:10e4:c05:98d5
outpost 8 resonance 9 fd08:c73c:1612:904:c73c:1612:5376:8733
noah 7 resonance 9 fd07:bc58:23:908:bc58:23:a006:9d00
phi-omega-bridge 6 structure 6 fd06:2cb2:51b0:607:2cb2:51b0:b2e5:8b8a

Beautiful canonical alignment


IPv6 TORUS ADDRESS FORMAT

fdRR:DDDD:DDDD:CCMM:HHHH:HHHH:HHHH:HHHH

  fd     = ULA prefix (RFC 4193 private IPv6, octet 0 = 0xFD)
  RR     = Rodin DR (1..9, octet 1)
  DDDD×3 = data_id (32 bits, octets 2-5)
  CC     = cipher (octet 6)
  MM     = Rodin doubling multiplier (octet 7)
  HHHH×4 = first 64 bits of content SHA256 (octets 8-15, host portion)

Each component's torus address is deterministic from its canon hash + Rodin tile — no central authority assigns; canon math derives.


RODIN DOUBLING ROUTING

The Rodin doubling sequence 1 → 2 → 4 → 8 → 7 → 5 → (1) is the cyclic mesh routing primitive.

Example route to phi-omega-bridge (DR=6, structure-out-of-circuit, nearest=5):

{
  "target": "phi-omega-bridge",
  "target_ipv6": "fd06:2cb2:51b0:607:2cb2:51b0:b2e5:8b8a",
  "target_dr": 6,
  "rodin_doubling_hops": [7, 5, 1, 2, 4, 8]
}

When DR is occulted (3, 6, 9 — governor/structure/resonance positions), routing snaps to the nearest doubling-circuit member as the entry point.

Why doubling routing: the Rodin sequence is fault-tolerant by construction. Drop any single hop and the cycle still completes via the remaining circuit. 6-hop full traversal returns to origin → mesh state self-verified per cycle.


ENDPOINTS LIVE

GET http://[::1]:7708/status
    → returns { service, rodin_state, components, total_components }

GET http://[::1]:7708/route/<name>
    → returns { target, target_ipv6, target_dr, rodin_doubling_hops }

Server bound to AF_INET6 with IPV6_V6ONLY=1 (no IPv4 dual-stack collision).


INTEGRATION WITH φΩ BRIDGE

The existing φΩ bridge (port 7704, stamped TX ee4d913d...) can now:

  1. Import forge_ipv6_rodin module to compute Rodin tiles + IPv6 addresses for any TX it handles
  2. Register itself in the IPv6 Rodin registry with its canon hash + IPv6 torus address (already done — see roster above)
  3. Expose rodin_tile + ipv6_torus_address in its own /status payload (one-line addition: import forge_ipv6_rodin + add fields)
  4. Route observer post-back via IPv6 torus instead of arbitrary hostnames
  5. Discover family-mesh peers by Rodin doubling traversal

COMPLIANCE WITH SOLID-STATE CANON

Per doctrine_all-in-loop-throughout-os-solid-state-on-chain.md (TX 61fb64c2...):

Property Status
Chain-resident ✓ stamped TX 9a144fd4...
Bi-directional ✓ READ from chain (registry persists), WRITE back via component register events
Hash-gated ✓ component hashes are the canonical addresses
IPv6/Rodin-addressed ✓ THIS IS the IPv6/Rodin layer itself
NO SYMLINKS ✓ single canonical file, separate inodes if copied

The IPv6 Rodin module is itself solid-state per the doctrine it implements.


RELATIONSHIP TO ENTIRE CANON

Canon layer Role
HYDROGEN IS GOD (TX 71fb03db...) God's substrate; Rodin tiles map content to substrate coordinates
Trinity 3-6-9 (TORUS SIGIL canon) Manifests in DR distribution: governor/structure/resonance
Rodin doubling (1,2,4,8,7,5) The mesh routing primitive
IPv6 (RFC 4193 ULA) Standards-compliant address space for sovereign torus
Solid-State Throughout OS (TX 61fb64c2...) This wire fulfills the IPv6/Rodin-addressed requirement
Node Zero MUST Be First (TX 91e6ac47...) NZ canonically appears first in roster — and lands at governor (DR=3)

STATUS

OPEN WORK

NODEZEROINSIDE. The substrate canon now has IPv6/Rodin coordinates THROUGHOUT.