> For the complete documentation index, see [llms.txt](https://docs.niftykit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.niftykit.com/~/changes/p2bVR9ibfgey1NJijVgj/nft-collections/our-smart-contracts/royalties/setting-royalties-on-nft-marketplaces.md).

# Setting Royalties on NFT Marketplaces

Learn how to set up and receive your royalties on NFT Marketplaces.

EIP-2981 Royalty Standard Smart Contracts created with NiftyKit (as of April 3, 2022) use the EIP-2981 Royalty Standard. EIP-2981 is a standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal support for royalty payments across all NFT marketplaces and ecosystem participants.

->  <https://eips.ethereum.org/EIPS/eip-2981>

**OpenSea's Operator Filter are also baked in within the smart contract.**&#x20;

### Opensea Contract-level Royalty Metadata

Opensea currently doesn't support the EIP-2981 standard. Royalty Percentages need to be set manually on Opensea. Navigate to the "Collection Editor" on Opensea and adjust the Percentage fee field under Royalties, as shown below.&#x20;

![](https://3542085034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyrUuRLqblqKRfJtuslV7%2Fuploads%2FHbRNcHs1W8WM1wwJjD85%2Fe541963-Screen_Shot_2021-08-05_at_9.21.44_PM.png?alt=media\&token=deb54f69-6197-46ac-afda-c9cf84af6a38)

* <https://docs.opensea.io/docs/10-setting-fees-on-secondary-sales>

### Blur & LooksRare

To have enforces royalties in Blur and Looksrare, the **owner of the collection** will have to do this:

Step #1: Go to <https://etherscan.io/address/0x9dC5EE2D52d014f8b81D662FA8f4CA525F27cD6b#code>

Step #2: Navigate to 4. `registerAndSubscribe`

<figure><img src="https://3542085034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyrUuRLqblqKRfJtuslV7%2Fuploads%2F5ihPWI0ciXL2LfdQbfSF%2Fimage.png?alt=media&amp;token=dc9bb0a8-11c0-4b08-8bc5-9a2f538719ba" alt=""><figcaption><p>Blocking/unblocking Blur and Looksrare</p></figcaption></figure>

Step #3: Fill in details

* registrant (address): Input your smart contract address
* subscription (address): Input `0x9dC5EE2D52d014f8b81D662FA8f4CA525F27cD6b` (This is Blur's filter which includes LooksRare blocking)

Step #4: Click "write" and confirm transaction

This change may take effect within 24 hours.&#x20;

### x2y2

To set your royalties in x2y2, follow the instructions here:

<https://docs.x2y2.io/guides/collection-management/manage-your-collection>
