# Protocol Details

- [Simplest Explanation of Shielder](https://docs.blanksquare.io/protocol-details/shielder.md)
- [Overview](https://docs.blanksquare.io/protocol-details/overview.md)
- [Preliminaries: ZK Relations](https://docs.blanksquare.io/protocol-details/preliminaries-zk-relations.md)
- [Notes and Accounts](https://docs.blanksquare.io/protocol-details/notes-and-accounts.md)
- [ZK-ID and Registrars](https://docs.blanksquare.io/protocol-details/zk-id-and-registrars.md)
- [Relayers](https://docs.blanksquare.io/protocol-details/relayers.md)
- [Design Against Bad Actors](https://docs.blanksquare.io/protocol-details/design-against-bad-actors.md)
- [Anonymity Revokers](https://docs.blanksquare.io/protocol-details/design-against-bad-actors/anonymity-revokers.md)
- [Shielder Guard](https://docs.blanksquare.io/protocol-details/design-against-bad-actors/shielder-guard.md)
- [\[Legacy\] PoW Anonymity Revoking](https://docs.blanksquare.io/protocol-details/design-against-bad-actors/pow-anonymity-revoking.md)
- [Cryptography](https://docs.blanksquare.io/protocol-details/cryptography.md)
- [SNARK-friendly Symmetric Encryption](https://docs.blanksquare.io/protocol-details/cryptography/snark-friendly-symmetric-encryption.md)
- [SNARK-friendly Asymmetric Encryption](https://docs.blanksquare.io/protocol-details/cryptography/snark-friendly-asymmetric-encryption.md)
- [Client Side Components](https://docs.blanksquare.io/protocol-details/client-side-components.md)
- [TEE-based Proof Delegation](https://docs.blanksquare.io/protocol-details/client-side-components/tee-based-proof-delegation.md)
- [Deterministic Secret Management](https://docs.blanksquare.io/protocol-details/client-side-components/deterministic-secret-management.md)
- [User Wallet](https://docs.blanksquare.io/protocol-details/client-side-components/user-wallet.md)
- [Version Changelog](https://docs.blanksquare.io/protocol-details/version-changelog.md)
- [Versioning](https://docs.blanksquare.io/protocol-details/version-changelog/versioning.md)
- [\[Legacy\] PoC](https://docs.blanksquare.io/protocol-details/version-changelog/poc.md)
- [\[Legacy\] Version 0.1.0](https://docs.blanksquare.io/protocol-details/version-changelog/version-0.1.0.md)
- [\[Legacy\] Version 0.2.0](https://docs.blanksquare.io/protocol-details/version-changelog/version-0.2.0.md)
- [Version 0.2.1](https://docs.blanksquare.io/protocol-details/version-changelog/version-0.2.1.md)
- [Details of Silent Transfers](https://docs.blanksquare.io/protocol-details/details-of-silent-transfers.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://docs.blanksquare.io/protocol-details.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.
