# Privacy Features

**Zero-Knowledge Proofs (ZKPs)**: X-Network leverages zero-knowledge proofs to ensure privacy without compromising security. ZKPs enable a prover to prove the validity of a statement without revealing any underlying data, thereby allowing users to conduct private transactions while preserving the integrity of the blockchain.

**Confidential Transactions**: X-Network employs confidential transactions, using cryptographic techniques to hide the transaction amounts while still ensuring their validity. This ensures that sensitive financial information remains private from prying eyes.

**Ring Signatures**: Ring signatures are utilized to provide anonymity for the sender within a group of possible signers. This makes it impossible to attribute a transaction to a specific individual, enhancing the privacy of participants.

**Stealth Addresses**: X-Network utilizes stealth addresses, which generate a one-time address for each transaction. This mechanism makes it difficult to trace the transaction history of a user, ensuring anonymity in transaction receivers.


---

# 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://x-network.gitbook.io/x-network-whitepaper/privacy-features.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.
