> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-zh/qian-bao/nei-zhi-qian-bao/zhi-neng-he-yue-qian-bao/ren-yi-dai-bi-zuo-wei-gas.md).

# 任意代币作为 gas

> **注意：** 此功能尚未在 goodcryptoX 中上线。它是我们计划在未来几个月在 EVM 链上推出的智能合约钱包功能的一部分。

Web3 中最大的可用性挑战之一是燃气费：每条区块链都要求您持有其原生代币（ETH、BNB 等）来支付交易。智能合约钱包通过 Paymaster 引入了解决方案。

***

### 什么是 Paymaster

Paymaster 是在链上为您的交易提供资助的第三方。不是您直接用原生代币支付燃气费，而是 Paymaster 覆盖该费用，并接受您以另一种代币（例如 USDC 或 USDT）支付。

***

### 实际运作方式

* 用 USDC、USDT 或其他受支持的代币为您的钱包充值
* 当您进行交易时，燃气费用（外加约 5% 的加成）将以该代币扣除
* Paymaster 会代表您支付所需的原生代币（例如 ETH）。

示例：

您存入 100 USDT 并进行一次兑换。Paymaster 会以 USDT 扣除费用，而在链上替您支付 ETH，而不是您需要准备 ETH 来支付燃气费。

***

### 为什么这很重要

这带来了若干好处：

* 无需管理原生代币——在用稳定币为钱包充值后即可立即开始交易。
* 永不停歇的机器人——DCA 和网格机器人，或任何自动化策略不会因为耗尽燃气而突然失败。如果某种代币余额不足，可以自动使用另一种代币。
* 灵活的优先级——您将能够设置诸如以下规则：
  * “优先使用我的原生代币”
  * “然后使用 USDC，再使用 USDT”
  * “绝不动用我的 BTC”

***

### 接下来是什么

* 在 EVM 链上，预计 Paymaster 支持将在未来几个月上线。
* 在 Solana 上，费用赞助已经存在，但基于代币的通用化燃气支付仍在开发中。

***

👉 有了 Paymaster，燃气费用将不再是麻烦。您可以用已持有的代币支付，保持机器人顺利运行，使交易尽可能无缝。


---

# 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:

```
GET https://docs.goodcrypto.app/goodcryptox-zh/qian-bao/nei-zhi-qian-bao/zhi-neng-he-yue-qian-bao/ren-yi-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.
