# Market Provider

Market Providers (MPs) are crucial components in the Swan Chain ecosystem, facilitating the allocation of computing resources and managing transactions between job requesters and providers. This overview introduces you to the concept of Market Providers and MPs available in the Swan Chain network.

### 1. Storage Market

Swan Storage Market simplifies and optimizes the process of finding and utilizing decentralized storage on Filecoin. It addresses key challenges faced by users, such as lack of information on service quality, limited matching functionality, and high costs for beginners.

Read more about the Storage Market [here](/bulders/market-provider/storage-market.md).

### 2. AI/ML Orchestrator

The AI/ML Orchestrator is a specialized Market Provider focused on artificial intelligence and machine learning tasks. It efficiently manages and distributes AI/ML computing jobs across the decentralized network, ensuring optimal utilization of computational resources.

Read more about the Orchestrator [here](/bulders/market-provider/ai-ml-orchestrator.md).

### 3. Web3 ZK Computing Market

The Web3 ZK Computing Market is a Market Provider specifically designed for Zero-Knowledge (ZK) computations within the Swan Chain ecosystem. Key components includes:

* [**ZK Auction Engine**](/bulders/market-provider/web3-zk-computing-market/zk-auction-engine.md): Manages the bidding and allocation of ZK computation tasks
* [**Sequencer**](/bulders/market-provider/web3-zk-computing-market/sequencer.md): Plays a crucial role in processing ZK tasks and proofs efficiently
* [**zk-UBI-task**](/bulders/market-provider/web3-zk-computing-market/contribute-zk-ubi-task.md): Supports specific tasks related to [Universal Basic Income](/core-concepts/token/swan-universal-basic-income-ubi.md) concepts using zero-knowledge proofs

Read more about the ZK Computing Market [here](https://docs.swanchain.io/bulders/market-provider/web3-zk-computing-market).

### 4. Customized Market Provider

Swan Chain offers a flexible framework that enables developers to create their own customized Market Providers. This allows for:

* Development of specialized smart contracts for unique markets
* Creation of tailored marketplaces based on Swan Chain's computing layer
* Optimization of Market Providers for specific industry needs or computational requirements

Follow [this guide](/bulders/market-provider/customized-market-provider.md) to develop your own Market Provider.


---

# Agent Instructions: 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:

```
GET https://docs.swanchain.io/bulders/market-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
