> For the complete documentation index, see [llms.txt](https://nftube.gitbook.io/nftube/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftube.gitbook.io/nftube/introduction/problem-statement.md).

# Problem Statement

The streaming industry, including platforms like OnlyFans and other mainstream platforms, generates staggering revenue, with the global pornography industry alone estimated to be worth $97 billion. However, a significant concern arises from the current revenue distribution model, which often leaves content creators with only a fraction of their rightful earnings.

While the industry thrives on the creativity and dedication of content creators, the existing platforms typically share a mere 50% of the generated revenue with these individuals who fuel their success. This inequitable revenue sharing leaves creators struggling to fully monetize their content and achieve fair compensation for their hard work.

{% content-ref url="/pages/jSrYwcnDWqikS5qJ8Tgd" %}
[Unfair Revenue Distribution](/nftube/introduction/problem-statement/unfair-revenue-distribution.md)
{% endcontent-ref %}

{% content-ref url="/pages/1uuiMSpJiOwuZRbSo181" %}
[Lack of Control and Independence](/nftube/introduction/problem-statement/lack-of-control-and-independence.md)
{% endcontent-ref %}

{% content-ref url="/pages/ElgADY3v3IJWKd0MOmE2" %}
[Dependence on Advertising and Subscription Fees](/nftube/introduction/problem-statement/dependence-on-advertising-and-subscription-fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/0oQ4U2UiEc1TQUbEYYOs" %}
[Restrictions and Censorship on Web2 Platforms](/nftube/introduction/problem-statement/restrictions-and-censorship-on-web2-platforms.md)
{% endcontent-ref %}

By addressing these challenges, NFTube aims to revolutionize the way content is created, distributed, and consumed, empowering creators and providing a unique and rewarding experience for users.


---

# 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://nftube.gitbook.io/nftube/introduction/problem-statement.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.
