> 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/5.-wallets-and-user-experience/5.3-particlevault-enterprise-and-multisignature-flows.md).

# 5.3 ParticleVault: Enterprise and Multisignature Flows

ParticleVault is the reference design for institutional and organizational usage of Xera. It provides multisignature control over shielded and transparent balances, allowing teams, DAOs, and companies to manage funds collectively. Spending policies can require a threshold of approvals, time locks, or structured workflows before a transaction is authorized.

In addition to multisignature controls, ParticleVault supports scheduled payments, batch settlements, and role-based access, enabling organizations to separate duties between initiators, reviewers, and signers. All of these operations can be carried out using shielded transfers, preserving the confidentiality of counterparties and amounts on the public ledger.

For audit and compliance purposes, ParticleVault can expose view keys or scoped reporting keys that provide selective read-only insight into historical payments. This enables businesses to satisfy regulatory or internal reporting obligations without forfeiting the privacy of their entire ledger to external parties or infrastructure providers.


---

# 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/5.-wallets-and-user-experience/5.3-particlevault-enterprise-and-multisignature-flows.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.
