feat(web): Mixdown — interactive lab of the muzix closed loop#52
Merged
Conversation
A single static HTML page at web/public/mixdown.html (served at
/mixdown.html in production) that walks viewers through the full muzix
closed loop in six animated canvas scenes:
1. Drop the master Labelton.registerMaster — cap-table
committed, root variant minted as
ERC-1155 fanned across holders.
2. Term sheet on the wire MuzixRightsOffering.createOffering +
publishOffering — draft → open.
3. Counters in the room Three bidders submit counters with
refundable MUSD bonds.
4. Sapta picks acceptCounter — winning bond refunded,
losers self-withdraw and recover bonds.
5. The numbers roll in Spotify / Apple / YouTube push verified
revenue to MuzixStreamingOracle with
confidence scores; latest pointer
updates.
6. Mixdown pays out MUSD reads Labelton.capTableOf and fans
the period revenue (60 / 20 / 20).
Pattern intentionally mirrors switchboard's web/agents-demo.html — single
file, no build, fork-and-extend friendly. Transport bar with play/pause
(space), step (n), restart (r), and arrow-key scene navigation.
Tooltip-on-hover shows each agent's role, MUSD balance, and ERC-1155
share count when set. SCENES.md documents the scene contract so new
scenes are an array append.
Naming follows muzix vernacular (mixdown = the recording-studio step
where every track lands in one final master — fits what the muzix
protocol does when negotiation, registration, revenue and payout all
settle in one place).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Mixdown — an interactive canvas lab that walks viewers through the entire muzix closed loop in six animated scenes. Single static HTML, no build step, fork-and-extend friendly. Lives at `web/public/mixdown.html` → served at `/mixdown.html` in production (`muzix.kcolbchain.com/mixdown.html`).
Mirrors the pattern from `kcolbchain/switchboard/web/agents-demo.html` but in muzix's vernacular — gold accent, music-flavored scene names, the contracts shipped this week as the cast.
The six scenes
Why "Mixdown"
It's the recording-studio step where every track lands in one final master. Same shape as what these contracts do together — negotiation, registration, revenue, and settlement all land in one place. Picks up the music vernacular without overlapping switchboard's "agents-demo lab".
Chrome
What's intentionally out of scope (follow-ups)
Test plan