# I. Premise: Why Privacy Must Exist

<figure><img src="/files/MFr9BJLZhti09KtkiRLU" alt=""><figcaption></figcaption></figure>

Voidify is a decentralized, non-custodial protocol built on the Solana blockchain. It enables users to deposit and later withdraw crypto assets using zero-knowledge proofs, creating unlinkable transactions between wallets — without relying on any intermediary.

While Solana offers speed and low transaction costs, it lacks native privacy. Every transaction is publicly visible, exposing user activity and compromising confidentiality. Voidify addresses this gap by allowing users to deposit fixed-denomination tokens into an on-chain privacy pool, then withdraw to a different wallet without leaving a visible on-chain link.

Voidify leverages Solana’s performance with modern zero-knowledge cryptography to support efficient, shielded value transfer. Built natively in Rust, the protocol integrates zk-proving systems and a frontend designed for self-custodial interaction — all without compromising decentralization or user control.


---

# 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://voidify.gitbook.io/whitepaper/i.-premise-why-privacy-must-exist.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.
