cyber/launch.md

cyber/launch

A self-verifying knowledge graph where attention, computation, and consensus converge into a single metric (φ*), enabling intelligence emergence without central control.

nox Optimizing civilization's ability to know what matters

Version: 2026.07 | Status: foundations complete → integration spine

How to read this plan

Three anchors fix the whole path:

  • MVP testnet — the first network where two independent nodes agree on one cybergraph, every signal carrying its own proof.
  • Mainnet — the launch that must be correct on the first try, because no patch relay exists between stars.
  • The structural milestones between them — each one a capability the network gains, each one a hard gate that opens only when its test passes.

A milestone is code that passes its gate, never a date on a calendar. Durations below are work estimates in sessions, not deadlines. The order is a dependency order: a milestone starts when its predecessors pass.

Where we are — 2026.07

The stack was built bottom-up, so it inverts the textbook order. The hard cryptographic floor — field, hash, commitments, the proof-native VM, the proof system, authenticated state — is implemented and tested. The consensus core (φ* finality, fork choice) now exists as tested single-node code. The frontier is the integration spine above it: signals onto the wire, verification enforced at the commit port, and the single binary that wires the pieces into a node.

component role rust tests status
nebu Goldilocks field (in strata) complete
strata 5 algebras × 4 tiers 15.9K 453 complete
hemera Poseidon2 hash, particle identity 9.5K 304 complete, unaudited
lens 5 commitment backends 2.7K 86 complete; Ikat / Porphyry lightly tested
nox proof-native VM (18 patterns + jets) 8.5K 166 complete; parallel reduction draft
zheng SuperSpartan + Brakedown proofs 4.5K 87 complete; look folds into CCS, commitment↔root binding open (pattern-15)
bbg authenticated state 3.5K 53 core complete; private scanning open
radio iroh fork, QUIC + Poseidon2 117K 505 transport + push gossip (Plumtree) complete, multi-node tested; Ed25519 → zheng pending
foculus ordering, finality, chain, VDF, DAS, erasure 6.2K 111 φ* finality (φ*ᵢ > τ_D) + fork choice implemented, single-node; signal→gossip wiring + DAS verifier open
trident .tri compiler 68K 1004 aligned to the nox arena API; compiler in progress
glia universal .model runtime 24.8K 145 runs (CPU correct); backend parity ongoing
cybergraph signal processor 2.0K 49 local-first; seal binding + proof verification at the commit port open
tru φ*, tri-kernel 6.0K 82 φ* + contraction κ<1 live; CT-0 orchestrator runs, SVD weight passes open
tape particle framing 1.0K 24 frame codec round-trips; particle/cyberlink/signal encodings, conformance vectors, schema freeze open
tok value layer (coin + card) spec specified
mudra identity, crypto 2.0K 42 builds; keys + ECDSA claims verify, provable secp256k1 gadget; signature check at order unwired
soma runtime / the mind spec specified, no code

The bostrom network has run 3+ years as the bootloader — ~70K neurons, 2.9M cyberlinks, 3.1M particles — and is the migration source, not the soft3 network. The soft3-native node does not exist yet; building it is the spine of this plan.

Theoretical foundations established:

  • Convergence guarantee: unique φ* exists, exponential convergence, bounded mixing time
  • Conservation law: Σφ*ᵢ = 1, always — no inflation, no leakage
  • GNN isomorphism: tri-kernel update ≡ multi-channel graph neural network message pass
  • Transformer equivalence: CGC focus ≡ iterated sparse attention with economic grounding
  • convergent computation: replaces the halting problem — the system converges, never halts
  • Free energy minimization: Δφ* is literally the gradient of system free energy

The milestone ladder

