> For the complete documentation index, see [llms.txt](https://docs.mindnetwork.xyz/minddocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindnetwork.xyz/minddocs/research/fhe-research/fhe-data.md).

# FHE Data

## Mind Network's Research Results:

1. **FHE DataLake:**
   1. 🐍 [Python SDK](https://github.com/mind-network/mind-lake-sdk-python)
   2. 📦 [TypeScript SDK](https://github.com/mind-network/mind-lake-sdk-typescript)
   3. 🛠️ Mind DataPack Connectors:
      * 📦 [TypeScript](https://github.com/mind-network/mind-datapack-typescript)
      * 🐍 [Python](https://github.com/mind-network/mind-datapack-python)
2. **FHE DataPack:**
   1. 📂 **Decentralized Storage Integrations**:
      * 🏛️ [Arweave](https://github.com/mind-network/mind-datapack-typescript/blob/main/src/connector/arweaveConnector.ts)
      * 🏗️ [BnB Greenfield](https://github.com/mind-network/mind-datapack-typescript/blob/main/src/connector/greenfieldConnector.ts)
      * 📡 [IPFS](https://github.com/mind-network/mind-datapack-typescript/blob/main/src/connector/ipfsConnector.ts)
      * ☁️ [Web3Storage](https://github.com/mind-network/mind-datapack-typescript/blob/main/src/connector/web3StorageConnector.ts)

## Mind Network's Research Details:

MindLake is a Zero Trust data storage and computation layer. It is built on a zero trust framework based on Zero Knowledge Proof (ZKP) and Adaptive Fully Homomorphic Encryption (AFHE) to empower high-performance encryption on data storage and computation. Mind Network seals your data into encrypted data ledgers to make your data truly yours. In addition, Mind Network empowers developers with data intelligence without trade-offs in privacy.

Mind Network offers several unique features and capabilities, such as: - Full Encryption: Built on patented Adaptive Full Homomorphic Encryption (AFHE) framework to empower encrypted computation on encrypted data. - Trusted Computation: A tamper-proof computation engine that supports encrypted computation from data query to machine learning. - High-Performance: Scalable to a petabyte of data and supports high-performance encrypted computation.

Ultimately, Mind Network aims to help build a Web3 ecosystem underpinned by full data privacy, where data owners have full control of their data.

MindLake robust sharing capabilities empower data marketplaces, enabling users to monetize their data while retaining control over access and safeguarding privacy. This fosters a thriving and reliable data economy within the Web3 ecosystem.

Detailed tutorial can be found in [here](https://docs.mindnetwork.xyz/mind-lake-sdk).

<figure><img src="/files/ajs22HMDJmQdUOMM1os8" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mindnetwork.xyz/minddocs/research/fhe-research/fhe-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
