Skip to content
HodlCue

Reference

NFT Royalties

NFT royalties are automated fee allocations paid to the original token creator whenever a non-fungible token is resold on a secondary market platform.

How NFT Royalties Work

When an artist or creator mints an NFT, they define a specific payout address and a royalty percentage, typically ranging between 2.5% and 10% of the total transaction value. When a secondary collector resells that asset, the marketplace protocol routes the designated fee slice directly to the creator wallet while settling the remaining purchase balance with the seller.

To create consistency across various decentralized applications, developers frequently implement standardized contract interfaces such as Ethereum Improvement Proposal 2981 (EIP-2981). This standard provides a unified way for smart contracts to signal royalty recipients and payout amounts across different platforms. However, because underlying token transfers can occur directly between wallets, traditional base-layer token standards do not automatically execute financial transfers on peer-to-peer sends. Consequently, royalty settlement relies on marketplace compliance, custom execution registries, or programmable transfer-restriction layers embedded within newer smart contract architectures.

Enforcement Models and Market Dynamics

The mechanics of creator earnings vary based on the trading environment and protocol rules chosen by creators and platforms:

  • Onchain Standards (EIP-2981): Signals royalty parameters directly through token metadata, allowing compliant decentralized exchanges and aggregators to compute exact amounts per trade.
  • Platform-Level Enforcement: Relies on marketplace-specific operator filters or offchain policy settings to honor creator payout preferences during checkout.
  • Programmable Allowlist Contracts: Restricts NFT transfers exclusively to trading venues that enforce royalty collection at the smart contract level.

A key distinction in web3 economics exists between primary sales revenue and secondary royalties. Primary revenue represents the initial purchase price paid directly to the creator during the initial mint or public drop. Royalties, by contrast, apply to downstream resales among subsequent collectors, creating a recurring revenue stream tied to asset liquidity and market interest.

Related terms

Back to glossary