> 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.1-xera-mobile-wallet.md).

# 5.1 Xera Mobile Wallet

The Xera Mobile wallet is designed to serve as the primary interface for everyday users. It abstracts away the complexity of cryptography and consensus, presenting Xera as a simple, secure digital cash wallet. By default, the wallet uses shielded transactions, automatically generating zero-knowledge proofs locally and broadcasting only the resulting proofs and encrypted outputs to the network.

To operate effectively on mobile hardware, Xera Mobile uses an efficient light-client architecture. Instead of downloading the entire chain, it synchronizes only essential headers and selectively scans for notes relevant to the user’s unified addresses. Incoming shielded outputs are detected through encrypted scanning keys, while private spending keys never leave the device. Local storage is encrypted, and the wallet can leverage device-level secure enclaves or hardware-backed keystores when available.

From the user’s perspective, sending funds requires only selecting a contact or pasting a unified address, entering an amount, and confirming. All details related to commitments, nullifiers, and proof generation remain hidden behind the interface, ensuring that privacy is accessible even to non-technical users.


---

# 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.1-xera-mobile-wallet.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.
