Like2Price is a tool for estimating the price of NFT arts using online reputation metrics, including likes, dislikes, follows.
When we realize the value of NFT comes from the community, we share them more for increasing their value. But how do we know how much value can be created through sharing? Or speaking in another way, how much money are people willing to pay for what has many likes?
This project is a tool for estimating the price of NFT arts based on how many like counts or dislike counts the art has. So we are doing two things in these project:
This project use IPFS to store the reputation data, including like count, dislike count, and so forth. Every NFT art will have an IPNS hash that is represented as the community profile of the art. The IPNS hash is recorded on Ethereum. Each reputation file is signed by users, which means the like can be verifiable.
This project is integrated with Zora protocol, which consists of media and market contracts. And the estimated price is calculated by both reputation data on IPFS and history quote on Ethereum using Hedonic regression.
Hedonic regression is the use of a regression model to estimate the influence that various factors have on the price of a good, or sometimes the demand for a good.