A corpus-level study of 191 NFT-related EIPs finds a Draft/Final-bifurcated ecosystem centered on ERC-721/ERC-1155 inheritance, heavy reuse of core functions, skewed contributor participation, and security risk growing with functional complexity.
ERC-20R and ERC-721R: Reversible Transactions on Ethereum
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Blockchains are meant to be persistent: posted transactions are immutable and cannot be changed. When a theft takes place, there are limited options for reversing the disputed transaction, and this has led to significant losses in the blockchain ecosystem. In this paper we propose reversible versions of ERC-20 and ERC-721, the most widely used token standards. With these new standards, a transaction is eligible for reversal for a short period of time after it has been posted on chain. After the dispute period has elapsed, the transaction can no longer be reversed. Within the short dispute period, a sender can request to reverse a transaction by convincing a decentralized set of judges to first freeze the disputed assets, and then later convincing them to reverse the transaction. Supporting reversibility in the context of ERC-20 and ERC-721 raises many interesting technical challenges. This paper explores these challenges and proposes a design for our ERC-20R and ERC-721R standards, the reversible versions of ERC-20 and ERC-721. We also provide a prototype implementation. Our goal is to initiate a deeper conversation about reversibility in the hope of reducing some of the losses in the blockchain ecosystem.
citation-role summary
citation-polarity summary
fields
cs.CR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
Understanding NFTs from EIP Standards
A corpus-level study of 191 NFT-related EIPs finds a Draft/Final-bifurcated ecosystem centered on ERC-721/ERC-1155 inheritance, heavy reuse of core functions, skewed contributor participation, and security risk growing with functional complexity.