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

# Middlemen

In many record label agreements, artists may only receive a fraction of the revenue generated from their music sales, streaming, and other income streams. The majority often goes to the record label, which covers production costs, marketing, and distribution.&#x20;

The rise of digital streaming platforms has further complicated the revenue distribution landscape. Artists receive a fraction of a cent per stream, and after management fees and label deductions, the artist's share can be minimal. Predatory contracts often involve terms that disproportionately favor record labels or other entities over the artists.&#x20;

These contracts may include clauses that limit an artist's ability to negotiate fair compensation, control over their creative works, and ownership of intellectual property.

Advances, often perceived as financial support to help artists cover initial expenses, recording costs, or living expenses, can function more like loans. In many cases, artists are required to repay these advances from their future earnings, which can create a cycle of debt and financial dependency. In some cases, artists, especially those at the beginning of their careers, may not have access to adequate legal representation.&#x20;

This puts them at a disadvantage during contract negotiations, making them more susceptible to signing disadvantageous agreements.

Major record labels also often have significant influence over streaming platforms and their curated playlists. This dominance allows them to secure favorable placements for their signed artists, leading to increased visibility and streaming numbers. The visibility disparities between major label artists and independent creators extend beyond playlists to other promotional avenues, such as featured artist sections, homepage banners, and marketing campaigns. This lack of visibility can impede an independent artist's ability to build a fan base and monetize their work effectively.

<br>

<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://hitmakr.gitbook.io/hitmakr-whitepaper/the-issue/the-problem/middlemen.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.
