# 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="https://1430718782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhJfyUe1I7P47fzKlldpK%2Fuploads%2FF9LlQ9fHXsfrVxFdtAPc%2Fimage.png?alt=media&#x26;token=f40d7a74-f50d-44ec-b549-2320988b82df" alt=""><figcaption></figcaption></figure>


---

# 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.mindnetwork.xyz/minddocs/research/fhe-research/fhe-data.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.
