> For the complete documentation index, see [llms.txt](https://docs.xeratoken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xeratoken.xyz/3.-zero-knowledge-privacy-system/3.4-selective-disclosure-and-view-keys.md).

# 3.4 Selective Disclosure and View Keys

Xera incorporates mechanisms for controlled transparency without compromising default confidentiality. View keys grant read-only access to shielded balances and transaction histories, allowing auditors, accountants, or counterparties to verify specific information. Importantly, view keys do not grant spending authority, ensuring that confidentiality and safety remain intact.

Use cases include:

* business auditing and financial reporting,
* tax and compliance workflows,
* selective disclosure to counterparties,
* integration with external accounting tools.

This model ensures that transparency is always voluntary and cryptographically constrained, reinforcing user autonomy while enabling legitimate visibility when required.


---

# 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://docs.xeratoken.xyz/3.-zero-knowledge-privacy-system/3.4-selective-disclosure-and-view-keys.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.
