# Concept

**Corex** is a confidential multi-threaded computation network designed for secure data collaboration, making it ideal for all the industries that rely on sensitive or valuable data.

Our network uses a distributed architecture with multiple nodes capable of performing **Multi-Party Computation** (MPC) tasks, where the nodes work together to process encrypted data while ensuring that the data remains secure and confidential.

While we are using multiple nodes, in order to ensure proper confidentiality no single node has access to the complete dataset, preventing any single point of failure and providing proper security against potential cyber threats.\
\
In order to uphold the network integrity **Corex** is governed by an on-chain orchestration system that manages essential tasks such as scheduling computations, nodes rewards and penalties (if needed). All the nodes within our network are organized into clusters in order to execute specific tasks following strict protocols, ensuring both secure and efficient computations. The data remains encrypted throughout the entire process, allowing insights to be extracted without exposing sensitive information.

{% hint style="success" %} <mark style="color:purple;">**Important:**</mark>\
Our documentation will be updated regularly to provide you with the most up-to-date information. Be sure to check the latest details when utilizing our resources.
{% endhint %}


---

# 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://corex-network.gitbook.io/corex-network/concept.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.
