# Step 3: Revenue Split and Royalties

{% hint style="danger" %}
**Note:** While price, sale state and allowlists can be changed after deployment with a gas fee, **revenue split cannot be changed after deployment.**
{% endhint %}

## Primary Sales **(Mint)**

When your users mint their tokens, this is considered a primary sale. By default, Bueno will configure that 95% of the minting proceeds go to the wallet you are connected with, while the remaining 5% goes to Bueno as a service fee. If you don't charge for your tokens, this section will not be relevant to you and can be ignored.

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

If you would like greater control into how primary sale proceeds are distributed, you can add up to 4 wallets to split the fees. Keep in mind the final percentages must add up to 100%.

## **Secondary Sales (Royalties)**

Once a token is minted in the primary sale phase, it will automatically begin to appear on most popular marketplaces, including OpenSea. This will let your token holders re-sell the tokens they minted from you, and as the creator of those tokens, you can specify a royalty percentage that should be paid to a wallet of your choosing.&#x20;

Some marketplaces will automatically enforce the royalty percentage you've set, but others may not. Additionally, some marketplaces may require a request to list on their marketplace.&#x20;

Most creators will primarily use OpenSea to collect royalties. Keep reading for more information about OpenSea's latest royalties update!

### **OpenSea's Operator Filter Registry Update for Bueno Contracts**&#x20;

As of November 8, 2022, OpenSea is enforcing on-chain royalties with their **Operator Filter Registry**. If you do not opt-in, OpenSea will still list your collection, **but they will not enforce royalties settings**.&#x20;

You can opt into it by toggling on **Enforce Royalties** when deploying the contract. **This will subscribe you to OpenSea's Operator Filter Registry to prevent your tokens from being traded on marketplaces that do not enforce creator royalties.** &#x20;

<figure><img src="/files/3eJrE3I4gHERv1GI7PJ4" alt=""><figcaption></figcaption></figure>

You can learn more about the change in [OpenSea's official support docs](https://support.opensea.io/hc/en-us/articles/1500009575482).


---

# Agent Instructions: 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:

```
GET https://docs.bueno.art/smart-contract-deployer/contract-creation/step-3-revenue-split-and-royalties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
