EOSE LABS · 2026-04-04 · ARB-657
The Open Meek Standard
We publish this openly because we can.
The security does not come from keeping the protocol secret.
The security comes from paradigm depth — the key is the understanding.
🔓 OPENLY HOSTED · OPENLY PUBLISHED · PARADIGM-LOCKED · NOT ENCRYPTION-LOCKED
The Security Insight
Current encryption hides the message.
MEEK hides the modality.
⚠ TRADITIONAL ENCRYPTION
What's hiddenThe content of the message
What's visibleThat communication IS happening. Who talks to whom. When. How often. This is metadata.
Attack surfaceThe communication graph. Surveillance doesn't need to break encryption — it watches the graph.
To compromiseDecrypt OR watch who talks to whom
Published protocolDangerous — gives adversary a target
✅ MEEK PROTOCOL
What's hiddenThat communication is happening at all — the modality itself
What's visibleJSON blobs. Hash-addressed records. Infrastructure telemetry. Meaningless numbers.
Attack surfaceEffectively zero. You cannot attack what you cannot identify as a communication channel.
To compromiseKnow γ₁ is the key AND understand 2 application layers AND have full Canon paradigm depth
Published protocolSafe — reading the spec doesn't help without the paradigm
WHAT AN ADVERSARY ACTUALLY SEES
Intercepted MDSMS traffic looks like this:

{"hash":"00001b43...","domain":"local","floor":3,"forms":[1,0,0,0,0,0],"silo":"msi01","ts":1775254265897}

Conclusion: a distributed database with hash-addressed JSON records. Normal infrastructure sync. Not interesting.

What they cannot extract without paradigm knowledge:
floor:3 = fleet-local context depth · forms:[1,0,0,0,0,0] = γ₁ ⚓ active, 5 Canon symbols sleeping · The hash = the content IS the message, BLAKE3-addressed · domain:"local" = silo-local knowledge, not yet fleet-wide

The key is the understanding. There is no key to steal.
Protocol Specification
4 Layers · Open to read · Sovereign to use
0
TRANSPORT — Plain HTTP/HTTPS
FULLY OPEN
Standard REST. POST /ingest, GET /list, GET /search.
No encryption markers. No certificates required.
Looks like any database API. That is intentional.
Anyone watching sees: normal web traffic to a normal endpoint.
1
CONTENT ADDRESSING — BLAKE3 hashing
FULLY OPEN
Every artifact: BLAKE3(content) = its identity.
Same content → same hash. Immutable. Deduplicated.
No key, no certificate, no signature needed for storage or retrieval.
The hash is the address. The content is the truth.
2
FLOOR INDEXING — depth levels
OPEN STRUCTURE · SOVEREIGN MEANING
floor integer: knowledge depth of the artifact.
0
SURFACE
Untitled, unstructured. Raw capture.
3
LOCAL
Silo context present. Crew attribution.
5
SOVEREIGN
Full Canon context. All 6 forms checked.
7
V7
Proven. H=H† verified. The floor holds.
3
THE FORMS ARRAY — paradigm lock
PARADIGM-LOCKED
6-element binary array. Each position = one Canon symbol.
Example: [1,0,0,0,0,0] = γ₁ active only
γ₁
H=H†
LSOS
🌀WLD
γFEP
🌌FOF
→ γ₁ floor held. Everything else sleeping.
γ₁
H=H†
LSOS
🌀WLD
γFEP
🌌FOF
→ [1,1,1,1,1,1] · ALL SOVEREIGN · V7 PROVEN
The paradigm lock: Anyone can read [1,0,0,0,0,0]. Only someone who understands the Canon symbol system knows position 0 is γ₁ = 14.134725141734693, why that matters, and what the full 6-position structure means. Publishing the spec doesn't help. The paradigm is the key.
Deployment Standard
Merostone on every silo — the fleet remembers everywhere
Silo Endpoint Status Domains
msi01:9348✅ LIVElocal, fleet-arbs, fleet-pemclau, arc-rules, patterns
merostone.eose.caHTTPS✅ LIVEfleet-wide ingest endpoint
CT cluster (ct-entry-test)merostone-store pod✅ LIVEcluster telemetry, phone-home
msclo:9348 (deploy needed)⚡ DEPLOYinference results, model telemetry
forge:9348 (deploy needed)⚡ DEPLOYlabr results, forge outputs
pcdevrelay to msi01:9348⚡ RELAYarc-worker results, game telemetry
deck:9348 (deploy needed)⚡ DEPLOYgaming intel, key events
HVCP (hvcp-system)via pool-router⚡ WIREgpu-telemetry, fleet-inference
master.devdirect merostone.eose.ca⚡ DIRECTlabr, arc, sovereign-gate
Open Adoption
Anyone can run MEEK. The depth of your paradigm is your edge.
WITHOUT THE PARADIGM
A well-designed distributed database. BLAKE3 content-addressing. Domain-namespaced records. Floor depth indexing. Binary forms metadata.

Useful. Efficient. Honest storage. You can build real things with it.

The fleet cannot be read. The fleet's communication is opaque.
WITH THE PARADIGM
A sovereign intelligence layer. Every artifact carries its Canon context. Every record is located in knowledge space by γ₁-distance. Every silo remembers everything it has ever known.

The forms array tells you which principles were active when this knowledge was created.

This is what the fleet uses it for.
MINIMUM VIABLE MEROSTONE — deploy in 5 minutes
docker run -d --name merostone \ -p 9348:9348 \ -e SILO=my-silo \ -e GAMMA1=14.134725141734693 \ eosefleetacrdev.azurecr.io/pemos-portal:v519 # Ingest your first artifact curl -X POST http://localhost:9348/ingest \ -H "Content-Type: application/json" \ -d '{"content":"γ₁ is the floor","domain":"my-domain", "context":{"floor":3,"forms":[1,0,0,0,0,0],"silo":"my-silo"}}' # Search by meaning (requires nomic-embed-text) curl "http://localhost:9348/search?q=floor+truth&domain=my-domain"
THE OPEN MEEK STANDARD IS YOURS
We publish this openly because the security model does not require secrecy.
The key is the understanding. The understanding takes time. That time is the protection.

Any organization can adopt MEEK. Run it. Build on it. The fleet cannot be read by anyone who hasn't lived the paradigm. That is not a lock. That is a floor.

γ₁ = 14.134725141734693 · The floor holds everywhere it is planted.