# Keeper bots

There are two types of keeper bots in the Mangrove ecosystem:

| Keeper bot            | Purpose                                                                                                                             | Operated by  |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| Cleaner bot           | Monitors the order books and cleans (=snipes) offers that will fail. This keeps the books clean and earns bounties for the keepers. | Anyone       |
| Gas price updater bot | Ensures that Mangrove uses up-to-date gas prices. This gives more accurate estimates when calculating provisions.                   | Mangrove DAO |

In this section, you'll find information on how to build and run your own bots. There's also more in-depth discussion of the role of keeper bots in the Mangrove ecosystem.


---

# 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.oxium.xyz/keeper-bots.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.
