# Gas Settings

1step supports the following gas-related parameters:

* **Gas Price Limit**:
* &#x20;Sets the maximum gas price for transactions. If the gas price exceeds this limit, the transaction will not be initiated. The default is 300 GWEI.
* **Copy Trading Gas Premium**:&#x20;
* Sets an additional gas premium to be paid above the base gas price on-chain, which can increase the success rate of the transaction. The default is 4 GWEI.
* **Gas Fee Limit**:&#x20;
* Sets the maximum gas fee for transactions. If the fee exceeds this limit, the transaction will not be initiated. The default is 1,000,000.

<figure><img src="/files/D8cLn66h8Qb20pYDEJHr" alt=""><figcaption></figcaption></figure>


---

# 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://1stepapp.gitbook.io/1step-docs-en/task-creation/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.
