> 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/editor.md).

# Introduction to Bulla

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

#### Bulla the Liquidity Marketplace on Berachain

Bulla is a decentralized exchange (DEX) based on Algebra Integral, explicitly built for the Berachain network.

Bulla features the modular architecture of Algebra Integral, a V4 AMM with the power of plugins and hooks to enhance the trading and liquidity marketplace.

BUlla supports the Berachain network. Berachain offers full EVM compatibility, top-notch performance, minimal fees, and strong security.

Bulla also integrates 3rd-party automated liquidity management (ALM) tools. Explore incentives and earn yields via both manual and automated liquidity solutions.

#### Our Mission

Our mission is to leverage proven technology to become the number one DEX on Berachain, become a prominent piece of the BERA ecosystem, and create the best user experience possible for traders and liquidity providers.

#### Our Strategy

Our strategy is to maximize fees and volume generation through carefully crafted emissions and deflationary mechanisms, including real yield distribution and buybacks.


---

# 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/editor.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.
