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

# Project Overview

The MediaX project is a decentralized application that serves as an AI-powered traffic aggregation platform for streaming content creation, open to global streaming operators.

Leveraging the advantages of Web3.0, MediaX will bring together creators and enthusiasts from around the world, breaking the traditional streaming platforms' monopoly on traffic aggregation value. The MediaX Protocol, built on Web3.0 technology, will return the value of creation to creators and enthusiasts, establishing a new creator economy circulation system and a business model based on the attention economy.

Starting with streaming content creation, MediaX aims to establish the world's first Internet user traffic economy ecosystem protocol standard. It will gradually integrate this ecosystem throughout the entire lifecycle of streaming content creation to serve all global creators and enthusiasts. As the ecosystem develops, MediaX will progressively open-source the MediaX Protocol to global technology developers, allowing them to access the MediaX platform and share its traffic aggregation capabilities and economic ecosystem.

<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://mediax.gitbook.io/mediax/project-overview.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.
