# Taking available liquidity

Offers on Mangrove can be taken with a market order.

A market order consumes the offers starting from the best price, making sure that the limit price set by the taker is always satisfied.

<figure><img src="https://old.docs.mangrove.exchange/img/assets/takerOrder1.png" alt=""><figcaption></figcaption></figure>

#### Taking offers <a href="#taking-offers" id="taking-offers"></a>

The way to consume liquidity on Mangrove is through a market order, a configurable type of order that executes offers from best to worst. The Market order section details how market orders work.

### Cleaning offers

Offers on Mangrove can fail. Liquidity-taking functions can also be used to trigger failing offers and take them out of Mangrove - it is called cleaning offers.

### Delegation

An allowance mechanism lets you separate the address that provides the funds and the address that originates the buy/sell transactions. The Delegation section details how to let other addresses use your funds.


---

# 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/background/taking-available-liquidity.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.
