> 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.4-encrypted-memos-and-transaction-context.md).

# 5.4 Encrypted Memos and Transaction Context

The Xera protocol supports attaching encrypted memos to transactions. These memos allow users and organizations to associate human-readable context with payments—such as invoice identifiers, order references, short notes, or internal tags—without placing this information on a publicly readable ledger.

Only recipients (and optionally authorized viewers holding appropriate view keys) can decrypt and interpret these memos. For individuals, this enables more meaningful record-keeping without sacrificing privacy. For organizations, it supports structured internal accounting and reconciliation while ensuring that competitors, data brokers, or hostile observers cannot reconstruct business logic from on-chain data alone.

By combining shielded amounts, unified addresses, and encrypted memos, Xera provides a transaction model that is both semantically rich and strongly private.


---

# 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.4-encrypted-memos-and-transaction-context.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.
