Metacoin NFT(Non-fungible token) Protocol Update

METACOIN
Metacoin
Published in
3 min readNov 6, 2023

We will inform you of updates to the NFT protocol using MRC400 and MRC401.

When creating and selling a PFP (Profile Picture) NFT, there are some things that many people worry about and process on an existing database rather than a blockchain.

  1. First, only one person has the authority to create an NFT.
    This problem is that many creators create images when creating a PFP, but only one person creates an NFT.
    This problem becomes more noticeable when recording additional data in PFP.
  2. When you want to share profits by designating the copyright holder for each PFP rather than the entire NFT, you must process it on the transaction platform rather than on the blockchain.
    This may result in loss of profits if you do not use the trading platform.
  3. When a large number of PFPs are created in advance and then sold after causing unnecessary TX, or when a buyer purchases, they have to go through the steps of “creation”, “sale”, and “purchase”, which causes the problem of making buyers wait for a long time.
  4. Since there is no means of paying fees to the trading platform on the blockchain, you must first pay the purchase amount to the trading platform and receive the amount minus the fee back from the trading platform.

In order to solve these problems, we have thought about it for a long time and have updated it as follows.

  1. You may have forgotten. When creating an NFT (including PFP) included in one project, you can designate a “Partner” in the MRC400 that stores common information, and the “Partner” can create/delete/update/sell the MRC401 belonging to the MRC400 project. can.
  2. When creating MRC401, you can designate up to 5 copyright holders and share the profits from the transaction with the copyright holders.
  3. You can finalize a transaction while creating a PFP.
  4. When registering for sale/auction, you can register information about the trading platform, and if you win the purchase/auction, the trading platform may receive a designated commission.

Detailed API history for these changes can be found at https://api.metacoin.network.

MRC400과 MRC401을 이용한 NFT 프로토콜 업데이트 내역을 알려드립니다.

PFP(Profile Picture) NFT 를 만들고 판매할 때 많은 분들이 고민하고, 블록체인이 아닌 기존의 DB 상에서 처리한 부분들이 있습니다.

  1. 먼저 NFT를 생성할 수 있는 권한은 한 사람에게만 있습니다.
    이 문제는 PFP를 생성할 때 많은 크리에이터가 이미지를 만드는데 정작 NFT는 사람은 한 사람이 만들기 때문에 생깁니다.
    PFP에 추가적인 데이터를 기록할 때 이 문제가 두드러집니다.
  2. NFT 전체가 아닌 PFP별로 저작권자를 지정하여 수익을 공유하고자 할 때 블록체인에서 처리하는 것이 아니라 거래 플랫폼에서 처리해야 합니다.
    거래 플랫폼을 이용하지 않는 경우 수익이 누락될 수 있습니다.
  3. 많은 수의 PFP를 미리 생성해 놓은 뒤 불필요한 TX를 유발하고 판매하거나 구매할 때 생성, 판매, 구매의 단계를 거쳐야 하며, 이 때 구매자는 오랜 시간을 기다리게 됩니다.
  4. 거래 플랫폼에 수수료를 지불하는 수단이 블록체인 상에서 이루어지지 않아 일단 거래 플랫폼에 구매 금액을 지불하고, 거래 플랫폼에서 수수료를 제외한 금액을 다시 전송받아야 합니다.

이러한 문제들을 해결하기 위하여 오랜 기간 동안 고민하여 다음과 같이 업데이트하였습니다.

  1. 잊고 계셨겠지만. 하나의 프로젝트에 포함된 NFT(PFP 포함)를 생성할 때 공통된 정보를 저장해주는 MRC400에 “Partner”를 지정할 수 있고 “Partner”는 MRC400 프로젝트에 속하는 MRC401을 생성/삭제/갱신/판매할 수 있습니다.
  2. MRC401을 생성할 때 저작권자를 5명까지 지정하여 거래시 수익을 공유할 수 있습니다.
  3. PFP를 생성하면서 거래를 체결할 수 있습니다.
  4. 판매/경매 등록시 거래 플랫폼에 대한 정보를 등록할 수 있고, 구매/경매 낙찰이 된 경우 거래 플랫폼은 지정된 수수료를 받을 수 있습니다.

이러한 변경사항에 대한 자세한 API 내역은 https://api.metacoin.network 에서 확인할 수 있습니다.

--

--