1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 07:45:40 +01:00
docs/developers/contracts
2023-06-29 16:36:13 +00:00
..
architecture.md Fix broken links 2023-06-29 18:52:01 +03:00
data-nfts.md GITBOOK-519: Added open sea info 2023-06-15 12:02:08 +00:00
datanft-and-datatoken.md GITBOOK-604: Fix subgraph python scripts 2023-06-23 11:30:54 +00:00
datatoken-templates.md Fix broken links 2023-06-29 18:52:01 +03:00
datatokens.md GITBOOK-417: Updated community monetization page 2023-06-06 09:42:33 +00:00
fees.md Fix broken links 2023-06-29 18:52:01 +03:00
pricing-schemas.md GITBOOK-635: Table widths fixes 2023-06-29 16:36:13 +00:00
README.md Fix broken links 2023-06-29 18:52:01 +03:00
revenue.md GITBOOK-635: Table widths fixes 2023-06-29 16:36:13 +00:00
roles.md GITBOOK-635: Table widths fixes 2023-06-29 16:36:13 +00:00

description
Empowering the Decentralised Data Economy

Contracts

The V4 release of Ocean Protocol introduces a comprehensive and enhanced suite of smart contracts that serve as the backbone of the decentralized data economy. These contracts facilitate secure, transparent, and efficient interactions among data providers, consumers, and ecosystem participants. With the introduction of V4 contracts, Ocean Protocol propels itself forward, delivering substantial functionality, scalability, and flexibility advancements.

The V4 smart contracts have been deployed across multiple networks and are readily accessible through the GitHub repository. The V4 introduces significant enhancements that encompass the following key features:

Data NFTs for Enhanced Data IP Management

In Ocean V3, the publication of a dataset involved deploying an ERC20 "datatoken" contract along with relevant metadata. This process allowed the dataset publisher to claim copyright or exclusive rights to the underlying Intellectual Property (IP). Upon obtaining 1.0 ERC20 datatokens for a particular dataset, users were granted a license to consume that dataset, utilizing the Ocean infrastructure by spending the obtained datatokens.

However, Ocean V3 faced limitations in terms of flexibility. It lacked support for different licenses associated with the same base IP, such as 1-day versus 1-month access, and the transferability of the base IP was not possible. Additionally, the ERC20 datatoken template was hardcoded, restricting customization options.

Ocean V4 effectively tackles these challenges by adopting ERC721 tokens to explicitly represent the base IP as "data NFTs" (Non-Fungible Tokens). Data NFT owners can now deploy ERC20 "datatoken" contracts specific to their data NFTs, with each datatoken contract offering its own distinct licensing terms.

By utilizing ERC721 tokens, Ocean V4 grants data creators greater flexibility and control over licensing arrangements. The introduction of data NFTs allows for the representation of base IP and the creation of customized ERC20 datatoken contracts tailored to individual licensing requirements.

Ocean Protocol V4 Smart Contracts

Community monetization, to help the community create sustainable businesses.

Ocean V4 brings forth enhanced opportunities for marketplace operators, creating a conducive environment for the emergence of a thriving market of third-party Providers.

With Ocean V4, marketplace operators can unlock additional benefits. Firstly, the V4 smart contracts empower marketplace operators to collect fees not only during data consumption but also through fixed-rate exchanges. This expanded revenue model allows operators to derive more value from the ecosystem. Moreover, in Ocean V4, the marketplace operator has the authority to determine the fee value, providing them with increased control over their pricing strategies.

In addition to empowering marketplace operators, Ocean V4 facilitates the participation of third-party Providers who can offer compute services in exchange for a fee. This paves the way for the development of a diverse marketplace of Providers. This model supports both centralized trusted providers, where data publishers and consumers have established trust relationships, as well as trustless providers that leverage decentralization or other privacy-preserving mechanisms.

By enabling a marketplace of Providers, Ocean V4 fosters competition, innovation, and choice. It creates an ecosystem where various providers can offer their compute services, catering to the diverse needs of data publishers and consumers. Whether based on trust or privacy-preserving mechanisms, this expansion in provider options enhances the overall functionality and accessibility of the Ocean Protocol ecosystem.

Key features of the V4 smart contracts:

  • Base IP is now represented by a data NFT, from which a data publisher can create multiple ERC20s datatokens representing different types of access for the same dataset.
  • Interoperability with the NFT ecosystem (and DeFi & DAO tools).
  • Allows new data NFT & datatoken templates, for flexibility and future-proofing.
  • Besides base data IP, you can use data NFTs to implement comments & ratings, verifiable claims, identity credentials, and social media posts. They can point to parent data NFTs, enabling the nesting of comments on comments, or replies to tweets. All on-chain, GDPR-compliant, easily searched, with js & py drivers 🤯
  • Introduce an advanced Fee structure both for Marketplace and Provider runners 💰
  • Roles Administration: there are now multiple roles for a more flexible administration both at NFT and ERC20 levels 👥
  • When the NFT is transferred, it auto-updates all permissions, e.g. who receives payment, or who can mint derivative ERC20 datatokens.
  • Key-value store in the NFT contract: NFT contract can be used to store custom key-value pairs (ERC725Y standard) enabling applications like soulbound tokens and Sybil protection approaches 🗃️
  • Multiple NFT template support: the Factory can deploy different types of NFT templates 🖼️
  • Multiple datatoken template support: the Factory can deploy different types of datatoken templates.

In the forthcoming pages, you will discover more information about the key features. If you have any inquiries or find anything missing, feel free to contact the core team on Discord 💬