# Security & Audits

## Audits

Haiko's contracts are audited by [Trail of Bits](https://www.trailofbits.com/) and [Nethermind](https://www.nethermind.io/).

Despite this, we advice users to exercise caution when interacting with Haiko and not risk funds they are not willing to lose.

**Haiko AMM**

* [Trail of Bits](https://github.com/haiko-xyz/audits/blob/main/2024-02-trail-of-bits-amm-replicating-strategy.pdf) - Feb 2024

**Haiko** [**Replicating Strategy**](/docs/protocol/vaults/strategies-v1/replicating-strategy.md)

* [Trail of Bits](https://github.com/haiko-xyz/audits/blob/main/2024-02-trail-of-bits-amm-replicating-strategy.pdf) - Feb 2024

**Haiko** [**Replicating Solver**](/docs/protocol/vaults/solvers-v2/replicating-solver.md)

* [Nethermind](https://github.com/haiko-xyz/audits/blob/main/2024-07-17-nethermind-solver-core-replicating.pdf) - July 2024

## Bug Bounty

We are working to setup a bug bounty programme.&#x20;

In the meantime, you can always [report](/docs/contact-us.md) smart contract bugs to us anonymously.


---

# Agent Instructions: 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://haiko-docs.gitbook.io/docs/security-and-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.
