MYCL

docs // v0

Documentation — arriving after the rain.

The full SDK reference drops with the Nodes release. This is the outline we're writing against.

Overview

MYCL is a compressed data feed marketplace on Solana. Publishers write compressed state; subscribers read with ZK proofs. The protocol settles in $MYCL.

status / placeholder

@mycl/hypha SDK

TypeScript SDK for publishing feeds and subscribing. npm i @mycl/hypha. Planned in the Nodes phase.

status / placeholder

Feed schema

slug, category, sample payload JSON, price_lamports, compression ratio. Stable across Hypha reboots via deterministic seeds.

status / placeholder

Compressed proofs

Each read ships an inclusion proof rooted at the anchored slot. Verify with stateless.js or the thin wrapper in @mycl/hypha/verify.

status / placeholder