# 高級模式及普通模式的礦工費設置有什麼分別？

高級模式與普通模式的 Gas 費設置主要區別在於協議基礎與費用控制方式。高級模式採用了 EIP-1559 協議，利用新的費用計算方式，讓交易確認速度更快，且理論上能減少費用波動，適合需要高優先級確認的用戶。在高級模式中，用戶可以自定義 Max Fee（最大費用）和 Max Priority Fee（優先費用），達到精確控制。而普通模式基於傳統 Gas 費結構，需手動設置 Gas Price 和 Gas Limit，靈活性較低，但適合對 EIP-1559 不熟悉或習慣使用傳統設置方式的用戶。相比之下，高級模式更能節省費用並提供穩定表現，而普通模式則延續了傳統的設置習慣。

<figure><img src="/files/QjyBpWTsIcKdS94uUydA" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/PAoa9PevbXEZZX1Np0cq" alt="" width="375"><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://support.cregis.com/cregis-wallet-guide/zh-tw/faq/transaction/gas_fee_setting.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.
