# Zaiffer

- [Overview](https://zaiffer.gitbook.io/wiki/zaiffer/overview.md)
- [The Zaïffer privacy system](https://zaiffer.gitbook.io/wiki/zaiffer/the-zaiffer-privacy-system.md)
- [Fully Homomorphic Encryption (FHE)](https://zaiffer.gitbook.io/wiki/zaiffer/the-zaiffer-privacy-system/fully-homomorphic-encryption-fhe.md)
- [Why Zama’s technology?](https://zaiffer.gitbook.io/wiki/zaiffer/the-zaiffer-privacy-system/why-zamas-technology.md)
- [What is publicly on-chain with Zaiffer?](https://zaiffer.gitbook.io/wiki/zaiffer/the-zaiffer-privacy-system/what-is-publicly-on-chain-with-zaiffer.md)
- [4 common use cases](https://zaiffer.gitbook.io/wiki/zaiffer/the-zaiffer-privacy-system/4-common-use-cases.md)
- [What Are Confidential Tokens?](https://zaiffer.gitbook.io/wiki/zaiffer/what-are-confidential-tokens.md)
- [The ERC-7984 Standard](https://zaiffer.gitbook.io/wiki/zaiffer/what-are-confidential-tokens/the-erc-7984-standard.md)
- [Naming Convention for cTokens](https://zaiffer.gitbook.io/wiki/zaiffer/what-are-confidential-tokens/naming-convention-for-ctokens.md)
- [What's Visible, What's Hidden](https://zaiffer.gitbook.io/wiki/zaiffer/what-are-confidential-tokens/whats-visible-whats-hidden.md)
- [How FHE Powers cTokens](https://zaiffer.gitbook.io/wiki/zaiffer/how-fhe-powers-ctokens.md)
- [Getting started](https://zaiffer.gitbook.io/wiki/zaiffer/getting-started.md)
- [Shielding Tokens (Wrapping)](https://zaiffer.gitbook.io/wiki/zaiffer/shielding-tokens-wrapping.md)
- [Shielding ETH vs ERC-20 Tokens](https://zaiffer.gitbook.io/wiki/zaiffer/shielding-tokens-wrapping/shielding-eth-vs-erc-20-tokens.md)
- [Fee-on-Transfer Token Support](https://zaiffer.gitbook.io/wiki/zaiffer/shielding-tokens-wrapping/fee-on-transfer-token-support.md)
- [Automatic Wrapper Deployment](https://zaiffer.gitbook.io/wiki/zaiffer/shielding-tokens-wrapping/automatic-wrapper-deployment.md)
- [Unshielding Tokens (Unwrapping)](https://zaiffer.gitbook.io/wiki/zaiffer/unshielding-tokens-unwrapping.md)
- [Understanding Public Decryption via on-chain events](https://zaiffer.gitbook.io/wiki/zaiffer/unshielding-tokens-unwrapping/understanding-public-decryption-via-on-chain-events.md)
- [Why Two Phases?](https://zaiffer.gitbook.io/wiki/zaiffer/unshielding-tokens-unwrapping/why-two-phases.md)
- [Failure Scenarios and Token Parity Guarantee](https://zaiffer.gitbook.io/wiki/zaiffer/unshielding-tokens-unwrapping/failure-scenarios-and-token-parity-guarantee.md)
- [Deploying New Wrappers](https://zaiffer.gitbook.io/wiki/zaiffer/deploying-new-wrappers.md)
- [Confidential SWAP](https://zaiffer.gitbook.io/wiki/zaiffer/confidential-swap.md)
- [Confidential Transfers](https://zaiffer.gitbook.io/wiki/zaiffer/confidential-transfers.md)
- [Compliance](https://zaiffer.gitbook.io/wiki/zaiffer/compliance.md)
- [Protocol Fees](https://zaiffer.gitbook.io/wiki/zaiffer/protocol-fees.md)
- [Integrating Zaiffer](https://zaiffer.gitbook.io/wiki/zaiffer/integrating-zaiffer.md)
- [Helpful Links](https://zaiffer.gitbook.io/wiki/zaiffer/helpful-links.md)
- [Glossary](https://zaiffer.gitbook.io/wiki/zaiffer/glossary.md)


---

# 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://zaiffer.gitbook.io/wiki/zaiffer.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.
