Creator <> Copy

Creator NFT

The Creator Contract is an NFT contract that facilitates content distribution in RADIAN applications. The NFT has the following functionalities and characteristics:

  1. Creator NFT minted will store the profile token Id who created the creator NFT. The profile token Id field is immutable.

  2. TokenID maps to a content Hash which points to the publication data.

  3. Creator NFT can be a Post, a Comment or a Share Publication

  4. Creator NFT can be tipped native token, i.e. MATIC, or ERC20 tokens. The tip will have a percentage deducted as the infrastructure fee (Admin Contract), a percentage deducted as the application fee (Application Contract), and the remaining goes to the wallet of the profile token Id which creates the creator NFT.

  5. A creator NFT can be displayed by multiple applications, as long as the application has given permission for it in the Application Contract.

Creator NFT as the building blocks of Publication in RADIAN

Social media publication features can be delivered by creator NFTs.

Post

Creator NFT by default

Comment

Comment

Share

Share

Tip / Like

Tip / Like can be accomplished with the Tip Contract.

Publication Censorship

Publication by default resides on the IPFS servers or the Arweave blockchain. These storage facilities are permissionless, meaning that anyone can upload anything. However, on the application level, there is a need for censorship as there will be legal consequences to the platform itself if they do not compile with the laws of the countries in which they operate. The RADIAN infrastructure encourages censorship of illegal content on the application level by setting a permission flag for the user-generated content.

Only the publications that have the permission flags set to true will be returned from the Publication Search and Retrieval Module which will then be displayed by the application.

Users who do not wish to see filtered data can use open-sourced applications that enable them to view all content without censorship. They can also subscribe to a censoring policy given by another application that let them see what they want. (Please see the Censorship section)

Copy NFT

Last updated