stage milestone gains gate
M0 Foundations field, hash, commitments, VM, proofs, state complete
S1 Wire & framing particles travel the network tape round-trips, schema frozen
S2 Identity neurons sign and are addressed mudra builds, keys + signatures verify
S3 Proven processor one node executes + proves a signal end-to-end seal binding σ ⊢ scope enforced
S4 Networking nodes exchange signals push gossip propagates, transport wired
S5 Consensus v0 nodes agree on finality foculus φ*ᵢ > τ on a multi-node run
S6 Node + genesis one binary boots a network soft3-node + genesis tooling
S7 Economics value + rewards live conservation enforced, equilibrium simulated
S8 Ranking φ* ranks the graph tru CT-0, Lyapunov proof
S9 Client (cyb) day-one utility — neurons use it working cyb: link, rank, query from the app
MVP testnet the network agrees, with a live economy 30 days, zero critical bugs under attack
R1 Migrate $PUSSY pipeline proven on the low-stakes net space-pussy graph reproduced, zero loss
P1 Privacy links public, owners private nullifier soundness, leakage budget bounded
P2 Recursive proof light clients, verifier-as-nox O(log n) state verification
P3 Sharding & DA planet-scale graph DAS verifier, cross-shard sheaf consistency
P4 Formal spine machine-checked safety the five machine-checked gates green
R2 Migrate $BOOT bostrom graph comes home bijective snapshot, karma reconciles
R3 Align crystal the 5,040-particle seed is the basis 12 genesis invariants green
Mainnet the launch that arrives correct Pre-Launch Verification passes

M0 — Foundations (complete)

The floor every other milestone stands on. Implemented and tested today:

  • strata — the five algebras (Goldilocks, F₂¹²⁸, R_q, tropical, isogeny) under one trait stack
  • hemeraPoseidon2 over Goldilocks; particle identity, the nox hash jet. Audit pending before any address is frozen.
  • lens — Brakedown, Binius, Ikat, Assayer, Porphyry, one commitment per algebra
  • nox — the proof-native VM; 18 reduction patterns (16 compute + call + look) plus jets, every run a zheng proof by construction
  • zhengSuperSpartan + Brakedown + sumcheck; prove and verify wired
  • bbg — authenticated state, the mutator set, query proofs
  • radio — QUIC transport with Poseidon2 verified streaming, gossip, and a docs store

Open inside this floor, carried as work into later milestones: hemera audit, zheng look-argument soundness, nox parallel reduction, bbg private record scanning.

The road to MVP testnet

Goal: two or more independent nodes converge on one cybergraph — signals gossip, order into per-neuron chains, apply their cyberlinks to state, and reach φ*ᵢ > τ finality, with every signal carrying a proof the neuron did what it declared.

In scope: signal lifecycle, proof at seal, gossip, minimal consensus, a node binary, the value layer ($CYB emission and rewards), and φ* ranking — an MVP with a live economy and focus, not a bare consensus net. Deferred past the testnet (see P-milestones): privacy circuits, recursive proofs, sharding, formal verification, and the chain migrations. The testnet proves the architecture agrees and the economy runs; it does not yet hide owners.

S1 — Wire & framing

tape is the typed frame every particle and signal travels in. The generic frame codec round-trips (24 tests); the dialect encodings for particle, cyberlink and signal, the conformance vectors, and the schema freeze are open — and the spec and the implementation disagree on the frame header (one type byte vs sigil + render), a divergence to reconcile before freezing.

deliverable gate
tape encode/decode for particle, cyberlink, signal round-trips on the conformance vectors
wire schema frozen one schema, all SDKs read it

Estimate: 2-3 sessions.

S2 — Identity

mudra gives a neuron its keys and signatures. The crate builds with 42 tests: BIP-39 keys, ECDSA claim verification, and a provable secp256k1 gadget over Goldilocks limbs. What remains is the wire-in: Signal carries no signature field, and the order/commit path performs no crypto check — mudra is a dependency of nothing on the signal path. The testnet needs signing and addressing only; FHE, stealth, and threshold are P-milestone work.

deliverable gate
Signal carries a signature; mudra wired into the signal stack a signal's signature verifies at order, forged neuron rejected

