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

# Security

### Deployed Commits

| Package                                                                            | Version | Commit                                                                                              | Description                 |
| ---------------------------------------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------- | --------------------------- |
| [contracts](https://github.com/nocturne-xyz/protocol/tree/main/packages/contracts) | 3.0.0   | [f66fd02](https://github.com/nocturne-xyz/protocol/commit/f66fd0274e96f4eb62663552ecd29fb86e5b4a04) | Nocturne Solidity contracts |
| [circuits](https://github.com/nocturne-xyz/protocol/tree/main/packages/circuits)   | 3.0.0   | [f66fd02](https://github.com/nocturne-xyz/protocol/commit/f66fd0274e96f4eb62663552ecd29fb86e5b4a04) | Nocturne Circom circuits    |
| [snap](https://github.com/nocturne-xyz/snap)                                       | 0.10.2  | [444e9e3](https://github.com/nocturne-xyz/snap/commit/444e9e3e31ac6a726fe9128d65fd5f2663ed688c)     | Nocturne MetaMask Snap      |

### Audits

The ZK circuits and smart contracts above were audited by [Trail of Bits](https://www.trailofbits.com/) and [Zellic](https://www.zellic.io/) before deployment.

The MetaMask snap was audited by [Ottersec](https://osec.io/).

### Security Disclosure

Please report any vulnerabilities or bugs to the following email: **<security@nocturnelabs.xyz>**

An acknowledgement of receipt will be given within 1 business day.


---

# 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://nocturne-xyz.gitbook.io/nocturne/developers/security.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.
