# How safe is Hop?

It's hard to quantify security of a protocol but the core team of Hop has worked diligently on the protocol for over one year before releasing it to the public. The Hop core team has extensive experience in smart contract development. Before building Hop they were working as smart contract auditors for several years auditing popular protocols such as Augur, OpenZeppelin, Decentraland and DyDx and consequently built one of the first smart contract wallets in the Ethereum space called [Authereum](https://authereum.com/). High gas costs pushed them to the Layer-2 space and eventually building Hop protocol but the bottom line is that Hop is built by some of the most skilled developers in the space.\
\
Moreover, Hop has undergone audits by [Solidified](https://github.com/hop-protocol/contracts/blob/cf9f2765f2cfe8b51e3f4c54f3d451a2300ce379/audits/052021_Solidified.pdf) and [Monoceros Alpha](https://github.com/hop-protocol/contracts/blob/cf9f2765f2cfe8b51e3f4c54f3d451a2300ce379/audits/042021_MonocerosAlpha.pdf). A third audit by Trail of Bits is planned for September.\
\
Moreover, Hop is completely non-custodial, meaning both liquidity provider's funds in the AMM and user funds that are sent through the Hop Bridge are never held in custody by a single party. Contracts are currently managed by a multi-sig with a one day timelock, which means that any changes to the code are delayed by one day before being implemented.


---

# 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://docs.hop.exchange/basics/faq/how-safe-is-hop.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.
