# Gas Fees

### Gas Fee Recommendations

Binance Smart Chain (BNB Chain):

Under stable network conditions, users should ensure that there is a minimum of 0.005 BNB in the proxy wallet for gas fees. This represents the lower limit.

To account for varying network situations and more complex transaction environments, we recommend users maintain a higher balance of gas fees in the proxy wallet, for example, greater than 0.02 BNB. This helps minimize the risk of task failures due to insufficient gas fees in different network scenarios.

Ethereum (ETH) Network:

Usually, when the network does not fluctuate significantly, users need to ensure that the gas fee in the proxy wallet is above 0.01 ETH, which refers to the lower limit.&#x20;

In order to cope with more network conditions and more complex trading environments, we recommend that users ensure that there can be more gas fees in the proxy wallet, for example, more than 0.02 ETH. In this way, there is a high likelihood that the task will complete successfully without any gas fee issues.

### Special Cases

We have observed certain malicious token contracts that set unusually high gas fees during transfer transactions, thereby hindering users' regular trading activities. Therefore, users should pay attention to the gas fees incurred during on-chain operations such as token contract authorizations and transfer transactions. If you notice gas fees significantly higher than the normal levels, it is advisable to avoid trading such tokens to prevent potential issues.

<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://aegisweb3.gitbook.io/aegis-antirug-doc/system-introduction/gas-fees.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.
