> For the complete documentation index, see [llms.txt](https://docs.bulla.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bulla.exchange/bulla-exchange/interactive-blocks.md).

# ALM

We integrated Gamma Strategies into Bulla to streamline liquidity management and enhance the liquidity-providing experience. Here's why:

* **Simplified Liquidity Management:** Gamma Strategies automates the process of maintaining liquidity, ensuring there's always liquidity in range for trading across different pairs.
* **Reduced IL:** The automated algorithms of Gamma Strategies help mitigate impermanent loss for liquidity providers.
* **Competitive Edge:** By integrating Gamma Strategies, we enhance our DEX's competitiveness by offering reliable liquidity and efficient liquidity management.
* **Scalability and Adaptability:** Gamma Strategies' flexibility allows us to scale our operations seamlessly as our DEX grows, adapting to changing market conditions and user needs without disruptions.

Thanks to Gamma we will also be able to integrate with Private hooks that they are developing. More about hooks and their potential can be found in the [Features](/bulla-exchange/markdown.md)section.

More info about Gamma Strategies can be found in their docs: <https://docs.gamma.xyz/gamma>

<figure><img src="/files/Enax8YXqGNfobmmkuSC9" alt=""><figcaption></figcaption></figure>


---

# 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://docs.bulla.exchange/bulla-exchange/interactive-blocks.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.
