# Introduction

Mangrove is an [EVM-compatible](https://ethereum.org/en/developers/docs/scaling/sidechains/#evm-compatibility) order book [DEX](https://ethereum.org/glossary/#dex), in which offers can be bound to a [smart contract](https://ethereum.org/en/smart-contracts/). In the order book, offers exist in offer lists, on the "asks" side or the "bids" side.

Mangrove's order book lists promises to trade, instead of locked commitments:

* Offer makers add liquidity promises to Mangrove. They own offers in offer list and manage contracts that react to offer execution.
* Takers go to Mangrove to find liquidity by executing offers already in Mangrove.
* Governance adjusts Mangrove parameters, sets fees, and opens and closes markets.

**INFO :** For non-technical information about Mangrove, check out the Concepts section.

## Where do I start?

A good entry-point to the developer documentation is the Overview in the Technical Reference section.

## Where can I join the community?

The Mangrove project is open source. Follow and contribute on [GitHub](https://github.com/mangrovedao/), and join the [Mangrove Discord](https://discord.gg/rk9Qthz5YE).


---

# 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://docs.mangrove.exchange/dev/protocol/introduction.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.
