Nithish Jude J
Provenance Pay turns music credits into real-time royalties. It reads the full contributor graph of composers, producers, session musicians, and engineers from MusicBrainz via app/sidecar/mb-graph-builder.js, registers each track's split percentages in the ProvenanceRegistry Solidity contract at contracts/src/ProvenanceRegistry.sol, built with Foundry, and fires USDC micropayments to every contributor as the track plays. A sidecar agent provisions contributor wallets in wallet-provisioner.js and dispatches per-tick payments through Circle infrastructure in payment-dispatcher.js. The Next.js frontend in app/ visualizes the provenance graph, streams live payment ticks, and includes a claim portal where contributors collect their earnings.
1 (Solo) — Nithish Jude J
Real-time USDC royalty splits to every credited musician, settled on Arc Testnet. MusicBrainz metadata → on-chain split registry → Circle nanopayments, every 2 seconds.