> For the complete documentation index, see [llms.txt](https://zokanetwork.gitbook.io/zokanetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zokanetwork.gitbook.io/zokanetwork/wallets/wallet-safety.md).

# Wallet Safety

ZOKA wallets are self-custodial. The user controls the keys and is responsible for backups.

## Never Share

* Recovery phrase.
* Spend key.
* Scan key.
* Keystore files.
* Wallet passwords.
* Screenshots that show secrets, full QR receive codes, or funded addresses unless intentionally published.

## Recommended Backup Practice

* Write the recovery phrase offline.
* Store it away from the device.
* Test recovery with a small or empty wallet before moving meaningful funds.
* Keep encrypted wallet backups separate from passwords.

## Support Safety

Support requests should include app version, operating system, error messages, and public transaction or block hashes when relevant. They should never include wallet secrets.


---

# 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://zokanetwork.gitbook.io/zokanetwork/wallets/wallet-safety.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.
