# Abstract

This paper introduces the Bayesian Decentralized Computing Network Protocol (BDCP), a protocol designed to build decentralized computing networks. This network is a peer-to-peer network formed by the availability of cloud computing resources on decentralized computer nodes, and no entity has central control over the network.&#x20;

WEB3.0 is based on decentralized proprietary services, they are Internet-wide open services where participants form a decentralized network providing useful services without a central management or trusting party. BDCP provides computing infrastructure for WEB3.0 services.

BDCP departs from the current distributed cluster model, which delegates access control of central nodes and data to a centralized trusted authority. Instead, BDCP empowers peer-to-peer models, providing decentralized computing networks, computing-go-to-data models, distributed machine learning, and new mechanisms to protect user data ownership.

Note: Active research work is underway on BCDP and its network, and a new version of this paper will be published at <https://www.bayesian.global>. For comments and suggestions, please contact us at *<research@bayesian.global>*.


---

# 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://bayesians.gitbook.io/bayesian/abstract.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.
