Royalties

Repair royalty free orders to be fully royalty compliant on your app.

Reservoir is committed to preserving creator royalties, and we believe the key to achieving this is by finding pragmatic solutions that balance the needs of different stakeholders.

Reservoir's Normalized Royalties is one such solution that enables developers to automatically repair aggregated orders from non-royalty compliant marketplaces by calculating the missing royalties and adding them on top. Our open source marketplace project and reservoir.market have normalizeRoyalties enabled by default.

How does it work?

For supported exchanges we calculate the missing royalty by comparing the royalty fee included in the order to the default royalty. The default royalty is the maximum royalty across all royalty standards we support (eg. OpenSea off-chain royalties and the royalty registry). If normalizeRoyalties is enabled Reservoir will automatically return the new price of token with missing royalties added on top.

Currently normalizeRoyaltywill impact orders from OpenSea, LooksRare and X2Y2. As we add additional non-royalty compliant exchanges they will automatically support normalized royalties (eg. Sudoswap and Blur).

How do I enable Normalized Royalties?

Via ReservoirKit

If you are using ReservoirKit UI or the Reservoir SDK packages, they can both be configured to normalizeRoyalties globally or on a case by case basis. These changes will impact everything from the hooks to the execution of orders.

Via APIs

If you are using our APIs you can add the normalizeRoyalties parameter to configure getting orders/pricing information with normalized royalties. Here are the supported endpoints:

AsksV3
BidsV4
UserTopBidsV1
CollectionsV5
TokensV5
StatsV2
BuyV6
SellV6