> For the complete documentation index, see [llms.txt](https://docs.moonvault.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonvault.org/faq/safety-related.md).

# Safety Related

**1. How safe is my capital in Moon Vault?**\
Moon Vault is built with a security first approach. Smart contracts are rigorously audited to ensure correct execution of all operations.

**2. Are the smart contracts audited?**\
Yes. Moon Vault’s contracts undergo professional third party audits before deployment. Audits check for vulnerabilities, logic errors, and other potential issues, and audit reports are made publicly available to ensure transparency.

**3.How is my deposit protected?**\
Deposits are secured on chain, and the vault uses tested smart contract patterns to prevent unauthorized access.

**4. Does Moon Vault ever ask for my seed phrase?**\
Never. Your seed phrase is private and should never be shared with anyone under any circumstance. Any request for it is a scam.

**5. Can Moon Vault team contact me privately to ask for my wallet or private keys?**\
No. The Moon Vault team will never ask for your wallet seed phrase, private keys, or to send funds via private messages.&#x20;

**6. I received a DM claiming to be an Moon Vault admin. Is it real?**\
Be extremely cautious. Official Moon Vault staff will never contact users through Discord, Telegram, or social media to request funds or access.

**7. What should I do if someone impersonates the Moon Vault team?**\
Do not respond, click any links, or approve transactions. Immediately report the account to the official team members and warn the community if possible.


---

# 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.moonvault.org/faq/safety-related.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.
