# Evolution of On-Chain Privacy

The history of blockchain privacy is a progression from obfuscation to computation.

* **Generation 1 (Obfuscation):** Projects like Dash introduced coin-mixing, simply blending funds to hide the trail.
* **Generation 2 (Zero-Knowledge):** Zcash and Monero utilized zk-SNARKs and Ring Signatures to mathematically prove a transaction occurred without revealing the details. However, these were limited to simple transfers; they could not support complex logic or shared states (like a decentralized exchange).
* **Generation 3 (Confidential Computation):** This is the TORUS era. The industry requires more than just private payments; it needs private applications.


---

# 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.torustoken.xyz/1.-background/evolution-of-on-chain-privacy.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.
