# How to speed up

In ELYFI, actions such as ‘deposit’, ‘withdrawal’, ‘staking’, and ‘unstaking’ are to send a transaction to the Ethereum network. In order to send the transaction, you have to pay the Ethereum network fee (gas fee), and if the network is congested due to a large number of transactions, the transmitted transaction is delayed. Through the ‘acceleration’ function provided by MetaMask, you can make transactions faster by paying more for gas.

1. First, run the MetaMask extension and click the ‘Activity’ tab.

![](/files/C4cGvgwhufvzRpoOMowf)

2\. Click the ‘Speed Up button in the pending transaction transfer.

![](/files/0dcXADk2TYfZE7X2Qqa5)

3\. After clicking the ‘High’ button, check the transaction fee. Then, if you click the ‘Save’ button, the processing speed of the transaction will be faster.

![](/files/PVGlQGf34XI7pWHckS4J)


---

# 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://guide-v1.elyfi.world/deposit-withdrawal/speed-up.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.
