# What is BAVO?

BAVO is a decentralized computing network built on cutting-edge cryptographic technologies such as zkFHE. By harnessing the capabilities of fully homomorphic encryption (FHE) and zero-knowledge proofs (ZKP), BAVO transforms how sensitive data is processed and secured. Its innovative approach enables computation nodes to perform operations on encrypted data while ensuring both the integrity of the computations and the confidentiality of the data. With a focus on seamless integration, BAVO offers groundbreaking solutions for secure, decentralized processing.

## About zkFHE[​](https://docs.padolabs.org/#about-zkfhe) <a href="#about-zkfhe" id="about-zkfhe"></a>

Fully homomorphic encryption (FHE) schemes are powerful cryptographic tools that enable computations to be performed directly on encrypted data without needing to decrypt it first. Most mainstream FHE applications follow the "outsourced computation" model, allowing third-party workers to perform computational tasks on encrypted private data from a user when the user is unable to process the data locally. FHE unlocks new possibilities for applications such as delegated data processing and collaborative computation, where data confidentiality and privacy are critical concerns.

However, a limitation of traditional FHE schemes is the lack of verifiability, meaning there is no way to ensure the correctness of the outsourced computation. For instance, it is impossible to distinguish between the legitimate result of a privacy-preserving machine learning inference and a random response from a remote worker after receiving the user’s encrypted data.

To address this, BAVO Labs introduced zkFHE, a hybrid cryptographic technique that incorporates zero-knowledge proofs. This approach guarantees the integrity of computations performed on encrypted data while maintaining the performance of cutting-edge FHE schemes.


---

# 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://bavo.gitbook.io/bavo/introduction/what-is-bavo.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.
