Core Protocol Components: The Four Pillars of Sound
1. Global Rights Ledger: A Verifiable Single Source of Truth
The heart of Sound Protocol is the "Global Rights Ledger," which contains all information about music copyrights. This solves the problem of fragmented databases and serves as an immutable single source of truth for copyright information.
Standardized Metadata Schema: All works are registered according to a standardized data structure that includes comprehensive information such as composers, lyricists, publishers, ownership percentages, and jurisdictions. This ensures data interoperability and structures information in a machine-readable and processable format.
On-Chain vs. Off-Chain Data Strategy: For efficiency and cost optimization, data is separated based on storage location.
On-Chain (BNB Chain): Critical data that must guarantee transaction integrity—such as ownership stakes, royalty distribution ratios, and key terms of licensing agreements—is recorded directly on BNB Smart Chain.
Off-Chain (IPFS/BNB Greenfield): Large files such as master audio files, album artwork, and legal contract documents are stored on decentralized storage networks like IPFS (InterPlanetary File System) or BNB Greenfield. Only the hash values of this data are then recorded on-chain, preventing data tampering while dramatically reducing storage costs.
2. Real-Time Royalty Waterfall: Automated Transparent Value Flow
The "Royalty Waterfall" is a system where revenue generated from streaming platforms and other sources is automatically distributed to relevant rights holders in real-time through smart contracts according to predefined rules.
Smart Contract Logic: The RoyaltyWaterfall smart contract executes whenever a work generates revenue. This contract specifies the wallet addresses and distribution percentages for each rights holder (composers, performers, producers, etc.) in code. When revenue is received, the contract immediately transfers tokens such as $USDC, $BNB, or $SOUND to each rights holder according to their respective percentages. This entire process occurs transparently without human intervention.
BEP-1155 Multi-Token Standard: Sound Protocol adopts the BEP-1155 standard to maximize asset management efficiency. This standard allows multiple types of tokens to be managed simultaneously within a single smart contract. For example, "composition rights tokens," "master recording rights tokens," and "performance rights tokens" for a single song can be issued and transferred under one contract without separate contracts. This dramatically reduces gas fees on BNB Chain, especially when fractionalizing and trading music assets with complex rights structures.
3. AI-Powered Licensing Engine: Intelligent Automation
Sound Protocol integrates an AI-based automation engine to revolutionize the music licensing market (sync licensing) for advertising, film, gaming, and more.
Audio Fingerprinting: Using technology similar to Shazam, we extract and identify the unique acoustic characteristics of audio recordings. This prevents duplicate registrations and automatically detects copyright infringement cases such as unauthorized sampling or plagiarism.
Natural Language Processing (NLP): When users search for music using natural language like "upbeat rock music suitable for car commercials," the NLP model analyzes lyrics, genres, and mood tags to recommend the most appropriate tracks. This enables much more intuitive and sophisticated matching than traditional keyword-based searches.
Predictive Analytics: By comprehensively analyzing past streaming data, social media trends, and licensing records of similar tracks, the system calculates dynamic and fair market prices for licensing specific songs in real-time. This supports reasonable price negotiations for both sellers and buyers.
4. Decentralized Oracle Network: Ensuring Off-Chain Data Integrity
Since blockchains cannot independently retrieve data from the external world, "oracles" are essential to securely deliver off-chain data such as streaming counts or radio play numbers to on-chain smart contracts.
Chainlink Partnership: Sound Protocol ensures data reliability through partnership with Chainlink, the industry-standard decentralized oracle network. Chainlink protects the system from single node failures or malicious attacks by having multiple independent node operators verify and report the same data.
Multi-Layered Security Approach: Several security measures are in place to ensure data integrity:
Multi-Node Verification: Data is only considered valid when verified by at least 7 independent nodes.
Economic Incentives: Node operators must stake a certain amount of $SOUND tokens to secure the network. If they report inaccurate data, they face penalties where a portion of their staked tokens is slashed.
Circuit Breaker: When abnormal values are detected in data feeds (e.g., streaming counts suddenly increasing 1000x), an emergency shutdown mechanism activates, automatically halting the royalty distribution system to prevent potential damage.
Last updated