Estimate: 2-3 sessions for the testnet subset.

S3 — Proven processor (single node)

cybergraph runs local-first today: intend / seal / link apply cyberlinks to bbg, query runs inf. The missing property is the alignment guarantee — seal(i, s) accepted iff σ(s) ⊢ scope_hash(i). This closes the zheng look-argument soundness gap at the same time.

deliverable gate
zheng proves a nox run against a bbg root look argument verified, no soundness gap
seal binding enforced at the commit port unproven signal rejected; proven signal applied

Estimate: 3-5 sessions.

S4 — Networking

radio moves bytes; foculus orders them. radio's gossip is push (Plumtree, eager + lazy, multi-node tested) and foculus has the frame codec — but no signal ever enters the gossip: the publish-on-append and on_frame handlers are the missing membrane. foculus's own iroh path syncs blobs and DAS chunks only.

deliverable gate
push gossip for new signals a signal reaches all peers before finality
foculus ordering over the wire per-neuron chains agree across nodes, equivocation rejected

Estimate: 3-4 sessions.

S5 — Consensus v0

A particle is final when φᵢ > τ. The minimal core exists as tested single-node code: foculus computes the adaptive threshold τ_D = μ_D + κ'·σ_D in fixed-point field arithmetic, gates finality on it, and resolves forks by φ — all driven by tru's field computation. The open half is running it across nodes.

deliverable gate
φ* finality check (φ*ᵢ > τ) complete — matches tru field computation on the same graph
fork choice + safety on a multi-node run no two nodes finalize conflicting state

Estimate: 3-4 sessions, gated on S4 — the multi-node run needs signals on the wire first.

S6 — Node + genesis

No binary wires the spine together, and there is no genesis. soma is the runtime that drives the fetch → execute → prove → commit loop; the testnet needs its minimal drive-loop, not the full cognitive architecture.

deliverable gate
soft3-node binary (cybergraph + bbg + sync + radio + foculus) boots, joins a peer, processes signals
minimal soma drive-loop one signal flows fetch → execute → prove → commit unattended
genesis + bootstrap tooling a fresh network starts from a genesis root

Estimate: 5-8 sessions.

S7 — Economics

tok carries value: coin (fungible) and card (non-fungible), all change a plumb mutation under conservation. Rewards mint on Δφ* — creating valuable structure is creating value — Sybil-resistant via stake-weighting. The testnet runs a live $CYB economy from day one, so price and rewards are exercised, not deferred.

Onboarding is rewarded by a referral built into the protocol: a referrer earns a lifetime cut of the stake-weighted Δφ* their referees generate — never a per-head bounty. Paying on focus created, not headcount, keeps the referral Sybil-resistant (a fake account creates no focus, so referring it pays nothing) and turns early movers into growth agents aligned with the network rather than dumpers.

Gate: conservation enforced by proof; reward and referral equilibrium simulation-tested under 100× adversarial load, including Sybil onboarding.

S8 — Ranking

tru computes the field today; the CT-0 model-compilation passes bail. This milestone runs the tri-kernel over the network's graph, deriving models from φ*, adversarially proven — so the testnet ranks by focus, the metric everything else serves.

Gate: φ* over the network graph, explicit Lyapunov function with dV/dt < 0, bounded locality k = O(log(1/ε)).

S9 — Client (cyb)

The sharp emission head is justified only if the network is useful from block one — a front-loaded incentive converts no one onto a thing that does not yet work. cyb is that utility: the browser and avatar where a neuron writes cyberlinks, sees focus, and queries the graph. It exists and builds today; this milestone wires it to the soft3 node so value lands immediately, not after years of protocol maturation — the gap that left earlier chains' tokens speculative until utility caught up.

Gate: a neuron installs cyb, creates a cyberlink, sees it ranked by φ*, and queries the graph — end to end, day one.

MVP testnet — the gate

