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

# The Opportunity

AI, and by extension, decentralized AI (DeAI), have been rapidly gaining traction over the past few months. While some DeAI projects, such as Golem, have been in operation since as early as 2016, the recent meteoric rise of technologies like ChatGPT has caught the attention of financial institutions and investors worldwide.

<figure><img src="/files/TiFhFONQTkSUWIDRu0p0" alt=""><figcaption></figcaption></figure>

According to Coingecko, the most popular DeAI category, Decentralized Physical Infrastructure Networks (DePIN), currently boasts a market cap of $32 billion. While this is a significant milestone, it pales in comparison to the broader AI market, which is projected to reach an astounding $2 trillion by 2030. This disparity highlights the immense growth potential within the DeAI sector. However, the journey towards this potential is not without its challenges. One of the primary issues facing the DeAI sector is the concentration of power. The largest DeAI tokens are predominantly controlled by a handful of institutions, which limits the participation of a broader range of stakeholders, particularly open-source developers who are essential for fostering innovation and inclusivity.&#x20;

Yata was created to address these very challenges. Our mission is to build a more equitable and co-shared economic layer for future generations. By leveraging decentralized technologies, we aim to democratize access to AI capabilities, ensuring that the benefits of AI are distributed more evenly across society. At Yata, we believe that the future of AI should be inclusive, transparent, and accessible to all, driving not just technological advancement but also societal progress.


---

# 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://yatanetwork.gitbook.io/yata-docs/overview/the-opportunity.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.
