> For the complete documentation index, see [llms.txt](https://docs.cortensor.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortensor.network/technical-architecture/data-management/security-and-privacy.md).

# Security & Privacy

Cortensor prioritizes security and privacy to ensure that user data and network operations remain protected. This section outlines the key mechanisms and strategies implemented to safeguard the Cortensor network.

## **Overview**

Cortensor employs a multi-faceted approach to security and privacy, incorporating encryption, secure communication protocols, and robust validation processes to protect data and maintain trust within the network.

## **Key Mechanisms**

### **Encrypted Communication**:

* All data transmitted within the network is encrypted to ensure privacy and integrity.
* Router nodes manage encryption and decryption, ensuring secure interactions between clients and miner nodes.

### **Data Storage Security**:

* Uses IPFS for decentralized and secure data storage.
* Ensures that data such as prompts and completions are stored off-chain, reducing exposure to potential on-chain vulnerabilities.

### **Staking and Incentives**:

* Nodes stake tokens to participate, ensuring their commitment to network security.
* Staking reduces the risk of malicious behavior, as nodes have a financial incentive to maintain network integrity.

### **Validation and Verification**:

* Validation nodes verify the accuracy of AI inference results using methods like semantic checks, embedding comparisons, and checksum verifications.
* Multiple nodes participate in the validation process to ensure consensus and reliability.

### **Access Control**:

* Implements permissioned access for certain network operations, with plans to transition to a more decentralized, permissionless setting in the future.
* Ensures that only authorized nodes can perform specific tasks, enhancing overall security.

### **Privacy Measures**:

* User data is handled with strict privacy protocols, ensuring that sensitive information is protected throughout the processing and storage lifecycle.
* Future updates will include additional privacy features, such as enhanced data anonymization and secure multi-party computation.


---

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

```
GET https://docs.cortensor.network/technical-architecture/data-management/security-and-privacy.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.
