# What is ETH Transaction Accelerator?

To transfer on Ethereum costs Gas fee paid in ETH. If the Gas fee is not high enough, it will cause the transaction to be stuck on the chain and "pending" all the time. The ETH accelerator is a function allows users to manually increase the Gas fee to complete the transaction if the fee offered first time is too low to get the transaction proceed.

Here is how you accelerate a transaction

{% stepper %}
{% step %}
On the Transfer page, tap on accelerate.
{% endstep %}

{% step %}
On the Accelerate page, TokenPocket will provide the best Gas fee for the user automatically. Users are able to complete the transaction by one-click, without having to adjust the number. Meanwhile, users are also allowed to accustom the Gas fee.
{% endstep %}

{% step %}
Confirm the acceleration and payment. Enter the password to complete the process.
{% endstep %}
{% endstepper %}

<figure><img src="/files/h2VkgRtMVFPLwkhzFk6R" 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://help.tokenpocket.pro/en/wallet-faq-en/eth-wallet/transaction-accelerator.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.
