# Strategy Listing and Delisting

Blueberry DAO is very careful about adding new strategy integrations as this is a common cause of exploits. However, the protocol is able to support more exotic strategies safely because it can determine appropriate risk parameters such as max strategy borrow, max position size, and max LTV.&#x20;

At the beginning, core contributors have used their best judgement to launch the protocol with integrations that are widely used already. When the token is released and governance goes live, the DAO will propose and vote on new integrations. There will also be further guidance released on parameters for listing and delisting standards through a third party risk management provider Gauntlet.

<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://v1.docs.blueberry.garden/earn/strategy-listing-and-delisting.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.
