Counted NFT Transfers
Qin Wang, Minfeng Qi, Guangsheng Yu, Shiping Chen

TL;DR
This paper introduces ERC-7634, a standard extension for NFTs that enables bounded transferability with a programmable transfer limit, impacting market behavior, security, and ownership dynamics.
Contribution
The paper proposes ERC-7634, a minimal, backward-compatible extension to ERC-721 that supports finite transfer limits and analyzes its economic and security implications.
Findings
Moderate transfer limits affect fewer than 15% of tokens.
Repeated manipulation becomes unprofitable after a few cycles.
Gas overhead remains below 11% per transfer.
Abstract
Non-fungible tokens (NFTs) on Ethereum currently follow a binary mobility paradigm: ERC-721 enables unrestricted transfers, whereas SBTs (ERC-5192) prohibit transfers entirely. We identify a design gap in which no standard mechanism supports bounded transferability, where ownership mobility is allowed but limited to a finite number of programmable transfers. We study counted NFT transfers and introduce ERC-7634 as a minimal realization compatible with ERC-721. The design augments each token with a transfer counter and configurable cap L, allowing ownership to evolve under a finite transfer budget. ERC-7634 defines a minimal extension interface with three lightweight functions (transferCountOf, setTransferLimit, and transferLimitOf), two events, and native-transfer hooks, requiring fewer than 60 additional lines of Solidity while preserving full backward compatibility with existing NFT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security · Scientific Computing and Data Management · Advanced Data Storage Technologies
