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

# Market problems

Current approach to low-paid tasks faces many critical issues that require comprehensive and innovative solutions. These problems create the need for a new platform that can provide greater fairness, stability, and security for all market participants.

***Key Issues in the Low-Paid Task Market:***

1\.    *Unpredictability of Work*: \
Most platforms for low-paid tasks offer work on a random or temporary basis without income guarantee. This leads to financial instability for the workers.

2\.    *Mismatched Compensation*: \
Many tasks are very low-paid, which doesn’t correspond to the time and effort spent. This can lead to labor exploitation.

3\.    *Security and Trust Issues*: \
There’s risk of fraud or non-payment of labor, as well as the risk of unintentional violation of law.

4\.    *Limited Market Access*: \
People in less developed countries or without access to banking services may face some difficulties with accessing these platforms.

5\.    *Dependence on the Platform*: \
Workers often fully depend on the platform, which can change work conditions or commissions without prior notice.

6\.    *Lack of Professional Growth*: \
Working on such platforms rarely provides opportunities for learning, skill development, or career advancement.

7\.    *Competition Among Workers*: \
High competition can lead to lower labor costs and deteriorating work conditions.

8\.    *Legal Uncertainty*: \
Issues related to labor laws, taxation, and status of workers on these platforms are still unresolved in many countries.

These issues have a negative impact not only on workers but also on clients, who may face low-quality work and unreliable performers. Furthermore, they hinder sustainable development of low-paid task market in general.


---

# 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://solemp.gitbook.io/whitepaper/introduction/market-problems.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.
