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

# Audits

LagomChain seamlessly connects the Ethereum and Cosmos ecosystems, enabling cross-chain interoperability while maintaining a strong focus on security. However, bridging two major blockchain networks comes with complex security challenges, which is why security remains a top priority for the LagomChain development team.

***

### Security Practices in LagomChain

Every feature in LagomChain undergoes:

* Extensive internal testing before release.
* Thorough internal audits conducted by the development team.
* External security audits by industry-leading firms to ensure the integrity of the protocol.

While internal audits help maintain a high-security standard, external audits provide independent validation—ensuring that both LagomChain’s core protocol and applications deployed on it remain secure and reliable.

***

### Publicly Available Security Audits

Below is a list of third-party security audits conducted on the LagomChain and Ethermint codebases:

* Informal Systems Security Audit
* Oak Security Audit for EVM Extensions
* [Kudelski Security Audit](https://github.com/crypto-org-chain/cronos/blob/main/docs/audit/report_ethermint_1.2_final_public.pdf)

These audits help identify and address potential vulnerabilities, reinforcing LagomChain’s commitment to trust, transparency, and security.


---

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