> 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/korean-2/deposit-withdrawal/speed-up.md).

# 트랜잭션 가속화하기

엘리파이에서 ‘예치’, ‘출금’, ‘스테이킹’, ‘언스테이킹’ 등의 액션들은 이더리움 네트워크에 트랜잭션(거래)을 전송하는 것입니다.

해당 트랜잭션을 전송하기 위해서는 이더리움 네트워크 수수료(가스비)를 지불해야 하는데, 트랜잭션이 몰려 네트워크가 혼잡한 경우 전송한 트랜잭션이 지연되는 상황이 발생합니다. 메타마스크에서 제공하는 ‘가속화’ 기능을 통해 가스비를 더 지불함으로써 트랜잭션을 빠르게 성공시킬 수 있습니다.

1\. 먼저 메타마스크 익스텐션을 실행시키고, ‘활동’ 탭을 클릭해주세요.

![](/files/IwVoDpns7MRF4N9fCHGK)

2\. 보류 중 상태에 있는 트랜잭션 전송에서 ‘가속화’ 버튼을 클릭해주세요.

![](/files/L7TIQ2KmUX4gGcfWvULz)

3\. ‘빠름’ 버튼을 클릭한 후, 거래 수수료를 확인해주세요. 그 다음 ‘저장’ 버튼을 누르면, 해당 트랜잭션의 처리 속도가 빨라집니다.

![](/files/SrFKy5yCe4QLAbvPdaTL)


---

# 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/korean-2/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.
