# Privacy Features

BlackCoal implements several privacy features to protect users' identities and transaction details:

#### 1. Confidential Transactions

All BlackCoal transactions are confidential, concealing the transaction amount. This ensures that the blockchain does not expose sensitive financial information.

#### 2. Ring Signatures

Ring signatures are used to mix the sender's transaction with others, making it impossible to determine the true source of a transaction.

#### 3. Stealth Addresses

Stealth addresses are generated for each transaction, ensuring that the recipient's identity remains hidden on the blockchain.

#### 4. Zero-Knowledge Proofs

Zero-knowledge proofs (zk-SNARKs) are used to validate transactions without revealing transaction details, further enhancing privacy.

#### 5. Coin Mixing

BlackCoal employs coin mixing techniques to obfuscate transaction histories, making it challenging to trace the origin of funds.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://blackcoal-erc.gitbook.io/blackcoal-docs/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.
