🎉 Gate Square Growth Points Summer Lucky Draw Round 1️⃣ 2️⃣ Is Live!
🎁 Prize pool over $10,000! Win Huawei Mate Tri-fold Phone, F1 Red Bull Racing Car Model, exclusive Gate merch, popular tokens & more!
Try your luck now 👉 https://www.gate.com/activities/pointprize?now_period=12
How to earn Growth Points fast?
1️⃣ Go to [Square], tap the icon next to your avatar to enter [Community Center]
2️⃣ Complete daily tasks like posting, commenting, liking, and chatting to earn points
100% chance to win — prizes guaranteed! Come and draw now!
Event ends: August 9, 16:00 UTC
More details: https://www
ERC-6147: Analysis and Application Scenarios of the New Standard for NFT Property Separation
ERC-6147: Analysis of the Semi-Mandatory NFT Property Separation Standard
The Ethereum Improvement Proposal ERC-6147 was officially finalized on March 7, 2023. This standard is an extension of ERC-721, aimed at separating the ownership and transfer rights of NFTs and SBTs, and introduces a new "guardian" (Guard) role. This innovation makes applications such as NFT anti-theft, lending, leasing, and SBTs more flexible.
Background
One of the main challenges facing the NFT field is insufficient liquidity. This issue arises not only from the NFT protocols themselves but, more importantly, from how to give NFTs actual use value, rather than relying solely on market speculation. The existing problems with NFT protocols include:
Property coupling: High-value NFTs tend to be safe havens, leading to inconvenience in use.
When borrowing NFT, the owner loses the right to use it.
SBT is bound to the Ethereum address, and it is difficult to recover if the private key is lost.
ERC-6147 Operating Mechanism
Guard role
ERC-6147 defines the Guard( Guardian) role, which includes the guardian address and expiration time. Only the current owner of the NFT or an address with withholding permissions can set the Guard. There are the following restrictions when setting the Guard:
Guard information can be queried through the guardInfo method and will automatically expire after the due date.
Guard permissions
Forced Transfer Rights: After setting the Guard, only the Guard can transfer the NFT.
The original holder retains only the holding rights and loses the transfer rights.
Signatures on the trading platform remain valid but cannot be transferred in practice.
The Guard can use the transferAndRemove method to clear Guard information after the transfer.
The Guard can transfer the guard power through the changeGuard method.
Guard limit
Guard cannot set up automatic deduction authorization.
Guard cannot set Approve to prevent abuse after transferring the return rights.
Summary
Compared to ERC-4907, ERC-6147 has been optimized in terms of compatibility:
ERC-6147 provides a semi-mandatory solution for the separation of NFT ownership rights, which is expected to play an important role in scenarios such as theft prevention, lending, and leasing.