diff --git a/docs/guides/builder-protocol-rewards.mdx b/docs/guides/builder-protocol-rewards.mdx index 547cdb9..3a85f10 100644 --- a/docs/guides/builder-protocol-rewards.mdx +++ b/docs/guides/builder-protocol-rewards.mdx @@ -33,15 +33,15 @@ _Diagram for Builder Protocol Rewards_ 1. **Builder DAO Reward** - 2.5% Builder DAO, the DAO responsible for developing and maintaining the protocol, receives this reward. Learn more about Builder DAO [here](https://nouns.build/dao/ethereum/0xdf9b7d26c8fc806b1ae6273684556761ff02d422/407?tab=about). -2. **Auction Referral Reward** - 2.5% - The auction referral reward goes to the client that facilitates the auction. +2. **Referral Reward** - 2.5% + The referral reward goes to the client that facilitates the auction. Examples: - If the auction takes place on https://nouns.build, then the reward goes to Builder DAO which maintains and develops the client. - If the auction takes place on another website, then the reward goes to the wallet address that is designated by the developer of that website.
\* Websites that want to claim this reward must call the `createBidWithReferral` function on the upgraded contract and pass the reward recipient as the `_referral` parameter. -3. **Founder Reward** - _Optional and controlled by individual DAOs_
+3. **Auction Reward** - _Optional and controlled by individual DAOs_
DAOs can choose to distribute up to 50% of the auction revenue to its founder(s). This can be applied at the time of DAO creation or post-creation. If post-creation, then the DAO can vote on a proposal to assign this reward. --- diff --git a/static/img/guides/builderGuide/builderProtocolRewards.png b/static/img/guides/builderGuide/builderProtocolRewards.png index c3f1fe9..ca60411 100644 Binary files a/static/img/guides/builderGuide/builderProtocolRewards.png and b/static/img/guides/builderGuide/builderProtocolRewards.png differ