# The role of gas price updater bots in Mangrove

Mangrove needs the gas price to [determine the bounty](/dev/protocol/technical-references/makers/offer-provisions.md#provision-calculation) of takers for removing a failing offer from a list. On chains where the gas price varies, Mangrove [uses](/dev/protocol/technical-references/governance-parameters/global-variables.md) an [oracle](/dev/protocol/technical-references/periphery-contracts.md) to get the gas price.

The role of the gas price updater bot is simply to push up-to-date gas prices to the oracle contract whenever the gas price changes significantly.

<br>


---

# 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/keeper-bots/backgroud/the-role-of-gas-price-updater-bots-in-mangrove.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.
