> For the complete documentation index, see [llms.txt](https://zunamilab.gitbook.io/zunami-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zunamilab.gitbook.io/zunami-docs/risks-and-security/risk-management-for-adding-strategies.md).

# Risk Management for Adding Strategies

Zunami Team suggests that DAOs take into consideration the following risks when choosing a stablecoin pool for farming:&#x20;

1. Custody and governance risk: Is there a possibility that a single entity can manipulate or access funds in any way? It's important to understand how smart contracts are managed to ensure the safety of your funds.&#x20;
2. Depeg & Default Risk: Poor protocol design can lead to defaults and bad debt. Stablecoin protocols should have mechanisms in place to liquidate collateral before it becomes worthless, especially if the collateral ratio falls below 100%.
3. Collateral Risk: Stablecoin protocols that rely solely on their own native token or low-liquidity altcoins as collateral are considered high-risk. This can lead to a death spiral and difficulty in selling non-liquid tokens, resulting in a loss of collateral.
4. Smart Contract Risk: Hacks are unfortunately common in DeFi and audits don't always prevent them. It's important to consider a project's use of multiple, high-quality audit companies as a good sign of their commitment to security. However, even a long-standing protocol doesn't guarantee safety.

It is important to note that while these risks should be taken into consideration, they are not exhaustive and other risks may also exist. It is also recommended to conduct thorough research from experts, such as the [Llama risk team](https://cryptorisks.substack.com/), to fully understand the risks associated with stablecoin pools. Additionally, it is important to regularly monitor the chosen stablecoin pool to ensure it is still balanced and profitable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zunamilab.gitbook.io/zunami-docs/risks-and-security/risk-management-for-adding-strategies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
