> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/overdare/policy/overdare-monetization-guidelines.md).

# Monetization Guidelines

OVERDARE is a platform that supports creative and innovative content creators in generating revenue from their work. These guidelines have been prepared to ensure fair and transparent revenue sharing between creators and OVERDARE.

## **Monetization**

* The main current revenue model involves creating and selling Avatar items within the OVERDARE App.
* Items created and registered by creators in the Creator Hub undergo a review by the operations team. Once approved, they are granted permission to be sold.
* Creators can check their earnings in the “Payout” section of the Creator Hub, and the amount that can be settled is shown as “Earned BLUC.”

## **Revenue Sharing Structure**

### Avatar items

OVERDARE distributes revenue from Avatar item sales between the creator and the platform at the following rates:

* Creator Revenue: 30% of the sale price.
* Platform Fee: 70% of the sale price (includes platform operating and investment costs)
* Example:\
  If a creator sells an item for 100 BLUC, the creator receives 30 Earned BLUC, and OVERDARE collects 70 BLUC as the platform fee.

### In-World Items and World Assets

World Products can be purchased using BLUC, and creators can generate revenue through World Product sales.

{% content-ref url="/pages/sh7aSCa7yBWAfmjtp7Wv" %}
[World Product Guidelines](/overdare/policy/world-product-guidelines.md)
{% endcontent-ref %}

## **How to Generate Revenue**

### Selling Content

After review is completed, creators can set or change the price and quantity of items in “My contents” within the Creator Hub, and they can choose to display or hide the items for sale.

## **Payout Procedures**

Please refer to :

{% content-ref url="/pages/vr6ch6YtxNR1LTThGpf2" %}
[Creator Payout Policy](/overdare/policy/creator-payout-policy.md)
{% endcontent-ref %}

## **Changes and Updates**

OVERDARE may revise its monetization policy in response to market conditions or policy changes. Any revisions will be announced in advance via the platform’s notices.


---

# 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://docs.overdare.com/overdare/policy/overdare-monetization-guidelines.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.
