# Gas Settings

Adjust gas fees and limits including regular and priority fees, plus specific settings for front-running, to balance cost and transaction speed.

### Main Menu > Settings > Defaults > Gas Settings

<figure><img src="/files/5gGF5HzpKp5QuudNnucB" alt=""><figcaption><p>Gas Settings</p></figcaption></figure>

#### **Regular Max Priority Fee**

Sets the maximum priority fee for regular transactions.

#### **Frontrun Max Priority Fee From Tx Multiplier**

Determines the multiplier for the priority fee to apply when attempting to frontrun a transaction.

#### **Absolute Max Fee Per Gas Gwei**

Caps the maximum fee per gas, in Gwei, that can be paid.

#### **Default Gas Limit**

Sets the default gas limit for transactions.


---

# 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.bitfoot.com/settings/defaults/gas-settings.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.
