> For the complete documentation index, see [llms.txt](https://docs.galactica.com/galactica-network-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galactica.com/galactica-network-faq/6.-galactica-zk-vault-snap-for-metamask-devnet.md).

# 6. Galactica ZK Vault Snap for Metamask (DevNet)

The [Galactica.com ZK Vault Snap](https://www.npmjs.com/package/@galactica-net/snap) holds zero-knowledge certificates issued on Galactica Network in the user's wallet, allowing self custody of your data. It generates zero-knowledge proofs inside Metamask to selectively disclose statements on-chain while keeping personal data private. For example you can import a KYC certificate and privately prove your authenticity and compliance to a smart contract. After installing the Snap, visit <https://app-andromeda.galactica.com/> to get started.

The Galactica.com ZK Vault Snap has been [audited by Sayfer](https://sayfer.io/audits/metamask-snap-audit-report-for-galactica/) and whitelisted by the Metamask Team.

More context on Snaps in general can be found here: <https://metamask.io/snaps/>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.galactica.com/galactica-network-faq/6.-galactica-zk-vault-snap-for-metamask-devnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
