# Is Recipe Creator safe to use?

Given the nature of the DeFi ecosystem, we consider it our responsibility to protect users in any way we can. We take security and our position as an intermediary very seriously.

The Recipe Creator has been architected to minimize user exposure to hacks and exploits. DeFi Saver contracts do not hold any funds nor do they receive token management approvals from user accounts (EOAs). \
\
Instead, Recipes are executed through each user’s Smart Wallet. This way, if any of the contracts are compromised, the end user’s funds aren’t exposed to a “passive” risk.&#x20;

> *Furthermore, all actions and the underlying architecture have been audited internally, as well as externally by* [*Consensys*](https://consensys.net/diligence/) *and* [*Dedaub*](https://www.dedaub.com/) *with no attack vectors found. All contracts are also* [*publicly available on GitHub*](https://github.com/DecenterApps/defisaver-v3-contracts)*.*&#x20;

The same architecture powering the Recipe Creator system is also used for interactions within our protocol-specific dashboards. \
\
In general, we try to expose users only to proven and established protocols within DeFi Saver. However, even if this is the case, we still cannot guarantee the integrity of these underlying protocols.&#x20;

***

## Related Articles:

* [DeFi Saver and security](https://help.defisaver.com/general/what-is-defi-saver/defi-saver-and-security)
* [Recipe Creator](https://help.defisaver.com/features/recipe-creator)
* [Fees](https://help.defisaver.com/features/recipe-creator/fees)
* [Compatibility](https://help.defisaver.com/features/recipe-creator/compatibility)


---

# 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://help.defisaver.com/features/recipe-creator/is-recipe-creator-safe-to-use.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.
