# Best Practices

1. All smart contract interactions to be monitored (possible tool [https://www.openzeppelin.com/defender)](https://www.openzeppelin.com/defender)
2. All smart contract operations to pass by the monitoring solution
3. Multisig or MPC wallet infrastuctire for operations.
4. Key changes to be based on DAO votes and executued by authorised admins using MPC/Multisig
5. All code to be audited before deployment to mainnet
6. Ability to freeze vaults  in case of detected anomaly


---

# 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://yield-finance.gitbook.io/yield-finance-docs/security-and-risk/best-practices.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.
