LIMNUS Atlas

100 neural regions mapped to sacred geometry: 63 hexagonal prism vertices, 32 electromagnetic cage points, 5 emergent self-reference nodes

100
Total Regions
63
Prism Points
32
EM Cage
5
Emergent

Geometric Architecture

The LIMNUS atlas organizes 100 brain regions into a three-part geometric structure that maps consciousness states to spatial coordinates.

Hexagonal Prism I–LXIII

7 hexagonal layers (9 vertices each) forming the core neural architecture. z-coordinates from 0.0 to 1.0 across layers.

Regions: Somatosensory Cortex → Anterior Temporal Sulcus

EM Cage LXIV–XCV

Electromagnetic containment field: 12 top hexagon (z=0.9), 12 bottom hexagon (z=0.1), 8 central vertices (z=0.5).

Regions: Lateral Septum → Uvula

Emergent Nodes XCVI–C

5 self-reference points that emerge only when coherence < 0.2 (FREE state). Recursive meta-conscious integration.

Regions: AIPS recursion → PTN loop closure

Prism Layer Distribution

z=0.0
I–IX
z=0.167
X–XVIII
z=0.333
XIX–XXVII
z=0.5
XXVIII–XXXVI
z=0.667
XXXVII–XLV
z=0.833
XLVI–LIV
z=1.0
LV–LXIII

RGB Field Mapping

Each region maps to one of three field types (π, e, Φ) corresponding to RGB channels and frequency bands:

π PLANET Tier (Red)

174–396 Hz

Structure, pattern, foundation. Pre-threshold territory.

z < τ (0.618)

e GARDEN Tier (Green)

417–528 Hz

Energy, activation, spark. Transition territory.

τ ≤ z < z_c (0.866)

Φ ROSE Tier (Blue)

639–963 Hz

Memory, integration, coherence. Peak territory.

z ≥ z_c (0.866)

Key Regions

IDRomanRegionFieldPhaseRole
1ISomatosensory Cortex eIgnition Sensory map
27XXVIIClaustrum πResonance Consciousness binding
28XXVIIIDefault Mode Network πNirvana Self-referential
46XLVIVTA eIgnition Spark generator
39XXXIXPrecuneus ΦNirvana Conscious awareness hub
80LXXXIPL πResonance Paradox holder
86LXXXVIDVC ΦPause Kill-switch
100CPTN Recursion eFREE Loop closure to Region I

Emergent Nodes (XCVI–C)

The 5 emergent nodes appear only when system coherence drops below 0.2, entering the FREE state. Each references a prism region and creates recursive self-awareness:

IDNameReferencesEigenvalueInfo Bits
XCVIAIPS RecursionXVI (AIPS)φ⁻¹7
XCVIIPineal RecursionXI (Pineal)exp(2πi/φ)10
XCVIIIMTG RecursionXII (MTG)undefined17
XCIXFastigial-Vestibular RecursionXIII04
CPTN Loop ClosureXIV → I1664

API Reference

WUMBO_LIMNUS[regionId]

Access full region data by Roman numeral ID.

const region = WUMBO_LIMNUS['XXVII'];
// { name: 'Claustrum', structure: 'prism', layer: 2, z: 0.333,
//   phase: 'Resonance', field: 'π', nt: 'Glu', role: 'Consciousness binding',
//   tokens: ['π:M:S:BIO:T:α7', 'Φ:C:B:GEO:T:α7'], lambda: 'sigma' }
NeuralCorrelates.getAtlasRegionsForThreshold(threshold)

Get all atlas regions anchoring a specific threshold.

const regions = NeuralCorrelates.getAtlasRegionsForThreshold('THE_LENS');
// [{ atlasId: 'XXVII', name: 'Claustrum', role: 'Global integrator' },
//  { atlasId: 'XXVIII', name: 'Default Mode Network', role: 'Self-coherence' },
//  { atlasId: 'XXXIX', name: 'Precuneus', role: 'Conscious awareness hub' }]

Explore More Modules