Previous Versionsv0.2.0ERC Standards

ERC-2981

Outdated Version

You're viewing an older version (v0.2.0) The latest documentation is available for the current version. Click here to visit latest version.

ERC-2981 offers a way to keep track of NFT royalties across different platforms.

Royalty is the amount of money given to the owner of a particular asset (NFT in this case). Full definition: https://en.wikipedia.org/wiki/Royalty_payment [royalty].

This makes ERC-2981 useful for keeping track of royalty information across different platforms. It ensures that users don’t have to specify this information on every platform, and the information remains transparent on the blockchain.

Limitations and Considerations

  • Marketplace Enforcement: Some NFT marketplaces may not enforce royalties.
  • Manual Distribution: On-chain royalty tracking does not mean automatic payouts.
  • Gas Costs: Extra storage and computations can slightly increase gas fees.

Additional Resources