IP Core
It is a structure designed to fulfil the role of identification and on-chain registration of a music work intellectual property protected by Publishing Rights. By the legal nature of music assets, part of this information is immutable over time, such as the title, the names of the authors, and the parameters of on-chain registration. Another part of the information included in the IP Core is mutable and is represented through standard parametric structures and custom parameters.
A generic IP Core structure is composed of the following fields:
Field | Description | Type |
---|---|---|
| ISWC code of the registered musical work | String |
| Original title of the song | String |
| Data structure with the names and IPI codes of the creators | Struct |
| Registration date on Music Protocol | Time |
| Registration id | String |
| Verified identity of the registrant | String |
| Execution layer identifier where the registration has been made | String |
| The connection identifier with the execution layer where the file representing the asset is stored on-chain | Array |
| Custom parameters that can be added to the IP Core | Array |
Last updated