# Security

## Is the CoinDrip protocol safe?

The security of the CoinDrip protocol is our number one priority. Our team, accompanied by external auditors and consultants, has invested considerable effort to create a safe and reliable protocol. All contract code is publicly verifiable in our [GitHub repository](https://github.com/CoinDrip-finance/coindrip-protocol-sc), and Arda, a third-party auditor, [verified our contract](https://arda.run/audits/coindrip).

## Is the CoinDrip protocol transparent?

Transparency is one of our core principles. You can always check the smart contract on [Github](https://github.com/CoinDrip-finance/coindrip-protocol-sc) and  [MultiversX Explorer](https://explorer.multiversx.com/accounts/erd1qqqqqqqqqqqqqpgqqnm3x37972323nuv3l3kywev0n8q5n6gyc8qwljqz9).


---

# 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.coindrip.finance/faq/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.
