# 2.1 Privacy & Security

At Dredit, we believe that true financial sovereignty is impossible without robust security and an unwavering commitment to user privacy. Security is not an afterthought; it is the foundational bedrock upon which our entire protocol is built. We employ a multi-layered, defense-in-depth strategy to ensure the absolute integrity of user data and assets.

**Advanced Encryption**

All data within the Dredit ecosystem, whether at rest on our servers or in transit between your device and our platform, is protected by state-of-the-art cryptographic protocols. We utilize industry-standard AES-256 encryption for stored data and Transport Layer Security (TLS) for all communications. This ensures that your sensitive information remains completely shielded from unauthorized access, safeguarding you from both external threats and internal vulnerabilities.

**Decentralized Architecture**

By building on the Solana blockchain, Dredit inherently eliminates the central points of failure that plague traditional financial systems. Unlike a centralized bank where a single breach can compromise millions, Dredit's architecture is distributed. Your transactions are recorded on an immutable and transparent distributed ledger, making them resistant to censorship, manipulation, and downtime. This decentralized model places control back where it belongs: in the hands of the user.

**Zero-Knowledge Proofs**

Privacy is a fundamental right. To uphold this, Dredit integrates cutting-edge zero-knowledge proof technology. ZKPs are a revolutionary cryptographic method that allows for the verification of a transaction's validity without revealing any of the sensitive underlying data, such as wallet balances or transaction histories. This means you can transact with complete confidentiality, ensuring your financial activities remain private while still benefiting from the full security and integrity of the public blockchain.


---

# 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.dredit.io/2.features/2.1-privacy-and-security.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.
