# Editing Royalties

If your NFT collection does not implement [ERC2981](https://eips.ethereum.org/EIPS/eip-2981), or if you wish to update existing royalty settings, you can do so by deploying a *royalty override* contract and registering it with the Royalty Registry.

## Deploying a Royalty Override

In order to set royalties using an override, you must first deploy a dedicated override contract using the [Override Factory](https://tuber.build/address/0xCCaeCEDeD554e1e1cE31e6B703e67E456E7f2b7B):

### 1. Navigate to the [Royalty Override Factory](https://tuber.build/address/0xCCaeCEDeD554e1e1cE31e6B703e67E456E7f2b7B) on the Canto Explorer

### 2. Select the "Write Contract" tab and connect your wallet

### 3. Under `createOverrideDefaultOnInitUnlinked`, enter the royalty rate *in bps* (e.g. 500 for 5%) and the address that should receive the royalties

<figure><img src="https://2491018787-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyMxmCqE5Azr03FzCYG5q%2Fuploads%2Frmrnye982uW3sPNphoKz%2FScreenshot%202023-09-06%20at%2021.07.47.png?alt=media&#x26;token=eee7b118-8065-4eb2-a759-4f342abc016d" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Royalties may be paid in various ERC20 tokens. When configuring a royalty override, ensure the recipient address can receive ERC20 tokens.
{% endhint %}

### 4. Click "Write" and confirm the transaction in your wallet

When the transaction confirms, find it on the Canto Explorer. In the "Logs" section, you'll see the address at which the override was deployed.

<figure><img src="https://2491018787-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyMxmCqE5Azr03FzCYG5q%2Fuploads%2FVHxxJo28VOxr4SDfgA57%2Froyalty-override-logs.png?alt=media&#x26;token=77bfdbae-c4f4-4c30-8f2b-e430d7a2f39c" alt=""><figcaption></figcaption></figure>

## Registering an Override

Once the override contract has been deployed, you must register it with the Royalty Registry:

### 1. Navigate to the [Royalty Registry ](https://tuber.build/address/0xdd54149aEa7e1964DF4C030DE78E232CD3a2F20A)on the Canto Explorer

### 2. Select the "Write Contract" tab and connect your wallet

### 3. Under `setRoyaltyLookupAddress`, enter the addresses of your NFT collection and override contract, respectively

<figure><img src="https://2491018787-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyMxmCqE5Azr03FzCYG5q%2Fuploads%2F1cugwJyS0ixzsNrB9llG%2FScreenshot%202023-09-06%20at%2021.48.03.png?alt=media&#x26;token=5285de1f-5d3c-46ac-9d90-ccaec6b87e7f" alt=""><figcaption></figcaption></figure>

### 4. Click "Write" and confirm the transaction in your wallet

Blank Rasa will begin using the royalty rate specified in the royalty override immediately.
