Mycel
SPEC NO. MYC-0114-RH · DOCS

Whitepaper · Revision 2026.08.29

A network that reshapes itselfinstead of one anyone has to reconfigure.

Chain Robinhood Chain · L2 Token $MYC Contract xxxxxxxxxx (TBA at launch) Status Concept · $MYC in development Spec ID MYC-0114-RH

01 Abstract

Mycel is a relay network for Robinhood Chain whose topology is not fixed by configuration. Relays continuously measure real transaction demand passing through their neighbors and grow new direct connections toward routes that are genuinely busy, the way mycelium extends toward a nutrient source rather than following a map someone drew in advance.

Connections that stay fast and useful are reinforced automatically. Connections that go quiet are pruned. The exact shape of the mesh at every block height is recorded permanently, so the network's growth is auditable history, not a black box.

02 The problem with wiring a network once

Most relay networks are topology-first: someone decides which nodes talk to which, ships that configuration, and only revisits it during an incident. That works until demand moves somewhere the configuration didn't anticipate - a new asset gets popular, a region spikes, a route that used to be quiet becomes the busiest path on the network. Someone has to notice, then someone has to redeploy.

On a chain built for 24-hour markets, that lag is the problem. A route needs to be able to widen itself between one block and the next, and narrow back down just as automatically once the moment passes.

03 The mechanism - six states, one loop

Every relay runs the same loop. There is no central scheduler and no config file to edit - the states below are the whole protocol.

StateConditionEffect
SenseContinuous, every blockEach relay reads real traffic through its neighbors.
GrowSustained demand, 3+ consecutive blocksA direct connection forms toward the busy route.
ReinforceFast, low-latency traffic for 500+ blocksBandwidth and stake weight increase on that connection.
PruneNo traffic for 5,000 consecutive blocksThe connection is retired; capacity is freed.
RerouteA live connection is cutTraffic finds the next-strongest surviving path within one block.
FossilizeEvery block, automaticallyThe mesh's exact shape is written to permanent history.

04 Genesis route - MYC / COIN·USD

Mycel's first demonstration route connects its relay mesh to the tokenized COIN·USD pair on Robinhood Chain. Coinbase-linked demand tends to move in sharp bursts - it climbs hard whenever crypto markets move - which makes it a clear, visible test of whether the mesh actually grows and prunes the way the mechanism describes, rather than a synthetic benchmark.

No network is deployed yet, so this route is exercised by sim/mycel-sim.js: a deterministic implementation of the six states, run against 251 real trading days of COIN daily volume (Aug 29 2025 – Aug 28 2026, from Yahoo Finance's public chart API). On a fixed seed, it reproduces this exact dated event log every time:

DateRoute(s)Event
2025-09-29R1-COIN, R2-COIN, R5-COIN, COIN-CHAINGROW
2025-12-29R1-COINPRUNE
2025-12-30R5-COINPRUNE
2026-01-05R1-COIN, R5-COINGROW (regrown)
2026-02-04R1-COIN, R2-COIN, R5-COIN, COIN-CHAINREINFORCE

Reproduce it yourself: node sim/mycel-sim.js. Full daily-resolution output: the explorer. See the live mesh view for the growth states side by side.

05 $MYC token

$MYC is in active development - no contract is deployed yet, and there is no sale, presale, or wallet connection anywhere on this site. When it exists on-chain, it has three jobs on the network:

UseDescription
Relay bondingAnyone running a relay posts $MYC as a bond. A relay that reports bad demand signals or fails to route honestly can have its bond slashed.
Growth incentiveRelays that grow connections which get reinforced (proven genuinely useful, not just busy briefly) earn $MYC from the growth incentive pool.
Threshold governanceThe block-count thresholds in the mechanism above - 3 blocks to grow, 500 to reinforce, 5,000 to prune - are protocol parameters $MYC holders can vote to adjust as real traffic patterns emerge.

06 Risk disclosure

These are the failure modes we can name today. This is a working list, not a complete one.

MarkFailure modeDescription
F1Growth stormA sudden, legitimate demand spike can trigger many connections to grow at once, briefly outpacing verification capacity.
F2Starved regionA region with too little baseline traffic may never accumulate enough demand to grow proper connections on its own, and can require manual seeding.
F3Fossil bloatRecording the mesh's exact shape every block grows the permanent history faster than transaction data alone would.
F4Reinforcement loopA popular route can attract so much reinforcement that it starves a quieter route still genuinely needed.
F5Cold startA brand-new deployment has no historical traffic pattern, so its earliest growth decisions are noisier until enough blocks accumulate.

07 Roadmap

Phase 0 - done

Mechanism design. Reference simulation (sim/mycel-sim.js) built and run against a year of real COIN trading data.

Phase 1 - now

Concept site published: whitepaper, reproducible simulation, explorer and verify pages. No deployed network yet.

Phase 2

First real testnet. Open relay client and bonding. Second and third demonstration routes.

Phase 3

Independent audit of the slashing and threshold-governance logic before any mainnet candidate.

08 Glossary

Relay
A node that routes traffic between other relays and Robinhood Chain, and senses demand as it does.
Route
A connection between two relays, or between a relay and a chain endpoint.
Genesis route
The first live route the network was deployed to demonstrate - currently MYC/COIN·USD.
Fossil record
The permanent, block-by-block history of the mesh's shape.
Threshold
A block-count trigger (grow, reinforce, prune) governed by $MYC holders.
This document describes a concept protocol for illustration only. It is not a live network, not an offer to sell any token or security, and does not involve wallet connection or deposits. Figures cited above are the output of sim/mycel-sim.js run against real COIN market data - see the explorer and verify pages. MYCEL is an independent concept project, not affiliated with, endorsed by, or built by Robinhood Markets, Inc.; "Robinhood Chain" is referenced only as the intended deployment target. Source: github.com/mycelrh/mycel. X: @mycelprotocol. MYC-0114-RH · Revision 2026.08.29.