> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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 marke

# 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 marke

## Abstract

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-01

## Key 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-2981](https://eips.ethereum.org/EIPS/eip-2981)

## Related knowledge

* [Automated Market Maker](/generated/v2/glossary/automated-market-maker) — glossary
* [Automated Market Maker](/generated/v2/glossary/automated-market-maker) — related-glossary
* [Beacon Chain](/generated/v2/glossary/beacon-chain) — glossary
* [Beacon Chain](/generated/v2/glossary/beacon-chain) — related-glossary
* [Constructor](/generated/v2/glossary/constructor) — glossary
* [Constructor](/generated/v2/glossary/constructor) — related-glossary
* [Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis](/generated/v2/topics/decentralized-identity-how-blockchain-is-solving-the-digital-identity-crisis) — article
* [Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis](/generated/v2/topics/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?](/generated/v2/topics/defi-vs-tradfi-in-2025-whos-winning-the-battle-for-financial-freedom) — article
* [DeFi vs. TradFi in 2025: Who’s Winning the Battle for Financial Freedom?](/generated/v2/topics/defi-vs-tradfi-in-2025-whos-winning-the-battle-for-financial-freedom) — related-article
* [Factory Contract](/generated/v2/glossary/factory-contract) — glossary
* [Factory Contract](/generated/v2/glossary/factory-contract) — related-glossary
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — related-article
* [LP Token](/generated/v2/glossary/lp-token) — glossary
* [LP Token](/generated/v2/glossary/lp-token) — related-glossary

***

**Canonical knowledge ID:** `research:erc-2981-nft-royalty-standard`
