# Security

DeFi has justly been criticized for its subpar security standards. Last year, we saw a 300 million USD hack on Solana wormhole. Security is a constant battle, and there is no single solution for it. We will always prioritize security over features or development speed.

We will employ the following <mark style="color:blue;">**security measures**</mark> to fight hacks:

* 100% unit test coverage
* Formal verification tools once Move prover is updated
* Working MVP on a test-net before deployment
* Security audits before every deployment
* Upgradeable contracts to fix bugs post-deployment
* Bug bounties&#x20;
* Secure oracles with backups
* Time locks to protect users from future changes
* Multi-signature wallets&#x20;

## <mark style="color:blue;">**We are Open-source**</mark>

Open source platforms like Interest Protocol promote transparency and builds trust, encourages collaboration and innovation. We are accessible to users even those with limited resources. We feel secure because our vulnerabilities can be identified and fixed faster.

{% embed url="<https://github.com/interest-protocol/>" %}

<br>


---

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