Prism
A decentralized platform revolutionizing content creation and curation through NFT-powered incentives.
Videos
Description
PRISM: Decentralized Content Ecosystem V0.1
PRISM is a revolutionary decentralized content ecosystem that leverages blockchain technology and NFTs to create a fair, transparent, and rewarding environment for content creators and consumers alike. By implementing a unique Multi-Level Marketing (MLM) structure, PRISM ensures that value is distributed across the network, incentivizing content creation, curation, and sharing.
Overview
PRISM allows users to tokenize digital articles as NFTs, creating a verifiable chain of ownership and provenance for written content. This system enables content creators to monetize their work, readers to support authors directly, and a transparent ecosystem for digital publishing. The innovative MLM structure encourages content sharing and curation, creating a self-sustaining content economy.
Features
- Create and mint Article NFTs
- Update article content (for owners)
- View article details and minting history
- Transfer ownership of Article NFTs
- Multi-level marketing structure for content sharing
- Revenue sharing between platform, creators, and curators
MLM Structure
PRISM implements a Multi-Level Marketing structure for content sharing and curation:
- Level 0 (Original Creator): The original author of the content.
- Level 1: Users who directly mint or share content from the original creator.
- Level 2: Users who mint or share content from Level 1 users.
- Level 3: Users who mint or share content from Level 2 users.
This structure can extend to multiple levels, with diminishing returns at each level to ensure sustainability.
Revenue Model
PRISM's revenue model benefits both the platform and its users:
For Users:
- Content Creators: Earn revenue from initial sales and ongoing royalties from subsequent mints.
- Curators: Earn a percentage of sales when their shared content is minted by others.
- Readers: Potential to earn by identifying and sharing valuable content early.
For Platform:
- Minting Fees: A small fee is collected for each new NFT minted.
- Transaction Fees: A percentage of each sale or transfer is collected by the platform.
- Premium Features: Additional revenue from premium account features or services.
Revenue Distribution Example:
When a new Article NFT is minted from an existing one:
- 50% goes to the original creator
- 30% is distributed among the levels in the MLM structure
- 20% goes to the PRISM platform
This model incentivizes quality content creation, active curation, and platform growth.
Function Descriptions
createArticle
: Creates a new Article NFT with original content.mintArticle
: Mints a new NFT based on an existing article, establishing a derivative relationship.updateArticle
: Allows the owner to update the content of their Article NFT.getArticle
: Retrieves the details of a specific Article NFT.getMintingChain
: Returns the lineage of an Article NFT, showing its derivation history.transferFrom
: Transfers ownership of an Article NFT to a new address.
Progress During Hackathon
First first was to find an idea that has potential use cases that will be self-growing without much effort. End up on Prism: A content creators marketplace with an interesting revenue model. The next thing was to Design a simple MVP for the user interface, and then switch to smart contract development and testing, which took more time than expected. Then focused on backend implementation and integrating everything. Deployment, Hosting, and Testing on test net where other things that came after.