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

# 7.3 The Marketplace

In order to facilitate trade between members of the network, we created the marketplace interface to allow members to browse and interact within a platform which is typical to that of any marketplace. W designed the system in a way such that other marketplaces and networks could transact between one another,

We built the system to allow for network operators to decide which plugins/extensions or protocols they would include in their offering of the platform. Each marketplace has a unique set of business requirements such that no one platform could meet all of them.

The marketplace acts as a window into the network, housing products and services offered within the network. Each marketplace is merely a curation of items hosted by the network operator. It facilitates the transfer of funds from one member to another and allows trade to take place. Each listing is created and managed by a member of the network. Each member manages the publishing, order fulfillment, price negotiation, and payment of their own listings.

On top of what's been previously discussed, the intention of the ReSource team, with the help of the community, is to develop a fully open-source marketplace interface that future network operators can utilize or use as an example to create and deploy a network of their own.

It is the responsibility of the network operator to maintain and operate their network and marketplace. We have designed the first interface such that for each aspect of a traditional marketplace, we have made possible the option to extend the interface as needed to suit each specific network's requirements.


---

# 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://resource-network.gitbook.io/resource-technical/07-technology/7.3-the-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.
