Mycel
SPEC NO. MYC-0114-RH 00:00:00

Routing protocol · Robinhood Chain

Most networks are wired once and frozenthis one keeps growing toward wherever COIN is trading.

MYCEL is a relay mesh that reshapes its own topology in real time. When demand for a route climbs, nearby relays grow direct connections toward it - the way mycelium extends toward a nutrient source. When demand cools, the unused connections are pruned. No one edits a config file either way.

Chain
Robinhood Chain · L2
Token
MYC
Genesis route
MYC / COIN·USD
Live connections
16 (12 baseline + 4 grown)
Sim window
251 trading days
Status
Concept · $MYC in development

Grown this run
6
Pruned this run
2
Genesis route is a reference simulation, not a deployed testnet: sim/mycel-sim.js runs the six-state mechanism below against 251 real trading days of Coinbase (COIN) stock volume. Every number on this page is that script's literal output - see Reproduce this.
How a route growssix states, one loop
No.StateWhat happens
01SenseEvery relay measures real traffic passing through its neighbors, block by block - like a nerve ending reading pressure, not a dashboard someone checks.
02GrowWhen a path carries sustained demand for three consecutive blocks, nearby relays spin up a new direct connection toward it instead of routing the long way around.
03ReinforceA connection that keeps carrying fast, low-latency traffic for 500+ blocks gets more bandwidth and more stake weight - automatically, without a vote.
04PruneA connection with no traffic for 5,000 consecutive blocks weakens and is retired, freeing capacity for wherever demand is growing next.
05RerouteIf a live connection is cut - a node drops offline - traffic finds the next-strongest surviving path within a single block. No manual failover list.
06FossilizeThe mesh's exact shape at every block height is recorded permanently, so anyone can see precisely how the network looked at any point in its history.
The mesh, livegenesis route: MYC / COIN·USD
MEDIAN RELAY-TO-CHAIN LATENCY · 340MS BASELINE R1 R2 R3 R4 R5 R6 COIN R7 ROBINHOOD CHAIN
Quiet market: traffic moves through the standard grid. COIN surge: three direct shortcuts grow straight toward the COIN·USD relay. After prune: the shortcuts that proved themselves are reinforced (green, thicker) and the baseline paths they replaced fade out.
Live figuresoutput of sim/mycel-sim.js, seed 0x4d594331
6
Grow events toward COIN·USD across 251 real trading days
Four routes grew on 2025-09-29; two of them (R1-COIN, R5-COIN) later regrew on 2026-01-05 after being pruned.
4
Reinforce events - a route earning higher stake weight
All four surviving routes reinforced together on 2026-02-04, after ~2.5 days of sustained elevated COIN volume.
2
Prune events - a route retired for going quiet
R1-COIN and R5-COIN pruned on 2025-12-29 / 2025-12-30, after roughly 20 real trading days of below-average COIN volume.
251
Real trading days simulated, Aug 29 2025 – Aug 28 2026
Daily close/high/low/volume for COIN, pulled from Yahoo Finance's public chart API - see sim/coin-daily.csv.
These are not testnet telemetry - they are the literal output of sim/mycel-sim.js, a deterministic simulation seeded with a fixed value (0x4d594331) and run against real COIN market data. Run it yourself: node sim/mycel-sim.js. Full daily record: explorer.
Growth schedulehow each state is triggered
StateTriggerWhat growsWhat gets cut
QuietBaseline traffic onlyNothing newNothing yet
SurgeSustained demand for 3+ consecutive blocks on one routeDirect shortcut connections toward the hot node-
ReinforceA grown connection stays fast for 500+ blocksBandwidth and stake weight on that connection-
PruneNo traffic for 5,000 consecutive blocks-The connection is retired, capacity freed
FossilizeEvery block, automaticallyA permanent record of the mesh's exact shapeNothing - the history is kept forever
Reproduce thisreal data, fixed seed, same output every run

Every figure on this page traces back to one script: sim/mycel-sim.js. It implements the six states above exactly as specified, samples demand once per real trading day from sim/coin-daily.csv (COIN daily close/high/low/volume, pulled from Yahoo Finance's public chart API - no key required), and runs on a fixed seed, so anyone who runs it gets this same dated event log back:

Real COIN daily volume, Aug 29 2025 – Aug 28 2026. grow   reinforce   prune - hover a marker for the exact route and date.
DateRoute(s)Event
012025-09-29R1-COIN, R2-COIN, R5-COIN, COIN-CHAIN - GROW. First sustained demand spike in the dataset (day 20, after the 20-day rolling-average warmup).
022025-12-29R1-COIN - PRUNE, after roughly 20 real trading days of below-average COIN volume.
032025-12-30R5-COIN - PRUNE, same quiet stretch.
042026-01-05R1-COIN, R5-COIN - GROW again, once COIN volume climbed back above the rolling average.
052026-02-04R1-COIN, R2-COIN, R5-COIN, COIN-CHAIN - REINFORCE, after roughly 2.5 consecutive days of sustained elevated volume.
Safety checklistchecked 2026-08-29 · re-check anytime
CheckResultWhy
Contract deployedNONENothing exists on any chain yet - there is no address to check, because there is nothing to check.
Token sale / presaleNONE$MYC is in development, but no sale has happened or is planned on this site. Nobody can send this project money through anything here.
Wallet connectABSENTEvery page on this site is static HTML. Open the source - there is no wallet-connect code anywhere to find.
Liquidity poolN/ANo token is deployed yet, so there is no liquidity to lock, drain, or lie about.
Ownership / mint functionN/ANo contract means no owner key and no mint function to renounce or abuse.
Source codePUBLICThe whole site, the simulation, and the raw market data it runs on: github.com/mycelrh/mycel.
Figures on this pageREPRODUCIBLEEvery number traces to sim/mycel-sim.js. Run it yourself, or check the hashes on verify.html.
This is what "pre-launch concept" actually means here: nothing to buy, nothing to connect, nothing to rug. That will change if this ever becomes a real deployment - this checklist will change with it, and the changelog will say so.
Known failure modesflagged, not hidden
MarkFailure modeWhat happens
F1Growth stormA sudden, legitimate demand spike can trigger many connections to grow at once, briefly outpacing verification.
F2Starved regionA region with too little baseline traffic may never accumulate enough demand to grow proper connections on its own.
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.
Spec ID
MYC-0114-RH
Genesis route
MYC/COIN·USD
Network
Robinhood Chain (intended) · Concept
Source
github.com/mycelrh/mycel
X
@mycelprotocol
Doc rev
2026.08.29