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
docs // v0
The full SDK reference drops with the Nodes release. This is the outline we're writing against.
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
TypeScript SDK for publishing feeds and subscribing. npm i @mycl/hypha. Planned in the Nodes phase.
status / placeholder
slug, category, sample payload JSON, price_lamports, compression ratio. Stable across Hypha reboots via deterministic seeds.
status / placeholder
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