> 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/bugs.md).

# Bugs

Security is critical when developing a Layer 1 (L1) blockchain. As the foundation of the blockchain ecosystem, any vulnerabilities in an L1 protocol can lead to:

* Financial loss through exploits or malicious attacks.
* Reputation damage that erodes user trust.
* Network instability, potentially compromising the entire ecosystem.

For this reason, LagomChain prioritizes security at every stage of development. Our team follows rigorous security practices, including code audits, formal verifications, and continuous monitoring to mitigate risks.

Check out our [Security Audits](/security-overview/audits.md) for more details.

***

### Reporting Security Issues

Despite best efforts, security vulnerabilities may still arise. We encourage users to report any bugs or vulnerabilities they discover.

#### For Critical or Sensitive Bugs

* Please submit issues confidentially via LagomChain Security, our third-party security platform.
* This ensures a secure and responsible disclosure process to protect users and mitigate risks before public exposure.

#### For Non-Sensitive Bugs

* Users can file an open ticket on the LagomChain GitHub Repository.
* Our development team will review and resolve reported issues as quickly as 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.lagomchain.com/bugs.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.
