> For the complete documentation index, see [llms.txt](https://docs.mangrove.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangrove.exchange/dev/keeper-bots/backgroud/the-role-of-gas-price-updater-bots-in-mangrove.md).

# 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>
