ERC-2981: NFT Royalty Standard
ERC-2981 addresses the challenge of interoperable royalty payments for non-fungible tokens across decentralized marketplaces. Prior to this standard, each markeAbstract
ERC-2981 addresses the challenge of interoperable royalty payments for non-fungible tokens across decentralized marketplaces. Prior to this standard, each marketplace implemented proprietary royalty systems, creating silos that inhibited cross-platform creator compensation. This standard proposes a simple, universal function, ‘royaltyInfo()’, which allows any marketplace to query the token contract for royalty information, including the recipient address and the royalty amount based on a percentage of the sale price. By standardizing this communication, ERC-2981 enables creators to maintain consistent revenue streams regardless of where their assets are traded. This technical specification is critical for the long-term viability of the NFT ecosystem as it aligns the interests of creators, collectors, and platforms, fostering a more sustainable creator economy through automated, on-chain value redistribution. Authors: Zach Burks, James Morgan, Blaine Malone, James Williams Publication: Ethereum Improvement Proposals Publication date: 2020-01-01Key findings
- Standardization enables cross-marketplace royalty enforcement for the first time.
- Implementation is lightweight and requires minimal overhead for NFT developers.
- The standard relies on voluntary adherence by secondary market platforms.
- It provides a clear mechanism for determining beneficiary and payment percentage at the point of sale.
Citation
Zach Burks, James Morgan, Blaine Malone, James Williams (2020). ERC-2981: NFT Royalty Standard. Ethereum Improvement Proposals. https://eips.ethereum.org/EIPS/eip-2981Related knowledge
- Automated Market Maker — glossary
- Automated Market Maker — related-glossary
- Beacon Chain — glossary
- Beacon Chain — related-glossary
- Constructor — glossary
- Constructor — related-glossary
- Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis — article
- Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis — related-article
- DeFi vs. TradFi in 2025: Who’s Winning the Battle for Financial Freedom? — article
- DeFi vs. TradFi in 2025: Who’s Winning the Battle for Financial Freedom? — related-article
- Factory Contract — glossary
- Factory Contract — related-glossary
- Layer 3: The Next Frontier in Blockchain Scalability — article
- Layer 3: The Next Frontier in Blockchain Scalability — related-article
- LP Token — glossary
- LP Token — related-glossary
Canonical knowledge ID:
research:erc-2981-nft-royalty-standard