Defining Web3 Assets
Numbers Protocol is a decentralized network that utilizes Web3 and blockchain technologies to turn digital media files into Web3 assets, a process called "Assetization".
Assetization process creates a unique identifier called the "Numbers ID (Nid)", that is cryptographically generated and serves to distinguish the vast ecosystem of digital assets within the network. Assetized content in the network have associated "Commit" records that capture context, ownership, and creator signature. These commits linked to Nid to allow tracking changes made to the assets over time. Each commit is also linked to an "AssetTree" file which describes the property of the asset including creator, creation time, license, etc.
The Numbers ID (Nid) is a unique identifier to identify each content file within the Numbers Protocol network. The Nid is a 59-character string that is cryptographically generated and serves to distinguish the vast ecosystem of digital assets within the network. The use of Nid ensures that all content files within the network can be easily identified, tracked and verified.
Similar to commits in Git system, every asset in the network has its own "Commit" history recorded on the blockchain. This allows for the tracking of the asset's journey from its creation to the present time, making it easy for anyone to verify the authenticity and integrity of the asset. This makes easy for developers that are familiar with Git to understand the concept of AssetTree and Commit in the Numbers protocol system.
One important aspect of Assetization is the creation of an "AssetTree" file for each asset. An AssetTree, similar to the tree file in Git system, is a collection of metadata that describes the properties of the asset. It contains information such as the creator's wallet address, the creation time, license, and any other important metadata. The AssetTree file also includes the Nid and an integrity CID, which are used to verify the authenticity and integrity of the asset.
Overall, the AssetTree files and commit histories provide a comprehensive view of the properties of the asset and ensure transparency and accountability, making it an essential part of the Assetization process.
Last modified 4mo ago