Skip to main content
Immutable’s ecosystem enforces royalty fees to content creators when assets are bought and sold. Royalty fees are set during minting and configured in the smart contract.

Contracts Repository

View royalty implementation source code

How Royalties Work

When an NFT or SFT is sold on the secondary market, a royalty fee automatically directs a portion of the transaction value to the original creator.
Royalty fees are optional—it’s up to the collection owner. If set, Immutable’s ecosystem enforces payment.

Setting Royalties

Via Hub

  1. Go to HubContractsDeploy
  2. Select your contract type (ERC-721 or ERC-1155)
  3. Configure:
    • Royalty Recipient: Address to receive royalties
    • Royalty Percentage: Percentage of sale price (e.g., 5%)
  4. Deploy contract

Via Code

Fee Splitter

For distributing royalties to multiple recipients, use the Fee Splitter contract.

Fee Splitter Contract

View the Fee Splitter source code

Key Features

  • Multi-Recipient Support: Allocate fees to multiple recipients
  • On-Chain Transparency: Wallet addresses and shares stored on-chain
  • Gas Efficiency: More efficient than real-time splitting

How It Works

  1. Set the Fee Splitter contract as your royalty recipient
  2. Configure recipients and their percentage shares
  3. Fees accumulate in the Fee Splitter contract
  4. Call releaseAll() to distribute accumulated fees

ERC-20 Allowlist

The Fee Splitter includes an allowlist for accepted tokens:
Unlisted tokens sent to the Fee Splitter won’t be distributed until added to the allowlist.

Updating Allocation

Admin users can update fee allocation. When updated:
  • All unreleased fees are redistributed according to the new configuration
  • Existing minted assets automatically use the new configuration
Call releaseAll() before changing allocation to distribute fees according to the original configuration.

Multiple Fee Splitters

Different scenarios require separate Fee Splitter contracts:

Royalty Enforcement

Royalties are enforced through the Operator Allowlist. Only allowlisted marketplaces (like Immutable’s Orderbook) can transfer tokens, ensuring royalties are always paid.

Operator Allowlist

Learn how royalty enforcement works

Deploy Contract

Deploy a contract with royalties

Next Steps

Operator Allowlist

Learn about royalty enforcement

Deploy Contracts

Deploy via Hub with royalties

Contracts Overview

Explore contract options

Orderbook

Enable secondary trading