NMKR Docs
ProductsContact
English
English
  • Welcome to NMKR Docs
  • Introduction
    • About NMKR
    • Powered by NMKR
    • What is an NFT?
      • What is IPFS?
    • Why Cardano?
  • NMKR Studio
    • Introduction - NMKR Studio
    • Features Overview
    • 🖥️Learn NMKR Studio in 3 minutes
      • Basic Workflow
    • How to - Quick Start Tutorials
      • Quickstart Full Video Tutorial
      • Guidelines Planning a Project
      • How To Add Tokens
      • How to set up Metadata
      • How To Sell Tokens
      • How To Set Up Sales Conditions
      • How To Do a Reveal
      • How To Burn Tokens
      • How To Enable Royalties
      • How To Enable DIDs
      • How To Set up Whitelisting
      • How to Airdrop Tokens
    • Pricing
    • Account
      • Registration & KYC
      • Security
      • Wallets
      • Mint Coupons
      • Dashboard
      • Transactions
      • Invoices
      • API Keys
    • Project
      • Policy
        • Managing policies
      • Create
      • Edit
      • Metadata Template
      • Statistics
      • DID - Decentralized Identifier
      • Notifications
      • Royalties
      • Additional Payout Wallets
      • Affiliate links
      • Export Metadata as Zip
      • Export NFT as csv
      • Mint and Send Jobs
      • Export placeholder.csv
    • Token
      • Manage Tokens Tab
      • Upload
        • Upload single tokens
        • Bulk Upload Files and Metadata
          • Bulk Upload via Drag and Drop
          • Bulk upload via SFTP
      • Edit
      • Metadata
        • Add Token-specific Metadata
        • Fingerprint (Metadata preview)
        • Metadata Check
        • Metadata Standard for fungible Tokens
        • Fully on-Chain NFTs
          • Partial URL-Encoding
        • CIP-68
      • Duplicate
      • Delete
      • Burn
      • Update (Edit after Mint / Reveal)
    • Set up Sales
      • Manage prices / Pricelist
        • Create new Prices
        • Free Drops
        • Custom Token payment
        • Discounts
      • Sales Conditions & Whitelisting
        • Sales conditions depending on policy ID or stake pool
        • Whitelist with Count
        • Blacklist
        • Test Sales Condition
      • Block Tokens
      • NMKR Pay
        • Set up NMKR Pay
        • MultiSig Payment
        • Website Integration
        • Specific Payment Links
        • Manual sending in NMKR Pay
        • FIAT ETH and SOL Payment
      • Pay-In Address
      • Auction
    • Minting
      • Minting on Demand
      • Manual Minting
      • Airdropper
        • Airdrop with random distribution
        • Airdrop with specific distribution
    • Tools
      • Managed Wallets
      • Split Addresses
      • Direct Sales
      • Policy Snapshot
      • Integrations & Plugins
        • NFT Pal
        • Zapier
    • Testnet
      • Create Testnet Account
      • Testnet Wallet & tADA
      • Testnet API Swagger
  • NMKR Studio API
    • Introduction - NMKR Studio API
    • API Features
    • Swagger API Endpoints
    • Get started with the API
    • API Swagger
      • Get Started with the Swagger
      • Swagger Responses and Error Codes
    • API Examples
      • Users
        • Payout Wallets
        • Subcustomers
      • Project
        • Create Project
        • Upload File and Metadata
      • Payment
        • Create unique NMKR Pay Link for random Token sales
        • Create NMKR Pay Link for specific Token sales
        • Get Payment Address for single NFT sales with native Tokens
        • Create NMKR Pay Link for a multi-specific Tokens sale
      • Minting
        • Manual Minting
      • Smart Contract
        • Secondary Sales via NMKR Pay
    • API Open Source Contributions
  • NMKR Mint
    • Introduction - NMKR Mint
    • Mint single NFTs
    • Mint Collection
  • NMKR Playground
    • Introduction - NMKR Playground
    • ADA Payment Link
    • Paperwallet
  • NMKR Pool
    • What is Staking?
    • Stake with NMKR Pool
  • Helpful Links
    • Cardano NFT Ressources
    • Cardano Resources
    • Cardano Wallets
    • Open Source Repositories
    • Security Practices
    • Deal with Bots
Powered by GitBook
On this page
  • What are royalties?
  • Set up royalties for your project.
  • Edit/remove the royalty settings
  • Check Royalty settings
  1. NMKR Studio
  2. Project

Royalties

NFT royalties pay you a percentage of the sale price when your NFT creation is sold on a marketplace.

PreviousNotificationsNextAdditional Payout Wallets

What are royalties?

Royalties are a great way to create extra revenue for you project by earning a fixed percentage of secondary-market trades that occur on participating marketplaces. Royalties are applied to a specific Policy ID/Wallet Address Pair and apply to all NFTs minted under that policy. On Cardano we use the . This proposed standard will ensure that royalties are distributed uniformly across the secondary market space. It is simple to implement and does not require the use of a smart contract. However, it is scalable enough to allow the asset creator to use a downstream smart contract. It was created with the input of Artano, BuffyBot, CNFT.io, Digital Syndicate, Fencemaker, MADinArt, NMKR formerly NFT-Maker.io, Hydrun, Tokhun, and many more.

Set up royalties for your project.

Access the Royalties via the "Collection Token" button in the actions bar of your project.

It is possible to mint the royalty token and the DID at the same time, so you only pay 1 mint coupon.

The token will be minted and directly burned after you click 'Mint royalty token' and confirm the creation of the token. This is the standard procedure for maintaining the correct total supply of tokens on the policy.

Edit/remove the royalty settings

Specify the new address and percentage in the following tab and click on mint. To remove the royalties from the policy, please use the percentage "0,0%".

Check Royalty settings

{
  "777": {
    "rate": "0.2",
    "addr": "0x616796190577269c59e85fae13708fcfe602124de63cd7e339d01444c"
  }
}

The 'rate' field displays the specified percentage. A rate of "1.0" would be 100%. The following address can be divided into two parts. Each line of metadata has a character limit of 63 characters, which is why it may be written in an array.

Please keep in mind that secondary markets do not regularly support Royalties for .

Before setting up royalties please note that the percentage and the receiving address can not be changed after the is locked and the royalties can't be removed from the policy. Therefore it could make sense to use a as it brings more felxibility at least about the distribution of the royalty revenue. Please keep in mind that the royalties apply to the policy ID and thus to every token minted under this policy ID. As a result, minting another royalty token for a is unnecessary. Some secondary markets will ONLY be compatible with Royalties IF it was the first Token Minted related to the project, this is why we only allow the minting of a royalty token to unused policies.

Minting a royalty token will take one . After clicking the button in the actions bar of your project, you will be asked to submit a receiving address, which could also be a and to specify a royalty percentage.

The royalty settings like address and percentage can be edited as long as the isn't locked. Please just repeat the process of minting a royalty token again.

If you need to check your royalty settings afterwards on-chain, you can search your policy ID on . The royalty token is the very first token on your policy and has no asset name. Go to the assets mint transaction and then view the metadata tab. By clicking on the metadata row, you will expand the full details:

Fungible Tokens
policy
Split Address
duplicated project
mint coupon
Split Address
policy
Cardanoscan.io
CIP-0027 Royalty Standard
Specify the royalty percentage and submit your receiver address