> For the complete documentation index, see [llms.txt](https://docs.optimex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optimex.com/security/audits.md).

# Audits

At Optimex, security is foundational to everything we build. As a cross-chain platform enabling BTC mobility in DeFi, we take trust, integrity, and user protection seriously.

### <mark style="color:orange;">Offside Labs</mark>

We’ve partnered with Offside Labs, a leading security firm known for auditing top Solana and EVM projects like Jupiter, Jito, and others. They have completed audits of both our EVM and Solana smart contracts, helping us ensure strong security across ecosystems.&#x20;

You can find the audit report below:

{% embed url="<https://github.com/OffsideLabs/reports/blob/public/audits/Optimex-Vault-Mar-2025-OffsideLabs.pdf>" %}

### <mark style="color:orange;">Omniscia</mark>

Our commitment to security was further affirmed through an audit of our core lending functionality by Omniscia. This review focused specifically on the Optimex Lending Contracts Module, which handles our custom collateral token and integration with the Morpho ecosystem.

The full report is available here: <https://omniscia.io/reports/optimex-lending-contracts-68cafda372cb00001541ecb0>

#### Commitment to Security

As Optimex evolves, we’re committed to maintaining this standard—continuously engaging top-tier auditors and expanding our security coverage to keep the protocol safe, trusted, and future-ready.


---

# 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.optimex.com/security/audits.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.
