> 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/2.-protocol-overview/2.2-network-participants.md).

# 2.2 Network Participants

Xera operates as an open, permissionless system that supports several categories of participants. Users interact through wallets that generate proofs, manage incoming notes, and protect private keys. These wallets abstract complex logic such as key diversification, note scanning, and proof creation. Users can operate entirely within the shielded domain or selectively use transparent transactions for specific purposes.

Merchants and organizations utilize multi-signature wallets or automated settlement mechanisms to support business operations. They may require visibility into internal payment flows while maintaining external confidentiality. View keys and audit keys allow structured disclosure when necessary without compromising unrelated transaction data.

Node operators run the xerad client to participate in consensus, validate proofs, and maintain network state. They do not learn transaction contents; instead, they rely on zero-knowledge proofs to enforce correctness. Their participation ensures decentralization and robustness.

Developers expand the ecosystem using the xera.js SDK and other tooling. They build merchant plugins, wallet extensions, analytics utilities, and integration layers that broaden Xera’s usability. These contributions strengthen the protocol’s role as a privacy-preserving financial primitive.


---

# 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/2.-protocol-overview/2.2-network-participants.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.
