# Taking available liquidity

![A market order consumes the offers starting from the best price, making sure that the limit price set by the taker is always satisfied.](/files/CSWwsfZKiz5mtptKPNTD) ![A taker may snipe a custom set of offers, targeting those that have the lowest required gas for instance.](/files/yEm4GaD9ogFPXKkk5com)

### Taking offers

The main way to consume liquidity on Mangrove is through a market order, a configurable type of order that executes offers from best to worst. The [Taking offers](/mangrove-core/technical-references/taking-and-making-offers/taker-order.md) section details how market orders work, and covers [offer sniping](/mangrove-core/technical-references/taking-and-making-offers/taker-order.md#offer-sniping) as well, wherein one can target individual offers.

### Cleaning offers

Offers on Mangrove can fail. Liquidity-taking functions can also be used to trigger failing offers and take them out of Mangrove. The [Cleaning offers](/mangrove-core/how-to-guides/cleaning-an-offer.md) section details how to safely trigger failing offers and make a profit doing so.

### Delegation

An allowance mechanism lets you separate the address that provides the funds and the address that originates the buy/sell transactions. The [Delegation](/mangrove-core/technical-references/taking-and-making-offers/taker-order/delegate-takers.md) 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/mangrove-core/explanations/offer-taker.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.
