# 用任何代幣作為 gas

> **注意：** 呢個功能而家喺 goodcryptoX 未正式推出。佢係我哋計劃喺未來幾個月喺 EVM 鏈推出嘅智能合約錢包功能一部分。

Web3 最大嘅可用性挑戰之一係 gas 費：每條區塊鏈都要求你持有其本地代幣（例如 ETH、BNB 等）去支付交易費用。智能合約錢包透過 Paymaster（代付者）提供一個解決方案。

***

### 咩係 Paymaster

Paymaster 係一個第三方，佢喺鏈上代你贊助交易。唔係你直接用本地代幣付 gas，Paymaster 幫你支付，並接受你用另一種代幣（例如 USDC 或 USDT）俾返費用。

***

### 實際運作方式

* 用 USDC、USDT 或其他受支援代幣為你嘅錢包充值
* 當你交易時，gas 成本（加大約 \~5% 嘅加成）會以該代幣扣除
* Paymaster 會代表你支付所需嘅本地代幣（例如 ETH）。

例子：

你存入 100 USDT 並進行一筆交換。唔需要 ETH 去付 gas，Paymaster 會以 USDT 扣除費用，同時喺鏈上代你支付 ETH。

***

### 點解重要

呢個帶來幾個好處：

* 唔使管理本地代幣 — 你只要用穩定幣為錢包充值，就可以即刻開始交易。
* 不停運行嘅機械人 — DCA 同 Grid 機械人，或者任何自動化策略，都唔會因為冇 gas 而突然失效。如果一種代幣快用哂，系統可以自動轉用另一種。
* 彈性優先次序 — 你可以設定規則，例如：
  * 「先用我嘅本地代幣」
  * 「跟住用 USDC，再用 USDT」
  * 「唔好動我嘅 BTC」

***

### 下一步係點

* 喺 EVM 鏈，預計 Paymaster 支援會喺未來幾個月內上線。
* 喺 Solana 上，已有費用贊助機制，但基於通用代幣嘅 gas 付款仍然喺開發中。

***

👉 有咗 Paymaster，gas 費唔再係煩惱。你可以用已經持有嘅代幣付款，保持機械人順暢運作，令交易盡量無縫。


---

# 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://docs.goodcrypto.app/goodcryptox-yue/qian-bao/nei-zhi-qian-bao/zhi-neng-he-yue-qian-bao/yong-ren-he-dai-bi-zuo-wei-gas.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.