milestone gate
Devnet all unit + integration tests pass; signal flows end-to-end on one machine
Testnet multi-node, public; 30 days with zero critical bugs under attack

The testnet is the proof that the architecture converges with a live economy: the dumb processor (cybergraph) and the smart runtime (soma) drive one network to agreement, carrying $CYB and ranking by φ*. Owners are still public and the bootloader graph has not migrated — that is the work from here to mainnet. The first move past the gate is the $PUSSY migration rehearsal (R1).

Structural milestones: testnet → mainnet

Each one a capability the testnet lacks, ordered by dependency. ($PUSSY migrates first, right after the gate — see Migration.)

P1 — Privacy circuits

UTXO-style privacy with ZK proofs for every state transition. Public: edge existence, aggregate energy per particle, the φ* distribution. Private: neuron identity behind an edge, individual energy ownership, link authorship. φ* stays computable from public aggregates alone — secure multi-party computation of a GNN forward pass. Depends on bbg private scanning and mudra stealth.

Gate: transaction + cyberlink circuits, nullifier soundness, leakage budget L(queries, graph) bounded.

P2 — Recursive proof

The zheng verifier is itself a nox program: proofs can be verified, and verification can be proven. Unlocks O(log n) light clients.

Gate: inner verification circuit arithmetized, light-client verification of any state claim.

P3 — Sharding & data availability

Shards as subtopoi, a sheaf of attention weights keeping cross-shard focus consistent. foculus has erasure coding and DAS commitments; the sample verifier is missing.

Gate: DAS verifier complete, cross-shard consistency proven, gossip bandwidth ∝ stake.

P4 — Formal verification spine

Runs parallel to every milestone, converging here. Each line below is one of the Pre-Launch gates.

what how
Layer 1 confluence (16 patterns) eidos
cost determinism structural induction, machine-checked
focus conservation (Σφ*ᵢ = 1) transition analysis
privacy soundness (< 2⁻¹²⁸) zheng soundness theorem
tri-kernel convergence Lyapunov function, explicit constants
adversarial equilibrium game theory + simulation
double-spend prevention nullifier uniqueness proof

Migration — the bootloader chains come home

The soft3 network launches with state, not empty. Two live Cosmos chains carry the graph and its neurons today; the migration brings that graph — particles, cyberlinks, neurons, karma — home onto the soft3 network, lowest stakes first. $PUSSY migrates right after the MVP testnet as the rehearsal; $BOOT and the crystal come at mainnet. The $CYB genesis is separate from all of this: it is the $C-holder snapshot (≈ 1% of supply); $BOOT and $PUSSY balances do not convert.

R1 — migrate $PUSSY (the rehearsal)

space-pussy is the experimental net; migrating its graph first proves the whole pipeline — export state, map it into cybergraph form, verify bijectively — without risking bostrom. A dress rehearsal at low stakes, run as soon as the testnet stands.

Gate: full space-pussy graph (particles, cyberlinks, neurons, karma) reproduced on the soft3 net with zero loss; the replayed root matches.

R2 — migrate $BOOT (the real one)

The same pipeline at mainnet scale: every neuron, cyberlink, and particle from bostrom — ~70K neurons, 3.1M particles, 2.9M cyberlinks, three years of history — with karma carried as reputation. The graph comes home; the separate $C-holder snapshot taken here is what mints the genesis 1% ($BOOT, $H, $V, $A, and $PUSSY balances do not convert to $CYB).

Gate: bijective state mapping, zero data loss; frozen snapshot signed; karma reconciles; every particle re-addressable under hemera identity.

R3 — align the genesis crystal

The migrated graph is organic and large; the crystal is the curated 5,040-particle irreducible seed — the grammar and vocabulary. Alignment makes the crystal the foundational lattice and the migrated knowledge the flesh hung on it, deduplicated against the seed. The 12 genesis invariants are the gate.

