loopclub is a realtime, onchain drum machine — beat-making turned into a multiplayer, ownable act. Sporting a 16-step, 9-track sequencer running entirely onchain. The grid updates live as other people claim cells around you, so a loop is built collaboratively, in real time. Record a loop you like and every cell owner earns on each copy pressed. Or ask Claude to write you one. Listening and auditioning are free. Fully open source at https://github.com/mintcloud/loopclub
No reviews yetBe the first to leave a review for loopclub
Maker
📌
Hey hunters 👋
loopclub is one drum machine. Not one per user — one, globally. A 16-step, 9-track grid that everybody on the internet is playing at the same time, right now, as you read this.
You light up a cell, it's yours for the next two minutes, and it's yours in a way that's a little unusual: every cell is a real write to a blockchain, not a UI state that syncs later. That sounds like a gimmick until you notice what it buys you — when a pattern sounds good and somebody hits record, the loop gets frozen as an edition, and everyone who owned a cell in that snapshot gets paid every time a copy is pressed. The drummer who put the kick in gets paid for the kick. Automatically, forever, without anyone having to agree on anything.
That was the whole idea: what does collaborative music look like if attribution is just... a property of the instrument?
Three things worth trying:
1. Just listen. Open it and you'll hear whatever the grid currently is. Tap any cell to audition its sound. No wallet, no signup, no email. Auditioning is free and always will be.
2. Jam with Claude. There's an MCP server — npx -y loopclub-mcp, or add it as a connector on claude.ai — that lets you say "dark techno, four-on-the-floor kick, off-beat hats, a low C2 drone" and get back a playable loopclub link with the loop pre-loaded. Claude does the musical thinking; the server just bit-packs it into a URL. Auditioning what Claude wrote you is also free. This is my favourite part of the whole thing and I'd love for someone to break it.
3. Actually play. This is the honest bit: to place a cell you need a funded wallet on MegaETH, because the cell is a transaction. Cells cost fractions of a cent; recording a loop costs 1 USDm. It's cheap but it isn't frictionless, and I'm not going to pretend otherwise. If you want to hear it and not deal with any of that, do #1 and #2.
Why a blockchain, and why this one — the obvious question, so let me not dodge it. The product is realtime co-writing where authorship is settled as you play. That's write-heavy: every toggle is a transaction. On a normal chain, a hi-hat costs you a confirmation dialog, a few seconds, and a dime, and a drum machine where the hi-hat costs a dime is not a drum machine. MegaETH's blocks and sub-cent gas are the only reason the thing feels like an instrument instead of a form. It's genuinely the one design where the chain isn't decoration — take it away and there's no shared grid and no automatic payouts, just another jam app.
It's open source (MIT, link above), the audio is all synthesised — a TR-808 emulation and a 303-ish acid line, no samples — and I built it because I wanted to hear what strangers would make on it.
What I'd love from you: go make some noise and tell me if the grid sounds alive or dead when you land on it. That's the thing I most need outside eyes on. Ask me anything about the design, the economics, or the chain — I'll be here all day.
Report
the "the chain isn't decoration" framing actually lands, most onchain gimmicks are a UI backed by a chain that didn't need to be there, this one would genuinely stop working without it. question on the Claude flow specifically: when Claude hands you back a pre-loaded link, is that loop just sitting client-side until you commit it, or does generating the link already claim/reserve those cells on-chain before you've even listened to it?
Report
Maker
@galdayan you can click 'rent those cells' after creating a jam, for example here
@motionlessness that answers it, thanks - so nothing's actually locked just from generating the link, you have to hit rent yourself. makes sense you'd design it that way, otherwise every experimental prompt to Claude would be burning a real transaction before you even heard if the loop was any good
Report
Have you considered adding a way to lock down a row or column of cells so you can lay down a signature pattern without someone else overwriting your kick or snare mid jam. Would help a lot for keeping a groove steady while the rest stays collaborative.
Report
Maker
@aytengdapol that's a great suggestion. You've basically described what's already there, where the nuance is in the word "lock." A cell you rent can't be toggled by anyone else until it expires (the smart contract contract rejects it). What you can't do is hold it forever — a permanent free lock would just freeze the grid for whoever showed up first. So it's a lease: up to ~2 minutes at a time, a tiny amount of USDm, and renewing before expiry stacks on your remaining time instead of resetting it.
To make it fast, click a track name on the left — you get one-click row fills (4-on-4, offbeat, 8ths, full) that rent a whole pattern in one tx and never clear anyone else's cells. Lay your groove, then jam.
Report
i couldn't put any cell from my phone. is it possible?
Report
Maker
@tan_z_tan have you tried setting up Megaeth MOSS wallet? You need that + funding it
Played around with it for ten minutes and the live grid where everyone is carving out cells at once is oddly addictive. Fun that you can just ask Claude to whip up a loop and copy other peoples patterns with a click.
Report
Maker
@uleadalmoklm thanks for your comment, it means a lot. I am glad you were able to play around with the wallet and rent a few cells 🫡
Report
the way the grid pops in as other people lock in their cells around yours is genuinely satisfying, feels like a tiny shared studio.
To all those hunters visiting the page now (I see you on Umami 👀😅) would appreciate any questions / feedback. To those who have upvoted, a big thank you, it means a lot. Keep them coming!
the "the chain isn't decoration" framing actually lands, most onchain gimmicks are a UI backed by a chain that didn't need to be there, this one would genuinely stop working without it. question on the Claude flow specifically: when Claude hands you back a pre-loaded link, is that loop just sitting client-side until you commit it, or does generating the link already claim/reserve those cells on-chain before you've even listened to it?
@galdayan you can click 'rent those cells' after creating a jam, for example here
https://app.loopclub.xyz/?jam=ARERAAEQEAAAAAAAAAAAAABZKQeANIM0hDeGNIgyizCNLw
@motionlessness that answers it, thanks - so nothing's actually locked just from generating the link, you have to hit rent yourself. makes sense you'd design it that way, otherwise every experimental prompt to Claude would be burning a real transaction before you even heard if the loop was any good
Have you considered adding a way to lock down a row or column of cells so you can lay down a signature pattern without someone else overwriting your kick or snare mid jam. Would help a lot for keeping a groove steady while the rest stays collaborative.
@aytengdapol that's a great suggestion. You've basically described what's already there, where the nuance is in the word "lock." A cell you rent can't be toggled by anyone else until it expires (the smart contract contract rejects it). What you can't do is hold it forever — a permanent free lock would just freeze the grid for whoever showed up first. So it's a lease: up to ~2 minutes at a time, a tiny amount of USDm, and renewing before expiry stacks on your remaining time instead of resetting it.
To make it fast, click a track name on the left — you get one-click row fills (4-on-4, offbeat, 8ths, full) that rent a whole pattern in one tx and never clear anyone else's cells. Lay your groove, then jam.
@tan_z_tan have you tried setting up Megaeth MOSS wallet? You need that + funding it
@motionlessness oh sorry. got it
Played around with it for ten minutes and the live grid where everyone is carving out cells at once is oddly addictive. Fun that you can just ask Claude to whip up a loop and copy other peoples patterns with a click.
@uleadalmoklm thanks for your comment, it means a lot. I am glad you were able to play around with the wallet and rent a few cells 🫡
the way the grid pops in as other people lock in their cells around yours is genuinely satisfying, feels like a tiny shared studio.
@kozlupolat10866 thanks for sharing, glad you enjoy it!
To all those hunters visiting the page now (I see you on Umami 👀😅) would appreciate any questions / feedback. To those who have upvoted, a big thank you, it means a lot. Keep them coming!