> For the complete documentation index, see [llms.txt](https://guide-v1.elyfi.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-v1.elyfi.world/deposit-withdrawal/speed-up.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide-v1.elyfi.world/deposit-withdrawal/speed-up.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
