Onchain Atlas

Creator Royalties

A slice of every resale of a digital asset is automatically routed back to its original creator.

Also called: secondary sale royalties · on-chain royalties · royalty enforcement

What it is

Creator royalties are a rule, encoded either in a smart contract or enforced by a marketplace, that pays the original creator of an NFT (or other tokenized asset) a percentage of every subsequent resale, not just the first sale. The idea is to give creators an ongoing stake in the value they created, similar to a musician earning royalties every time a song is played.

How it works

  1. A creator mints an NFT (or a fractional/creator-linked token) through a contract that stores a royalty rate — commonly 2.5% to 10% — and a payout address.
  2. When the asset is listed for resale, either the marketplace or the token contract itself checks the sale price against the stored royalty terms.
  3. On execution of the trade, the sale proceeds are split at the point of settlement: the royalty percentage is transferred to the creator's address, and the remainder goes to the seller.
  4. Enforcement varies by design. Some standards (like EIP-2981) only advertise a royalty rate as metadata — marketplaces can choose to honor it or ignore it. Other designs make royalties mandatory by requiring transfers to route through a contract-controlled function, or by only allowing trades on marketplaces that whitelist royalty-respecting logic.
  5. Some newer mechanisms tie royalties to a bonding curve or auction format (as seen with platforms like Cent/Valuables) where the royalty is baked into the price curve itself, so it can't be bypassed without bypassing the sale mechanism entirely.

Why designers use it

  • Aligns creator incentives with long-term value: creators benefit from an asset appreciating, not just its first sale.
  • Creates a recurring revenue stream for creators, funding ongoing work (art, game content, community building).
  • Signals commitment: buyers may trust assets more if creators have skin in the game long after minting.

Failure modes

  • Royalty evasion: marketplaces that don't enforce EIP-2981-style royalties let traders route around them entirely; several major NFT marketplaces made royalties "optional" in 2022-2023, collapsing creator income overnight.
  • Wash trading incentives invert: if royalties are paid on-chain regardless of real buyer intent, some actors fake sales to farm airdrops or rewards rather than pay them.
  • Liquidity fragmentation: enforcing royalties by whitelisting only "compliant" marketplaces can push volume to a rival venue that doesn't honor them, splitting liquidity and hurting price discovery.
  • High royalties kill secondary volume: rates set too high (>10%) make flipping unattractive, causing the secondary market to dry up entirely.

What to check before using it

  • Does the royalty rate get enforced on-chain, or is it just optional metadata that any marketplace can ignore?
  • What happens if a large marketplace decides not to honor it — do you have a fallback (e.g., contract-level transfer restrictions)?
  • Is the royalty rate competitive with comparable collections, or high enough to push traders to non-compliant venues?
  • Who controls the payout address, and can it be changed later without holder consent?
  • Does the mechanism distinguish real trades from wash trades if royalties feed into other reward systems?

Experiments that used it · 3

Shown oldest first, so you can watch the design evolve.

Cent (Valuables)
Cent's Valuables marketplace let anyone bid on any tweet and let the tweet's author mint and sell it as an 'autographed' NFT — producing the $2.9M Jack Dorsey first-tweet sale before collapsing under counterfeit-content fraud and evaporating resale value.
2020 technically successful commercially unsuccessful
Friendzy
A Solana fork of friend.tech that tokenized X accounts into freely transferable 'Creator Keys' on a gentler bonding curve, did ~$1M volume in its first week, then bled to near-zero users and a lapsed domain within a year.
2023 abandoned
Fantasy.top
A SocialFi trading-card game on Blast (later Base) that turned Crypto Twitter influencers into tradable NFT hero cards scored by their real X engagement — a viral 2024 hit that never found durable product-market fit and wound down in mid-2026.
2024 partial success