kcolbchain / docs / muzix

muzix

Layer 0 for music — OP Stack L1 for music finance, catalog tokenization, royalty payments, and global settlement.

Status: early-stage architecture. Muzix is the evolution of earlier music × blockchain experiments at kcolbchain (including Create Protocol). The architecture is published, contracts and node config are in active development. See the roadmap for current phase.

What is Muzix?

Muzix is the infrastructure layer for music finance. Built on the OP Stack, it connects musicians, labels, distributors, streaming platforms, and fans through a shared on-chain settlement layer.

It is not a music app. It is the layer that music apps, labels, distributors, and financial products plug into.

The Problem

The music industry moves $28B+ annually through a system designed in the 1970s:

What Muzix Enables

1. Tokenize

Turn music IP into on-chain assets. Songs, albums, catalogs, and royalty splits become programmable, tradeable, and composable.

2. Finance

Unlock capital that is trapped in the music industry.

3. Settle

Instant, transparent, global music payments.

4. Connect

A shared protocol layer that different music businesses plug into.

Technical Architecture

LayerComponentTech
ChainMuzix L1OP Stack (EVM, Ethereum settlement)
StablecoinMUSDSolidity, stablecoin-toolkit
TokenizationCatalog tokensERC-721 + ERC-1155 + royalty extensions
RightsSplit registryOn-chain registry with multi-party claims
OracleStreaming revenue feedsSpotify, Apple Music, YouTube Music data
FinanceLending, advances, swapsDeFi primitives adapted for music assets
SDKMusic app integrationTypeScript + viem
IdentityArtist/label identityDID-based, portable across platforms

Why OP Stack?

Roadmap

Phase 1 — Foundation

Phase 2 — Tokenization

Phase 3 — Oracle + Finance

Phase 4 — Ecosystem

Repository Structure

muzix/
├── contracts/          # Solidity — MUSD, splits, catalog tokens, lending
├── node/               # OP Stack node configuration
├── sdk/                # TypeScript SDK for music apps
├── oracle/             # Streaming revenue data feeds
├── registry/           # Rights and splits registry
├── docs/               # Architecture, specs, standards
└── deploy/             # Deployment scripts and configs

GitHub Repository

Source code, issues, contributions

stablecoin-toolkit

The stablecoin infrastructure MUSD is built on

rwa-toolkit

Tokenization patterns muzix's catalog tokens build on