# Decentralized Collaboration Network

The Orange system currently uses a centralized task dispatching mechanism when invoking models. This is an initial approach to kick start the platform and get the system running in early stages of the network.&#x20;

Moving into the future, the system will be revamped to establish a **collaborative network architecture** in a decentralized way. The dispatching mechanism of the calculation tasks will be implemented in the form of on-chain systems and smart contracts, thereby making the overall dispatching process completely transparent.&#x20;

Also, the number of data sources from which data is fetched to calculate a particular instance of reputation will also be extended to a decentralized data organization and provisioning approach. Simultaneously, the system will support a decentralized **multi-party computation model** with the results effectively being aggregated based on the models. Say for instance, statistically determining the median value of a set of numerical data points. This helps to make the calculation process and the final results more reliable.


---

# 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.orangeprotocol.io/future/decentralized-collaboration-network.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.