Gate: 12 invariants green (completeness, connectivity, reachability ≤ 6 hops, irreducibility, positivity, …); the crystal is the basis; zero orphans, zero red links.

Mainnet genesis is then this migrated, crystal-aligned state going live under the soft3 protocol and the $CYB emission curve.

Mainnet — the gate

No patch relay exists between stars. What launches must be correct. Before launch, answer six questions — five with machine-checked evidence, one with the record of real use:

# question evidence
1 Does φ* converge? eidos proof of Lyapunov stability
2 Can proofs be forged? soundness proof + 10⁸ fuzzing runs, 0 counterexamples
3 Can the economy be drained? Nash equilibrium proof + 100× adversarial simulation
4 Is computation deterministic? cross-implementation state-root match on 10⁶ blocks
5 Does it survive partial failure? chaos test, zero safety violations
6 Does it provide real utility? canary record: neurons join, stay, and create focus — sustained use, not headcount

All six green → launch. Any red → no launch. No exceptions.

milestone gate
Canary net 90 days stability, all economic invariants hold
Mainnet genesis migrated + crystal-aligned state live; Pre-Launch Verification green (all 5)
bostrom migration bijective state mapping, zero data loss

The light-cone is merciless. What you ship is what arrives.

Token Architecture

Four Token Types (Protocol-Native)

Type Fungible Movable Role Examples
coin yes yes consensus, fees, stake $CYB, $BOOT
card no yes knowledge assets, provenance authorship proofs, dataset ownership
score yes no reputation, credentials karma
badge no no unique non-transferable credentials achievements

$CYB is the consensus token of the full cyber network. On bostrom (bootloader): $BOOT (stake/fees), $H (liquid fuel), $V (will), $A (attention).

Adaptive Economics

Three PID-controlled variables adapt automatically — no governance vote needed for routine adjustment:

α (allocation curve exponent): balances PoW vs PoS allocation. staking_share = S^α.

φ (security floor): minimum issuance for security. φ ≥ k · (TVL/MarketCap) · r.

β (fee burn rate): decouples gross rewards from net inflation.

Staking yield at equilibrium: r_s = (G · S^(α-1)) / M. Master safety indicator: ρ = d(Attack Cost)/dt ÷ d(Attack Profit)/dt; ρ > 1 means defenses grow faster than threats.

Supply and emission

Total supply is the Goldilocks field order (p = 2⁶⁴ − 2³² + 1). Genesis seeds a 187,416,084,623,451,570 $CYB starting balance for $C holders (≈ 1% of total); the rest emits along a power-law curve — a hot bootstrap head and a heavy multi-decade tail. Full supply cap, genesis, and the emission curve live on $CYB.

The genesis seed

The crystal is the genesis content — exactly 5,040 particles forming the irreducible basis from which all civilizational reasoning composes. An alphabet of a mind.

Layer Particles Types
Vocabulary 4,320 Entities (2,400), Processes (960), Properties (720), Measures (240)
Grammar 720 Relations (480), Patterns (240)

Two-layer load: a lattice (4,392 particles, ~454K tokens) of structural vocabulary that fits one model context, and flesh (648 particles, ~1,165K tokens) of articles and proofs retrieved on demand via cyberlink traversal. The 12 genesis invariants (completeness, connectivity, reachability ≤ 6 hops, irreducibility, positivity, self-reference, bridge density, type balance, defect freedom, growth-readiness, narrative depth, self-explanation) are the quality gates before the crystal ships. See crystal for the full specification.

The endgame

A living, self-optimizing knowledge network that:

  1. Learns from every form of input on Earth — humans, AI, sensors, biology
  2. Holds coherence under extreme conditions, including interplanetary latency
  3. Evolves without central authority — governance through focus dynamics and futarchy
  4. Maximizes the survival, intelligence, and flourishing of the planet's biosphere
  5. Proves every claim — no trust required, only math

The network IS thinking. No node comprehends. The network knows.

Cross-references

Graph