> For the complete documentation index, see [llms.txt](https://help.minted.network/minted-help-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minted.network/minted-help-centre/creators/royalties/using-cronos-explorer-to-set-royalties.md).

# Using Cronos Explorer to set royalties

NFT collection owners can adjust creator earnings on-chain with [Cronos Explorer](https://explorer.cronos.org/).

### Method 1 <a href="#h_422d87badf" id="h_422d87badf"></a>

1. Launch [Cronos Explorer](https://explorer.cronos.org/) in your preferred web browser.
2. Enter the collection’s contract address in the Cronos Chain Explorer section.
3. Click ***Contract*** in the Contract Overview section and select ***Write Contract***.<br>

   <figure><img src="/files/McVYllgfpAJLjziflCWg" alt=""><figcaption></figcaption></figure>
4. **Connect to Web3** with your preferred wallet.
5. Scroll down the list and update the royalties setting section `updateRoyalty`.\
   \&#xNAN;*\*if you’re not able to find this section, consider using Method 2 below.*
6. Click ***Execute*** to confirm the update.

***

### Method 2 <a href="#h_55850f713a" id="h_55850f713a"></a>

1. Open the [royalties setter](https://explorer.cronos.org/address/0x6D6d40D8a8b216251A485B9Bc9685DD8a9FE18BB#code) in your preferred web browser and head to **Contract** -> **Write Contract**
2. **Connect to Web3 with** your wallet. *Note that functions are only executable by the smart contract owner or administrator.*
3. Select the function that is applicable to your role:
   1. `updateRoyaltyInfoForCollectionIfAdmin`: If your contract does not have an owner or setter, but it **has an admin**.
   2. `updateRoyaltyInfoForCollectionIfOwner`: If your contract does not have a setter, but it **has an owner**.
   3. `updateRoyaltyInfoForCollectionIfSetter:` If you have already set royalties previously and are currently **editing** them.
4. Fill in the required information for your selected function:

   <figure><img src="/files/FOvofCOZoV0nUp6D4RPu" alt=""><figcaption></figcaption></figure>

   * **Collection address** - Your collection’s contract address.
   * **Setter address** - The address that you would like to use to manage the collection. Can be the same as the owner or admin.
   * **Receiver address** - The address that receives your royalties. You’re not recommended to input the same address for both the receiver and setter fields, as this would cause a potential operational security risk.
   * **Fee** - The royalty percentage that you would like to receive in uint256 standard. E.g. 500 = 5%, 1,000 = 10%.
5. Click ***Execute*** to submit. You will then be asked to pay gas fees and confirm the transaction in your wallet.

Creator royalty above 13% will cause a bad\_request error. See [*What are the potential causes of BAD\_REQUEST error?*](/minted-help-centre/faqs/troubleshooting.md#h_4c556a7c0e) for more information.

***

*Disclaimer: Minted bears no responsibility or obligation to set royalties for collections listed on our platform. For collections where royalties have not been set by the collection owners, Minted will not set, accrue, charge or collect royalties on behalf of the collection owners.*

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.minted.network/minted-help-centre/creators/royalties/using-cronos-explorer-to-set-royalties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
