# Security & Audits

Security, privacy, and trust are foundational to the design of the Vola Network. This section outlines the mechanisms and practices that ensure the protocol operates reliably, securely, and in alignment with real-world requirements for users, developers, and enterprises.

Vola approaches security as a layered discipline, combining cryptographic safeguards, protocol-level verification, and independent audits; rather than relying on any single control or assumption. From user authentication and identity handling to regulatory alignment and blockchain-level audits, each component plays a distinct role in strengthening the overall system.

The pages in this section provide an overview of how Vola addresses security across different dimensions:

* [**ZK Login**](/architecture-overview/security-and-audits/zk-login.md) explains how users can securely interact with the network using familiar Web2 authentication without exposing private keys.
* [**Compliance Audits (GDPR, CCPA)**](/architecture-overview/security-and-audits/compliance-audits-gdpr-ccpa.md) outlines how Vola’s architecture supports regulatory-aligned deployments without centralizing control or data custody.
* [**Blockchain Audits**](/architecture-overview/security-and-audits/blockchain-audits.md) — the independent review processes used to assess protocol correctness, resilience, and economic security.

Together, these components form a comprehensive security framework designed to support long-term adoption, transparency, and trust in the Vola ecosystem.


---

# 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://wp.vola.network/architecture-overview/security-and-audits.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.
