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

# Marketplace

As part of its commitment to driving innovation, GPTX is launching a marketplace where individuals and companies can list their AI solutions built using the GPTX protocol. This marketplace will allow businesses to access a diverse range of AI solutions and drive collaboration within the GPTX ecosystem.

A marketplace that lists solutions provided using the GPTX protocol will be a platform for AI developers to showcase their products and services that are built on top of the GPTX protocol. This marketplace would allow developers to reach a wider audience and potential customers who are interested in using AI tools for their businesses and sell their solution for their own reward.

The GPTX protocol being a layer 2 AI protocol means that it provides a unified interface to access multiple AI tools, making it easier and more efficient for developers to integrate AI into their products and services. This, in turn, enables the development of real-world applications that leverage the power of AI and can improve productivity and efficiency across a range of industries.

By having a marketplace that lists solutions developed using the GPTX protocol, it can encourage more developers to build on top of the protocol, which can help grow the ecosystem and drive innovation in the AI space.


---

# 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://project-gptx.gitbook.io/gptx-whitepaper/marketplace.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.
